Shades of Deep Magenta #CB17BB
Tints of Deep Magenta #CB17BB
RGB
CMYK
RGB Variations
Color information
#CB17BB (or 0xCB17BB) is known color: Deep Magenta. HEX triplet: CB, 17 and BB. RGB value is (203,23,187). Sum of RGB (Red+Green+Blue) = 203+23+187=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BB is #34E844. Grayscale: #5F5F5F. Windows color (decimal): -3467333 or 12261323. OLE color: 12261323.
HSL color Cylindrical-coordinate representation of color #CB17BB: hue angle of 305.33º 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 #CB17BB is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 187 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.20 |
| HSL | 305.33º | 0.8% | 0.44% | - |
| HSV(B) | 305.33º | 0.89% | 0.8% | - |
| XYZ | 33.9 | 16.9 | 48.49 | - |
| YUV | 95.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 187 | 0 | 0.89 | 0.08 | 0.20 | 305.33 | 0.8 | 0.44 |
| Hex | CB | 17 | BB | 0 | 59 | 8 | 14 | 131 | 50 | 2C |
| Octal | 313 | 27 | 273 | 0 | 131 | 10 | 24 | 461 | 120 | 54 |
| Binary | 11001011 | 10111 | 10111011 | 0 | 1011001 | 1000 | 10100 | 100110001 | 1010000 | 101100 |
Color Harmonies of #CB17BB
Complementary color
Monochromatic Colors of #CB17BB
Black with #CB17BB
Text Example
Text Example
White with #CB17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17BB; }
p { color: rgb(203,23,187); }
H1.HeaderClassName
{
color: #CB17BB;
}
.AnyTagClassName
{
color: #CB17BB;
}
</style>
background-color css
<style>
a { background-color: #CB17BB; }
a { background-color: rgb(203,23,187); }
div.DivClassName
{
background-color: #CB17BB;
}
.BgClassName
{
background-color: #CB17BB;
}
</style>
border-color css
<style>
span { border-color: #CB17BB; }
span { border-color: rgb(203,23,187); }
td.TdClassName
{
border-color: #CB17BB;
}
.TagClassName
{
border-color: #CB17BB;
}
</style>