Html Css Color HEX #C02177 Medium Violet Red

📋 copy color: '#C02177'

red 192 ◦ green 33 ◦ blue 119

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

Shades of Medium Violet Red #C02177

Tints of Medium Violet Red #C02177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 55.81%
G = 9.59%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C02177 (or 0xC02177) is known color: Medium Violet Red. HEX triplet: C0, 21 and 77. RGB value is (192,33,119). Sum of RGB (Red+Green+Blue) = 192+33+119=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C02177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02177 is #3FDE88. Grayscale: #5A5A5A. Windows color (decimal): -4185737 or 7807424. OLE color: 7807424.

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

Color convert

RGB 192 33 119 -
CMYK 0 0.83 0.38 0.25
HSL 327.55º 0.71% 0.44% -
HSV(B) 327.55º 0.83% 0.75% -
XYZ 25.61 13.63 18.73 -
YUV 90.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 192 33 119 0 0.83 0.38 0.25 327.55 0.71 0.44
Hex C0 21 77 0 53 26 19 148 47 2C
Octal 300 41 167 0 123 46 31 510 107 54
Binary 11000000 100001 1110111 0 1010011 100110 11001 101001000 1000111 101100

Color Harmonies of #C02177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02177

Black with #C02177

Text Example


Text Example

White with #C02177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02177; }

 p { color: rgb(192,33,119); }

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

background-color css

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

 a { background-color: rgb(192,33,119); }

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

border-color css

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

 span { border-color: rgb(192,33,119); }

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