Shades of Deep Magenta #CB17CD
Tints of Deep Magenta #CB17CD
RGB
CMYK
RGB Variations
Color information
#CB17CD (or 0xCB17CD) is known color: Deep Magenta. HEX triplet: CB, 17 and CD. RGB value is (203,23,205). Sum of RGB (Red+Green+Blue) = 203+23+205=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17CD is #34E832. Grayscale: #616161. Windows color (decimal): -3467315 or 13440971. OLE color: 13440971.
HSL color Cylindrical-coordinate representation of color #CB17CD: hue angle of 299.34º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB17CD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 205 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.20 |
| HSL | 299.34º | 0.8% | 0.45% | - |
| HSV(B) | 299.34º | 0.89% | 0.8% | - |
| XYZ | 35.95 | 17.72 | 59.28 | - |
| YUV | 97.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 205 | 0.01 | 0.89 | 0 | 0.20 | 299.34 | 0.8 | 0.45 |
| Hex | CB | 17 | CD | 1 | 59 | 0 | 14 | 12B | 50 | 2D |
| Octal | 313 | 27 | 315 | 1 | 131 | 0 | 24 | 453 | 120 | 55 |
| Binary | 11001011 | 10111 | 11001101 | 1 | 1011001 | 0 | 10100 | 100101011 | 1010000 | 101101 |
Color Harmonies of #CB17CD
Complementary color
Monochromatic Colors of #CB17CD
Black with #CB17CD
Text Example
Text Example
White with #CB17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17CD; }
p { color: rgb(203,23,205); }
H1.HeaderClassName
{
color: #CB17CD;
}
.AnyTagClassName
{
color: #CB17CD;
}
</style>
background-color css
<style>
a { background-color: #CB17CD; }
a { background-color: rgb(203,23,205); }
div.DivClassName
{
background-color: #CB17CD;
}
.BgClassName
{
background-color: #CB17CD;
}
</style>
border-color css
<style>
span { border-color: #CB17CD; }
span { border-color: rgb(203,23,205); }
td.TdClassName
{
border-color: #CB17CD;
}
.TagClassName
{
border-color: #CB17CD;
}
</style>