Shades of Deep Magenta #CB1DB9
Tints of Deep Magenta #CB1DB9
RGB
CMYK
RGB Variations
Color information
#CB1DB9 (or 0xCB1DB9) is known color: Deep Magenta. HEX triplet: CB, 1D and B9. RGB value is (203,29,185). Sum of RGB (Red+Green+Blue) = 203+29+185=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DB9 is #34E246. Grayscale: #626262. Windows color (decimal): -3465799 or 12131787. OLE color: 12131787.
HSL color Cylindrical-coordinate representation of color #CB1DB9: hue angle of 306.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DB9 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 185 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.20 |
| HSL | 306.21º | 0.75% | 0.45% | - |
| HSV(B) | 306.21º | 0.86% | 0.8% | - |
| XYZ | 33.82 | 17.08 | 47.41 | - |
| YUV | 98.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 185 | 0 | 0.86 | 0.09 | 0.20 | 306.21 | 0.75 | 0.45 |
| Hex | CB | 1D | B9 | 0 | 56 | 9 | 14 | 132 | 4B | 2D |
| Octal | 313 | 35 | 271 | 0 | 126 | 11 | 24 | 462 | 113 | 55 |
| Binary | 11001011 | 11101 | 10111001 | 0 | 1010110 | 1001 | 10100 | 100110010 | 1001011 | 101101 |
Color Harmonies of #CB1DB9
Complementary color
Monochromatic Colors of #CB1DB9
Black with #CB1DB9
Text Example
Text Example
White with #CB1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DB9; }
p { color: rgb(203,29,185); }
H1.HeaderClassName
{
color: #CB1DB9;
}
.AnyTagClassName
{
color: #CB1DB9;
}
</style>
background-color css
<style>
a { background-color: #CB1DB9; }
a { background-color: rgb(203,29,185); }
div.DivClassName
{
background-color: #CB1DB9;
}
.BgClassName
{
background-color: #CB1DB9;
}
</style>
border-color css
<style>
span { border-color: #CB1DB9; }
span { border-color: rgb(203,29,185); }
td.TdClassName
{
border-color: #CB1DB9;
}
.TagClassName
{
border-color: #CB1DB9;
}
</style>