Html Css Color HEX #C02079 Medium Violet Red

📋 copy color: '#C02079'

red 192 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #C02079

Tints of Medium Violet Red #C02079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 55.65%
G = 9.28%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C02079 (or 0xC02079) is known color: Medium Violet Red. HEX triplet: C0, 20 and 79. RGB value is (192,32,121). Sum of RGB (Red+Green+Blue) = 192+32+121=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02079 is #3FDF86. Grayscale: #595959. Windows color (decimal): -4185991 or 7938240. OLE color: 7938240.

HSL color Cylindrical-coordinate representation of color #C02079: hue angle of 326.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02079 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 121 -
CMYK 0 0.83 0.37 0.25
HSL 326.63º 0.71% 0.44% -
HSV(B) 326.63º 0.83% 0.75% -
XYZ 25.71 13.62 19.36 -
YUV 89.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 192 32 121 0 0.83 0.37 0.25 326.63 0.71 0.44
Hex C0 20 79 0 53 25 19 147 47 2C
Octal 300 40 171 0 123 45 31 507 107 54
Binary 11000000 100000 1111001 0 1010011 100101 11001 101000111 1000111 101100

Color Harmonies of #C02079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02079

Black with #C02079

Text Example


Text Example

White with #C02079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02079; }

 p { color: rgb(192,32,121); }

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

background-color css

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

 a { background-color: rgb(192,32,121); }

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

border-color css

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

 span { border-color: rgb(192,32,121); }

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