Shades of Deep Magenta #CB15CF
Tints of Deep Magenta #CB15CF
RGB
CMYK
RGB Variations
Color information
#CB15CF (or 0xCB15CF) is known color: Deep Magenta. HEX triplet: CB, 15 and CF. RGB value is (203,21,207). Sum of RGB (Red+Green+Blue) = 203+21+207=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15CF is #34EA30. Grayscale: #606060. Windows color (decimal): -3467825 or 13571531. OLE color: 13571531.
HSL color Cylindrical-coordinate representation of color #CB15CF: hue angle of 298.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15CF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 21 | 207 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.19 |
| HSL | 298.71º | 0.82% | 0.45% | - |
| HSV(B) | 298.71º | 0.9% | 0.81% | - |
| XYZ | 36.16 | 17.74 | 60.55 | - |
| YUV | 96.62 | 190.3 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 207 | 0.02 | 0.90 | 0 | 0.19 | 298.71 | 0.82 | 0.45 |
| Hex | CB | 15 | CF | 2 | 5A | 0 | 13 | 12B | 52 | 2D |
| Octal | 313 | 25 | 317 | 2 | 132 | 0 | 23 | 453 | 122 | 55 |
| Binary | 11001011 | 10101 | 11001111 | 10 | 1011010 | 0 | 10011 | 100101011 | 1010010 | 101101 |
Color Harmonies of #CB15CF
Complementary color
Monochromatic Colors of #CB15CF
Black with #CB15CF
Text Example
Text Example
White with #CB15CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15CF; }
p { color: rgb(203,21,207); }
H1.HeaderClassName
{
color: #CB15CF;
}
.AnyTagClassName
{
color: #CB15CF;
}
</style>
background-color css
<style>
a { background-color: #CB15CF; }
a { background-color: rgb(203,21,207); }
div.DivClassName
{
background-color: #CB15CF;
}
.BgClassName
{
background-color: #CB15CF;
}
</style>
border-color css
<style>
span { border-color: #CB15CF; }
span { border-color: rgb(203,21,207); }
td.TdClassName
{
border-color: #CB15CF;
}
.TagClassName
{
border-color: #CB15CF;
}
</style>