Shades of Deep Magenta #CB12DA
Tints of Deep Magenta #CB12DA
RGB
CMYK
RGB Variations
Color information
#CB12DA (or 0xCB12DA) is known color: Deep Magenta. HEX triplet: CB, 12 and DA. RGB value is (203,18,218). Sum of RGB (Red+Green+Blue) = 203+18+218=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB12DA is #34ED25. Grayscale: #5F5F5F. Windows color (decimal): -3468582 or 14291659. OLE color: 14291659.
HSL color Cylindrical-coordinate representation of color #CB12DA: hue angle of 295.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB12DA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 18 | 218 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.15 |
| HSL | 295.5º | 0.85% | 0.46% | - |
| HSV(B) | 295.5º | 0.92% | 0.85% | - |
| XYZ | 37.5 | 18.19 | 67.86 | - |
| YUV | 96.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 218 | 0.07 | 0.92 | 0 | 0.15 | 295.5 | 0.85 | 0.46 |
| Hex | CB | 12 | DA | 7 | 5C | 0 | F | 128 | 55 | 2E |
| Octal | 313 | 22 | 332 | 7 | 134 | 0 | 17 | 450 | 125 | 56 |
| Binary | 11001011 | 10010 | 11011010 | 111 | 1011100 | 0 | 1111 | 100101000 | 1010101 | 101110 |
Color Harmonies of #CB12DA
Complementary color
Monochromatic Colors of #CB12DA
Black with #CB12DA
Text Example
Text Example
White with #CB12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12DA; }
p { color: rgb(203,18,218); }
H1.HeaderClassName
{
color: #CB12DA;
}
.AnyTagClassName
{
color: #CB12DA;
}
</style>
background-color css
<style>
a { background-color: #CB12DA; }
a { background-color: rgb(203,18,218); }
div.DivClassName
{
background-color: #CB12DA;
}
.BgClassName
{
background-color: #CB12DA;
}
</style>
border-color css
<style>
span { border-color: #CB12DA; }
span { border-color: rgb(203,18,218); }
td.TdClassName
{
border-color: #CB12DA;
}
.TagClassName
{
border-color: #CB12DA;
}
</style>