Shades of Deep Magenta #CB17DD
Tints of Deep Magenta #CB17DD
RGB
CMYK
RGB Variations
Color information
#CB17DD (or 0xCB17DD) is known color: Deep Magenta. HEX triplet: CB, 17 and DD. RGB value is (203,23,221). Sum of RGB (Red+Green+Blue) = 203+23+221=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB17DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17DD is #34E822. Grayscale: #626262. Windows color (decimal): -3467299 or 14489547. OLE color: 14489547.
HSL color Cylindrical-coordinate representation of color #CB17DD: hue angle of 294.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB17DD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 23 | 221 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.13 |
| HSL | 294.55º | 0.81% | 0.48% | - |
| HSV(B) | 294.55º | 0.9% | 0.87% | - |
| XYZ | 37.99 | 18.53 | 69.98 | - |
| YUV | 99.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 221 | 0.08 | 0.90 | 0 | 0.13 | 294.55 | 0.81 | 0.48 |
| Hex | CB | 17 | DD | 8 | 5A | 0 | D | 127 | 51 | 30 |
| Octal | 313 | 27 | 335 | 10 | 132 | 0 | 15 | 447 | 121 | 60 |
| Binary | 11001011 | 10111 | 11011101 | 1000 | 1011010 | 0 | 1101 | 100100111 | 1010001 | 110000 |
Color Harmonies of #CB17DD
Complementary color
Monochromatic Colors of #CB17DD
Black with #CB17DD
Text Example
Text Example
White with #CB17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17DD; }
p { color: rgb(203,23,221); }
H1.HeaderClassName
{
color: #CB17DD;
}
.AnyTagClassName
{
color: #CB17DD;
}
</style>
background-color css
<style>
a { background-color: #CB17DD; }
a { background-color: rgb(203,23,221); }
div.DivClassName
{
background-color: #CB17DD;
}
.BgClassName
{
background-color: #CB17DD;
}
</style>
border-color css
<style>
span { border-color: #CB17DD; }
span { border-color: rgb(203,23,221); }
td.TdClassName
{
border-color: #CB17DD;
}
.TagClassName
{
border-color: #CB17DD;
}
</style>