#C20C87

Color #C20C87 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C20C87

Tints of Medium Violet Red #C20C87

Color information

#C20C87 (or 0xC20C87) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0C and 87. RGB value is (194,12,135). Sum of RGB (Red+Green+Blue) = 194+12+135=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C87 is #3DF378. Grayscale: #505050. Windows color (decimal): -4060025 or 8850626. OLE color: 8850626.

HSL color Cylindrical-coordinate representation of color #C20C87: hue angle of 319.45º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C87 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19412135-
CMYK00.940.300.24
HSL319.45º88.35%40.39%-
HSV(B)319.45º93.81%76.08%-
XYZ26.7513.4824.11-
YUV80.44158.8209-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.89%
GREEN value IS 12 (5.08% from 255) = 3.52%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=56.89%
G=3.52%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941213500.940.300.24319.4588.3540.39
HexC2C8705E1E1813f5828
Octal302142070136363047713050
Binary110000101100100001110101111011110110001001111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20C87; }

 p { color: rgb(194,12,135); }

 H1.HeaderClassName
 {
   color: #C20C87;
 }
 .AnyTagClassName
 {
   color: #C20C87;
 }
</style>
background-color css

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

 a { background-color: rgb(194,12,135); }

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

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

 span { border-color: rgb(194,12,135); }

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