#CD0BB9

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

Shades of Deep Magenta #CD0BB9

Tints of Deep Magenta #CD0BB9

Color information

#CD0BB9 (or 0xCD0BB9) is unknown color: approx Deep Magenta. HEX triplet: CD, 0B and B9. RGB value is (205,11,185). Sum of RGB (Red+Green+Blue) = 205+11+185=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0BB9 is #32F446. Grayscale: #585858. Windows color (decimal): -3339335 or 12127181. OLE color: 12127181.

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

Color convert

RGB20511185-
CMYK00.950.100.20
HSL306.19º89.81%42.35%-
HSV(B)306.19º94.63%80.39%-
XYZ34.0516.7247.33-
YUV88.84182.27210.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 185 (72.66% from 255) = 46.13%
R=51.12%
G=2.74%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051118500.950.100.20306.1989.8142.35
HexCDBB905FA141325a2a
Octal315132710137122446213252
Binary11001101101110111001010111111010101001001100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0BB9; }

 p { color: rgb(205,11,185); }

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

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

 a { background-color: rgb(205,11,185); }

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

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

 span { border-color: rgb(205,11,185); }

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