Shades of Deep Magenta #CB17DE
Tints of Deep Magenta #CB17DE
RGB
CMYK
RGB Variations
Color information
#CB17DE (or 0xCB17DE) is known color: Deep Magenta. HEX triplet: CB, 17 and DE. RGB value is (203,23,222). Sum of RGB (Red+Green+Blue) = 203+23+222=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17DE is #34E821. Grayscale: #626262. Windows color (decimal): -3467298 or 14555083. OLE color: 14555083.
HSL color Cylindrical-coordinate representation of color #CB17DE: hue angle of 294.27º 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 #CB17DE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 23 | 222 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.13 |
| HSL | 294.27º | 0.81% | 0.48% | - |
| HSV(B) | 294.27º | 0.9% | 0.87% | - |
| XYZ | 38.12 | 18.58 | 70.69 | - |
| YUV | 99.51 | 197.13 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 222 | 0.09 | 0.90 | 0 | 0.13 | 294.27 | 0.81 | 0.48 |
| Hex | CB | 17 | DE | 9 | 5A | 0 | D | 126 | 51 | 30 |
| Octal | 313 | 27 | 336 | 11 | 132 | 0 | 15 | 446 | 121 | 60 |
| Binary | 11001011 | 10111 | 11011110 | 1001 | 1011010 | 0 | 1101 | 100100110 | 1010001 | 110000 |
Color Harmonies of #CB17DE
Complementary color
Monochromatic Colors of #CB17DE
Black with #CB17DE
Text Example
Text Example
White with #CB17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17DE; }
p { color: rgb(203,23,222); }
H1.HeaderClassName
{
color: #CB17DE;
}
.AnyTagClassName
{
color: #CB17DE;
}
</style>
background-color css
<style>
a { background-color: #CB17DE; }
a { background-color: rgb(203,23,222); }
div.DivClassName
{
background-color: #CB17DE;
}
.BgClassName
{
background-color: #CB17DE;
}
</style>
border-color css
<style>
span { border-color: #CB17DE; }
span { border-color: rgb(203,23,222); }
td.TdClassName
{
border-color: #CB17DE;
}
.TagClassName
{
border-color: #CB17DE;
}
</style>