#CD00BD

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

Shades of Deep Magenta #CD00BD

Tints of Deep Magenta #CD00BD

Color information

#CD00BD (or 0xCD00BD) is unknown color: approx Deep Magenta. HEX triplet: CD, 00 and BD. RGB value is (205,0,189). Sum of RGB (Red+Green+Blue) = 205+0+189=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00BD is #32FF42. Grayscale: #525252. Windows color (decimal): -3342147 or 12386509. OLE color: 12386509.

HSL color Cylindrical-coordinate representation of color #CD00BD: hue angle of 304.68º 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 #CD00BD is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB2050189-
CMYK010.080.20
HSL304.68º100%40.2%-
HSV(B)304.68º100%80.39%-
XYZ34.3616.6549.55-
YUV82.84187.92215.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=52.03%
G=0%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2050189010.080.20304.6810040.2
HexCD0BD0648141316428
Octal31502750144102446114450
Binary11001101010111101011001001000101001001100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD00BD; }

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

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

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

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

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

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

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

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