Shades of Deep Magenta #CB17BD
Tints of Deep Magenta #CB17BD
RGB
CMYK
RGB Variations
Color information
#CB17BD (or 0xCB17BD) is known color: Deep Magenta. HEX triplet: CB, 17 and BD. RGB value is (203,23,189). Sum of RGB (Red+Green+Blue) = 203+23+189=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BD is #34E842. Grayscale: #5F5F5F. Windows color (decimal): -3467331 or 12392395. OLE color: 12392395.
HSL color Cylindrical-coordinate representation of color #CB17BD: hue angle of 304.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB17BD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 189 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.20 |
| HSL | 304.67º | 0.8% | 0.44% | - |
| HSV(B) | 304.67º | 0.89% | 0.8% | - |
| XYZ | 34.12 | 16.98 | 49.62 | - |
| YUV | 95.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 189 | 0 | 0.89 | 0.07 | 0.20 | 304.67 | 0.8 | 0.44 |
| Hex | CB | 17 | BD | 0 | 59 | 7 | 14 | 131 | 50 | 2C |
| Octal | 313 | 27 | 275 | 0 | 131 | 7 | 24 | 461 | 120 | 54 |
| Binary | 11001011 | 10111 | 10111101 | 0 | 1011001 | 111 | 10100 | 100110001 | 1010000 | 101100 |
Color Harmonies of #CB17BD
Complementary color
Monochromatic Colors of #CB17BD
Black with #CB17BD
Text Example
Text Example
White with #CB17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17BD; }
p { color: rgb(203,23,189); }
H1.HeaderClassName
{
color: #CB17BD;
}
.AnyTagClassName
{
color: #CB17BD;
}
</style>
background-color css
<style>
a { background-color: #CB17BD; }
a { background-color: rgb(203,23,189); }
div.DivClassName
{
background-color: #CB17BD;
}
.BgClassName
{
background-color: #CB17BD;
}
</style>
border-color css
<style>
span { border-color: #CB17BD; }
span { border-color: rgb(203,23,189); }
td.TdClassName
{
border-color: #CB17BD;
}
.TagClassName
{
border-color: #CB17BD;
}
</style>