#C20CAD

Color #C20CAD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C20CAD

Tints of Deep Magenta #C20CAD

Color information

#C20CAD (or 0xC20CAD) is unknown color: approx Deep Magenta. HEX triplet: C2, 0C and AD. RGB value is (194,12,173). Sum of RGB (Red+Green+Blue) = 194+12+173=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CAD is #3DF352. Grayscale: #545454. Windows color (decimal): -4059987 or 11340994. OLE color: 11340994.

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

Color convert

RGB19412173-
CMYK00.940.110.24
HSL306.92º88.35%40.39%-
HSV(B)306.92º93.81%76.08%-
XYZ29.9214.7540.8-
YUV84.77177.8205.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 12 (5.08% from 255) = 3.17%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=51.19%
G=3.17%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941217300.940.110.24306.9288.3540.39
HexC2CAD05EB181335828
Octal302142550136133046313050
Binary11000010110010101101010111101011110001001100111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20CAD; }

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

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

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

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

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

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

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

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