Shades of Deep Magenta #CB17CF
Tints of Deep Magenta #CB17CF
RGB
CMYK
RGB Variations
Color information
#CB17CF (or 0xCB17CF) is known color: Deep Magenta. HEX triplet: CB, 17 and CF. RGB value is (203,23,207). Sum of RGB (Red+Green+Blue) = 203+23+207=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17CF is #34E830. Grayscale: #616161. Windows color (decimal): -3467313 or 13572043. OLE color: 13572043.
HSL color Cylindrical-coordinate representation of color #CB17CF: hue angle of 298.7º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB17CF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 23 | 207 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.19 |
| HSL | 298.7º | 0.8% | 0.45% | - |
| HSV(B) | 298.7º | 0.89% | 0.81% | - |
| XYZ | 36.2 | 17.81 | 60.56 | - |
| YUV | 97.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 207 | 0.02 | 0.89 | 0 | 0.19 | 298.7 | 0.8 | 0.45 |
| Hex | CB | 17 | CF | 2 | 59 | 0 | 13 | 12B | 50 | 2D |
| Octal | 313 | 27 | 317 | 2 | 131 | 0 | 23 | 453 | 120 | 55 |
| Binary | 11001011 | 10111 | 11001111 | 10 | 1011001 | 0 | 10011 | 100101011 | 1010000 | 101101 |
Color Harmonies of #CB17CF
Complementary color
Monochromatic Colors of #CB17CF
Black with #CB17CF
Text Example
Text Example
White with #CB17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17CF; }
p { color: rgb(203,23,207); }
H1.HeaderClassName
{
color: #CB17CF;
}
.AnyTagClassName
{
color: #CB17CF;
}
</style>
background-color css
<style>
a { background-color: #CB17CF; }
a { background-color: rgb(203,23,207); }
div.DivClassName
{
background-color: #CB17CF;
}
.BgClassName
{
background-color: #CB17CF;
}
</style>
border-color css
<style>
span { border-color: #CB17CF; }
span { border-color: rgb(203,23,207); }
td.TdClassName
{
border-color: #CB17CF;
}
.TagClassName
{
border-color: #CB17CF;
}
</style>