Shades of Deep Magenta #CB17D8
Tints of Deep Magenta #CB17D8
RGB
CMYK
RGB Variations
Color information
#CB17D8 (or 0xCB17D8) is known color: Deep Magenta. HEX triplet: CB, 17 and D8. RGB value is (203,23,216). Sum of RGB (Red+Green+Blue) = 203+23+216=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB17D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17D8 is #34E827. Grayscale: #626262. Windows color (decimal): -3467304 or 14161867. OLE color: 14161867.
HSL color Cylindrical-coordinate representation of color #CB17D8: hue angle of 295.96º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB17D8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 23 | 216 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.15 |
| HSL | 295.96º | 0.81% | 0.47% | - |
| HSV(B) | 295.96º | 0.89% | 0.85% | - |
| XYZ | 37.33 | 18.27 | 66.52 | - |
| YUV | 98.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 216 | 0.06 | 0.89 | 0 | 0.15 | 295.96 | 0.81 | 0.47 |
| Hex | CB | 17 | D8 | 6 | 59 | 0 | F | 128 | 51 | 2F |
| Octal | 313 | 27 | 330 | 6 | 131 | 0 | 17 | 450 | 121 | 57 |
| Binary | 11001011 | 10111 | 11011000 | 110 | 1011001 | 0 | 1111 | 100101000 | 1010001 | 101111 |
Color Harmonies of #CB17D8
Complementary color
Monochromatic Colors of #CB17D8
Black with #CB17D8
Text Example
Text Example
White with #CB17D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17D8; }
p { color: rgb(203,23,216); }
H1.HeaderClassName
{
color: #CB17D8;
}
.AnyTagClassName
{
color: #CB17D8;
}
</style>
background-color css
<style>
a { background-color: #CB17D8; }
a { background-color: rgb(203,23,216); }
div.DivClassName
{
background-color: #CB17D8;
}
.BgClassName
{
background-color: #CB17D8;
}
</style>
border-color css
<style>
span { border-color: #CB17D8; }
span { border-color: rgb(203,23,216); }
td.TdClassName
{
border-color: #CB17D8;
}
.TagClassName
{
border-color: #CB17D8;
}
</style>