#CD00AB

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

Shades of Deep Magenta #CD00AB

Tints of Deep Magenta #CD00AB

Color information

#CD00AB (or 0xCD00AB) is unknown color: approx Deep Magenta. HEX triplet: CD, 00 and AB. RGB value is (205,0,171). Sum of RGB (Red+Green+Blue) = 205+0+171=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD00AB is #32FF54. Grayscale: #505050. Windows color (decimal): -3342165 or 11206861. OLE color: 11206861.

HSL color Cylindrical-coordinate representation of color #CD00AB: hue angle of 309.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00AB is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB2050171-
CMYK010.170.20
HSL309.95º100%40.2%-
HSV(B)309.95º100%80.39%-
XYZ32.5315.9239.89-
YUV80.79178.92216.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=54.52%
G=0%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2050171010.170.20309.9510040.2
HexCD0AB06411141366428
Octal31502530144212446614450
Binary110011010101010110110010010001101001001101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD00AB; }

 p { color: rgb(205,0,171); }

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

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

 a { background-color: rgb(205,0,171); }

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

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

 span { border-color: rgb(205,0,171); }

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