Html Css Color HEX #C02076 Medium Violet Red

📋 copy color: '#C02076'

red 192 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #C02076

Tints of Medium Violet Red #C02076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 56.14%
G = 9.36%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C02076 (or 0xC02076) is known color: Medium Violet Red. HEX triplet: C0, 20 and 76. RGB value is (192,32,118). Sum of RGB (Red+Green+Blue) = 192+32+118=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C02076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02076 is #3FDF89. Grayscale: #595959. Windows color (decimal): -4185994 or 7741632. OLE color: 7741632.

HSL color Cylindrical-coordinate representation of color #C02076: hue angle of 327.75º 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 #C02076 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 118 -
CMYK 0 0.83 0.39 0.25
HSL 327.75º 0.71% 0.44% -
HSV(B) 327.75º 0.83% 0.75% -
XYZ 25.52 13.55 18.41 -
YUV 89.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 192 32 118 0 0.83 0.39 0.25 327.75 0.71 0.44
Hex C0 20 76 0 53 27 19 148 47 2C
Octal 300 40 166 0 123 47 31 510 107 54
Binary 11000000 100000 1110110 0 1010011 100111 11001 101001000 1000111 101100

Color Harmonies of #C02076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02076

Black with #C02076

Text Example


Text Example

White with #C02076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02076; }

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

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

background-color css

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

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

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

border-color css

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

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

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