#C20DA6

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

Shades of Medium Violet Red #C20DA6

Tints of Medium Violet Red #C20DA6

Color information

#C20DA6 (or 0xC20DA6) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0D and A6. RGB value is (194,13,166). Sum of RGB (Red+Green+Blue) = 194+13+166=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C20DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20DA6 is #3DF259. Grayscale: #545454. Windows color (decimal): -4059738 or 10882498. OLE color: 10882498.

HSL color Cylindrical-coordinate representation of color #C20DA6: hue angle of 309.28º 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 #C20DA6 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19413166-
CMYK00.930.140.24
HSL309.28º87.44%40.59%-
HSV(B)309.28º93.3%76.08%-
XYZ29.2714.5137.33-
YUV84.56173.97206.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=52.01%
G=3.49%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941316600.930.140.24309.2887.4440.59
HexC2DA605DE181355729
Octal302152460135163046512751
Binary11000010110110100110010111011110110001001101011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20DA6; }

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

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

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

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

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

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

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

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