Shades of Deep Magenta #CB12DB
Tints of Deep Magenta #CB12DB
RGB
CMYK
RGB Variations
Color information
#CB12DB (or 0xCB12DB) is known color: Deep Magenta. HEX triplet: CB, 12 and DB. RGB value is (203,18,219). Sum of RGB (Red+Green+Blue) = 203+18+219=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB12DB is #34ED24. Grayscale: #5F5F5F. Windows color (decimal): -3468581 or 14357195. OLE color: 14357195.
HSL color Cylindrical-coordinate representation of color #CB12DB: hue angle of 295.22º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB12DB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 18 | 219 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.14 |
| HSL | 295.22º | 0.85% | 0.46% | - |
| HSV(B) | 295.22º | 0.92% | 0.86% | - |
| XYZ | 37.63 | 18.24 | 68.56 | - |
| YUV | 96.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 219 | 0.07 | 0.92 | 0 | 0.14 | 295.22 | 0.85 | 0.46 |
| Hex | CB | 12 | DB | 7 | 5C | 0 | E | 127 | 55 | 2E |
| Octal | 313 | 22 | 333 | 7 | 134 | 0 | 16 | 447 | 125 | 56 |
| Binary | 11001011 | 10010 | 11011011 | 111 | 1011100 | 0 | 1110 | 100100111 | 1010101 | 101110 |
Color Harmonies of #CB12DB
Complementary color
Monochromatic Colors of #CB12DB
Black with #CB12DB
Text Example
Text Example
White with #CB12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12DB; }
p { color: rgb(203,18,219); }
H1.HeaderClassName
{
color: #CB12DB;
}
.AnyTagClassName
{
color: #CB12DB;
}
</style>
background-color css
<style>
a { background-color: #CB12DB; }
a { background-color: rgb(203,18,219); }
div.DivClassName
{
background-color: #CB12DB;
}
.BgClassName
{
background-color: #CB12DB;
}
</style>
border-color css
<style>
span { border-color: #CB12DB; }
span { border-color: rgb(203,18,219); }
td.TdClassName
{
border-color: #CB12DB;
}
.TagClassName
{
border-color: #CB12DB;
}
</style>