Shades of Deep Magenta #CB17C8
Tints of Deep Magenta #CB17C8
RGB
CMYK
RGB Variations
Color information
#CB17C8 (or 0xCB17C8) is known color: Deep Magenta. HEX triplet: CB, 17 and C8. RGB value is (203,23,200). Sum of RGB (Red+Green+Blue) = 203+23+200=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17C8 is #34E837. Grayscale: #606060. Windows color (decimal): -3467320 or 13113291. OLE color: 13113291.
HSL color Cylindrical-coordinate representation of color #CB17C8: hue angle of 301º 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 #CB17C8 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 200 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.20 |
| HSL | 301º | 0.8% | 0.44% | - |
| HSV(B) | 301º | 0.89% | 0.8% | - |
| XYZ | 35.36 | 17.48 | 56.15 | - |
| YUV | 97 | 186.13 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 200 | 0 | 0.89 | 0.01 | 0.20 | 301 | 0.8 | 0.44 |
| Hex | CB | 17 | C8 | 0 | 59 | 1 | 14 | 12D | 50 | 2C |
| Octal | 313 | 27 | 310 | 0 | 131 | 1 | 24 | 455 | 120 | 54 |
| Binary | 11001011 | 10111 | 11001000 | 0 | 1011001 | 1 | 10100 | 100101101 | 1010000 | 101100 |
Color Harmonies of #CB17C8
Complementary color
Monochromatic Colors of #CB17C8
Black with #CB17C8
Text Example
Text Example
White with #CB17C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17C8; }
p { color: rgb(203,23,200); }
H1.HeaderClassName
{
color: #CB17C8;
}
.AnyTagClassName
{
color: #CB17C8;
}
</style>
background-color css
<style>
a { background-color: #CB17C8; }
a { background-color: rgb(203,23,200); }
div.DivClassName
{
background-color: #CB17C8;
}
.BgClassName
{
background-color: #CB17C8;
}
</style>
border-color css
<style>
span { border-color: #CB17C8; }
span { border-color: rgb(203,23,200); }
td.TdClassName
{
border-color: #CB17C8;
}
.TagClassName
{
border-color: #CB17C8;
}
</style>