Html Css Color HEX #C03280 Medium Red Violet

📋 copy color: '#C03280'

red 192 ◦ green 50 ◦ blue 128

#C03280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C03280

Tints of Medium Red Violet #C03280

RGB

 RED value IS 192 (75.39% from 255) = 51.89%

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 51.89%
G = 13.51%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C03280 (or 0xC03280) is known color: Medium Red Violet. HEX triplet: C0, 32 and 80. RGB value is (192,50,128). Sum of RGB (Red+Green+Blue) = 192+50+128=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C03280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03280 is #3FCD7F. Grayscale: #656565. Windows color (decimal): -4181376 or 8401600. OLE color: 8401600.

HSL color Cylindrical-coordinate representation of color #C03280: hue angle of 327.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03280 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 128 -
CMYK 0 0.74 0.33 0.25
HSL 327.04º 0.59% 0.47% -
HSV(B) 327.04º 0.74% 0.75% -
XYZ 26.78 15.05 21.92 -
YUV 101.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 192 50 128 0 0.74 0.33 0.25 327.04 0.59 0.47
Hex C0 32 80 0 4A 21 19 147 3B 2F
Octal 300 62 200 0 112 41 31 507 73 57
Binary 11000000 110010 10000000 0 1001010 100001 11001 101000111 111011 101111

Color Harmonies of #C03280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03280

Black with #C03280

Text Example


Text Example

White with #C03280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03280; }

 p { color: rgb(192,50,128); }

 H1.HeaderClassName
 {
   color: #C03280;
 }
 .AnyTagClassName
 {
   color: #C03280;
 }
</style>

background-color css

<style>
 a { background-color: #C03280; }

 a { background-color: rgb(192,50,128); }

 div.DivClassName
 {
   background-color: #C03280;
 }
 .BgClassName
 {
   background-color: #C03280;
 }
</style>

border-color css

<style>
 span { border-color: #C03280; }

 span { border-color: rgb(192,50,128); }

 td.TdClassName
 {
   border-color: #C03280;
 }
 .TagClassName
 {
   border-color: #C03280;
 }
</style>