Shades of Deep Magenta #CD1BBB
Tints of Deep Magenta #CD1BBB
RGB
CMYK
RGB Variations
Color information
#CD1BBB (or 0xCD1BBB) is known color: Deep Magenta. HEX triplet: CD, 1B and BB. RGB value is (205,27,187). Sum of RGB (Red+Green+Blue) = 205+27+187=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1BBB is #32E444. Grayscale: #626262. Windows color (decimal): -3335237 or 12262349. OLE color: 12262349.
HSL color Cylindrical-coordinate representation of color #CD1BBB: hue angle of 306.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1BBB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.20 |
| HSL | 306.07º | 0.77% | 0.45% | - |
| HSV(B) | 306.07º | 0.87% | 0.8% | - |
| XYZ | 34.54 | 17.35 | 48.54 | - |
| YUV | 98.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 27 | 187 | 0 | 0.87 | 0.09 | 0.20 | 306.07 | 0.77 | 0.45 |
| Hex | CD | 1B | BB | 0 | 57 | 9 | 14 | 132 | 4D | 2D |
| Octal | 315 | 33 | 273 | 0 | 127 | 11 | 24 | 462 | 115 | 55 |
| Binary | 11001101 | 11011 | 10111011 | 0 | 1010111 | 1001 | 10100 | 100110010 | 1001101 | 101101 |
Color Harmonies of #CD1BBB
Complementary color
Monochromatic Colors of #CD1BBB
Black with #CD1BBB
Text Example
Text Example
White with #CD1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1BBB; }
p { color: rgb(205,27,187); }
H1.HeaderClassName
{
color: #CD1BBB;
}
.AnyTagClassName
{
color: #CD1BBB;
}
</style>
background-color css
<style>
a { background-color: #CD1BBB; }
a { background-color: rgb(205,27,187); }
div.DivClassName
{
background-color: #CD1BBB;
}
.BgClassName
{
background-color: #CD1BBB;
}
</style>
border-color css
<style>
span { border-color: #CD1BBB; }
span { border-color: rgb(205,27,187); }
td.TdClassName
{
border-color: #CD1BBB;
}
.TagClassName
{
border-color: #CD1BBB;
}
</style>