Shades of Deep Magenta #CB17DC
Tints of Deep Magenta #CB17DC
RGB
CMYK
RGB Variations
Color information
#CB17DC (or 0xCB17DC) is known color: Deep Magenta. HEX triplet: CB, 17 and DC. RGB value is (203,23,220). Sum of RGB (Red+Green+Blue) = 203+23+220=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17DC is #34E823. Grayscale: #626262. Windows color (decimal): -3467300 or 14424011. OLE color: 14424011.
HSL color Cylindrical-coordinate representation of color #CB17DC: hue angle of 294.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB17DC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 23 | 220 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.14 |
| HSL | 294.82º | 0.81% | 0.48% | - |
| HSV(B) | 294.82º | 0.9% | 0.86% | - |
| XYZ | 37.85 | 18.48 | 69.28 | - |
| YUV | 99.28 | 196.13 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 220 | 0.08 | 0.90 | 0 | 0.14 | 294.82 | 0.81 | 0.48 |
| Hex | CB | 17 | DC | 8 | 5A | 0 | E | 127 | 51 | 30 |
| Octal | 313 | 27 | 334 | 10 | 132 | 0 | 16 | 447 | 121 | 60 |
| Binary | 11001011 | 10111 | 11011100 | 1000 | 1011010 | 0 | 1110 | 100100111 | 1010001 | 110000 |
Color Harmonies of #CB17DC
Complementary color
Monochromatic Colors of #CB17DC
Black with #CB17DC
Text Example
Text Example
White with #CB17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17DC; }
p { color: rgb(203,23,220); }
H1.HeaderClassName
{
color: #CB17DC;
}
.AnyTagClassName
{
color: #CB17DC;
}
</style>
background-color css
<style>
a { background-color: #CB17DC; }
a { background-color: rgb(203,23,220); }
div.DivClassName
{
background-color: #CB17DC;
}
.BgClassName
{
background-color: #CB17DC;
}
</style>
border-color css
<style>
span { border-color: #CB17DC; }
span { border-color: rgb(203,23,220); }
td.TdClassName
{
border-color: #CB17DC;
}
.TagClassName
{
border-color: #CB17DC;
}
</style>