#C20ABD

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

Shades of Deep Magenta #C20ABD

Tints of Deep Magenta #C20ABD

Color information

#C20ABD (or 0xC20ABD) is unknown color: approx Deep Magenta. HEX triplet: C2, 0A and BD. RGB value is (194,10,189). Sum of RGB (Red+Green+Blue) = 194+10+189=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C20ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ABD is #3DF542. Grayscale: #545454. Windows color (decimal): -4060483 or 12389058. OLE color: 12389058.

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

Color convert

RGB19410189-
CMYK00.950.030.24
HSL301.63º90.2%40%-
HSV(B)301.63º94.85%76.08%-
XYZ31.5415.3649.45-
YUV85.42186.46205.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 10 (4.30% from 255) = 2.54%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=49.36%
G=2.54%
B=48.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941018900.950.030.24301.6390.240
HexC2ABD05F31812e5a28
Octal30212275013733045613250
Binary110000101010101111010101111111110001001011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20ABD; }

 p { color: rgb(194,10,189); }

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

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

 a { background-color: rgb(194,10,189); }

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

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

 span { border-color: rgb(194,10,189); }

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