#CD08B0

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

Shades of Deep Magenta #CD08B0

Tints of Deep Magenta #CD08B0

Color information

#CD08B0 (or 0xCD08B0) is unknown color: approx Deep Magenta. HEX triplet: CD, 08 and B0. RGB value is (205,8,176). Sum of RGB (Red+Green+Blue) = 205+8+176=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD08B0 is #32F74F. Grayscale: #555555. Windows color (decimal): -3340112 or 11536589. OLE color: 11536589.

HSL color Cylindrical-coordinate representation of color #CD08B0: hue angle of 308.83º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD08B0 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB2058176-
CMYK00.960.140.20
HSL308.83º92.49%41.76%-
HSV(B)308.83º96.1%80.39%-
XYZ33.116.2942.47-
YUV86.06178.77212.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 8 (3.52% from 255) = 2.06%
BLUE value IS 176 (69.14% from 255) = 45.24%
R=52.70%
G=2.06%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205817600.960.140.20308.8392.4941.76
HexCD8B0060E141355c2a
Octal315102600140162446513452
Binary11001101100010110000011000001110101001001101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD08B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD08B0; }

 p { color: rgb(205,8,176); }

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

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

 a { background-color: rgb(205,8,176); }

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

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

 span { border-color: rgb(205,8,176); }

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