Shades of Deep Magenta #CB17DF
Tints of Deep Magenta #CB17DF
RGB
CMYK
RGB Variations
Color information
#CB17DF (or 0xCB17DF) is known color: Deep Magenta. HEX triplet: CB, 17 and DF. RGB value is (203,23,223). Sum of RGB (Red+Green+Blue) = 203+23+223=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17DF is #34E820. Grayscale: #636363. Windows color (decimal): -3467297 or 14620619. OLE color: 14620619.
HSL color Cylindrical-coordinate representation of color #CB17DF: hue angle of 294º 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 #CB17DF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 23 | 223 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.13 |
| HSL | 294º | 0.81% | 0.48% | - |
| HSV(B) | 294º | 0.9% | 0.87% | - |
| XYZ | 38.25 | 18.64 | 71.39 | - |
| YUV | 99.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 223 | 0.09 | 0.90 | 0 | 0.13 | 294 | 0.81 | 0.48 |
| Hex | CB | 17 | DF | 9 | 5A | 0 | D | 126 | 51 | 30 |
| Octal | 313 | 27 | 337 | 11 | 132 | 0 | 15 | 446 | 121 | 60 |
| Binary | 11001011 | 10111 | 11011111 | 1001 | 1011010 | 0 | 1101 | 100100110 | 1010001 | 110000 |
Color Harmonies of #CB17DF
Complementary color
Monochromatic Colors of #CB17DF
Black with #CB17DF
Text Example
Text Example
White with #CB17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17DF; }
p { color: rgb(203,23,223); }
H1.HeaderClassName
{
color: #CB17DF;
}
.AnyTagClassName
{
color: #CB17DF;
}
</style>
background-color css
<style>
a { background-color: #CB17DF; }
a { background-color: rgb(203,23,223); }
div.DivClassName
{
background-color: #CB17DF;
}
.BgClassName
{
background-color: #CB17DF;
}
</style>
border-color css
<style>
span { border-color: #CB17DF; }
span { border-color: rgb(203,23,223); }
td.TdClassName
{
border-color: #CB17DF;
}
.TagClassName
{
border-color: #CB17DF;
}
</style>