#C20D91

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

Shades of Medium Violet Red #C20D91

Tints of Medium Violet Red #C20D91

Color information

#C20D91 (or 0xC20D91) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0D and 91. RGB value is (194,13,145). Sum of RGB (Red+Green+Blue) = 194+13+145=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20D91 is #3DF26E. Grayscale: #515151. Windows color (decimal): -4059759 or 9506242. OLE color: 9506242.

HSL color Cylindrical-coordinate representation of color #C20D91: hue angle of 316.24º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D91 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19413145-
CMYK00.930.250.24
HSL316.24º87.44%40.59%-
HSV(B)316.24º93.3%76.08%-
XYZ27.513.828-
YUV82.17163.47207.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 13 (5.47% from 255) = 3.69%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=55.11%
G=3.69%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941314500.930.250.24316.2487.4440.59
HexC2D9105D191813c5729
Octal302152210135313047412751
Binary110000101101100100010101110111001110001001111001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20D91; }

 p { color: rgb(194,13,145); }

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

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

 a { background-color: rgb(194,13,145); }

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

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

 span { border-color: rgb(194,13,145); }

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