Shades of Deep Magenta #CB12DD
Tints of Deep Magenta #CB12DD
RGB
CMYK
RGB Variations
Color information
#CB12DD (or 0xCB12DD) is known color: Deep Magenta. HEX triplet: CB, 12 and DD. RGB value is (203,18,221). Sum of RGB (Red+Green+Blue) = 203+18+221=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB12DD is #34ED22. Grayscale: #5F5F5F. Windows color (decimal): -3468579 or 14488267. OLE color: 14488267.
HSL color Cylindrical-coordinate representation of color #CB12DD: hue angle of 294.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB12DD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 18 | 221 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.13 |
| HSL | 294.68º | 0.85% | 0.47% | - |
| HSV(B) | 294.68º | 0.92% | 0.87% | - |
| XYZ | 37.9 | 18.35 | 69.95 | - |
| YUV | 96.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 221 | 0.08 | 0.92 | 0 | 0.13 | 294.68 | 0.85 | 0.47 |
| Hex | CB | 12 | DD | 8 | 5C | 0 | D | 127 | 55 | 2F |
| Octal | 313 | 22 | 335 | 10 | 134 | 0 | 15 | 447 | 125 | 57 |
| Binary | 11001011 | 10010 | 11011101 | 1000 | 1011100 | 0 | 1101 | 100100111 | 1010101 | 101111 |
Color Harmonies of #CB12DD
Complementary color
Monochromatic Colors of #CB12DD
Black with #CB12DD
Text Example
Text Example
White with #CB12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12DD; }
p { color: rgb(203,18,221); }
H1.HeaderClassName
{
color: #CB12DD;
}
.AnyTagClassName
{
color: #CB12DD;
}
</style>
background-color css
<style>
a { background-color: #CB12DD; }
a { background-color: rgb(203,18,221); }
div.DivClassName
{
background-color: #CB12DD;
}
.BgClassName
{
background-color: #CB12DD;
}
</style>
border-color css
<style>
span { border-color: #CB12DD; }
span { border-color: rgb(203,18,221); }
td.TdClassName
{
border-color: #CB12DD;
}
.TagClassName
{
border-color: #CB12DD;
}
</style>