Shades of Deep Magenta #CB15DC
Tints of Deep Magenta #CB15DC
RGB
CMYK
RGB Variations
Color information
#CB15DC (or 0xCB15DC) is known color: Deep Magenta. HEX triplet: CB, 15 and DC. RGB value is (203,21,220). Sum of RGB (Red+Green+Blue) = 203+21+220=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15DC is #34EA23. Grayscale: #616161. Windows color (decimal): -3467812 or 14423499. OLE color: 14423499.
HSL color Cylindrical-coordinate representation of color #CB15DC: hue angle of 294.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15DC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 21 | 220 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.14 |
| HSL | 294.87º | 0.83% | 0.47% | - |
| HSV(B) | 294.87º | 0.9% | 0.86% | - |
| XYZ | 37.82 | 18.4 | 69.27 | - |
| YUV | 98.1 | 196.8 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 220 | 0.08 | 0.90 | 0 | 0.14 | 294.87 | 0.83 | 0.47 |
| Hex | CB | 15 | DC | 8 | 5A | 0 | E | 127 | 53 | 2F |
| Octal | 313 | 25 | 334 | 10 | 132 | 0 | 16 | 447 | 123 | 57 |
| Binary | 11001011 | 10101 | 11011100 | 1000 | 1011010 | 0 | 1110 | 100100111 | 1010011 | 101111 |
Color Harmonies of #CB15DC
Complementary color
Monochromatic Colors of #CB15DC
Black with #CB15DC
Text Example
Text Example
White with #CB15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15DC; }
p { color: rgb(203,21,220); }
H1.HeaderClassName
{
color: #CB15DC;
}
.AnyTagClassName
{
color: #CB15DC;
}
</style>
background-color css
<style>
a { background-color: #CB15DC; }
a { background-color: rgb(203,21,220); }
div.DivClassName
{
background-color: #CB15DC;
}
.BgClassName
{
background-color: #CB15DC;
}
</style>
border-color css
<style>
span { border-color: #CB15DC; }
span { border-color: rgb(203,21,220); }
td.TdClassName
{
border-color: #CB15DC;
}
.TagClassName
{
border-color: #CB15DC;
}
</style>