#C20396

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

Shades of Medium Violet Red #C20396

Tints of Medium Violet Red #C20396

Color information

#C20396 (or 0xC20396) is unknown color: approx Medium Violet Red. HEX triplet: C2, 03 and 96. RGB value is (194,3,150). Sum of RGB (Red+Green+Blue) = 194+3+150=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C20396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20396 is #3DFC69. Grayscale: #4C4C4C. Windows color (decimal): -4062314 or 9831362. OLE color: 9831362.

HSL color Cylindrical-coordinate representation of color #C20396: hue angle of 313.82º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20396 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB1943150-
CMYK00.980.230.24
HSL313.82º96.95%38.63%-
HSV(B)313.82º98.45%76.08%-
XYZ27.7913.7430.04-
YUV76.87169.28211.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=55.91%
G=0.86%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194315000.980.230.24313.8296.9538.63
HexC2396062171813a6127
Octal30232260142273047214147
Binary1100001011100101100110001010111110001001110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20396; }

 p { color: rgb(194,3,150); }

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

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

 a { background-color: rgb(194,3,150); }

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

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

 span { border-color: rgb(194,3,150); }

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