Shades of Deep Magenta #CB12C0
Tints of Deep Magenta #CB12C0
RGB
CMYK
RGB Variations
Color information
#CB12C0 (or 0xCB12C0) is known color: Deep Magenta. HEX triplet: CB, 12 and C0. RGB value is (203,18,192). Sum of RGB (Red+Green+Blue) = 203+18+192=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB12C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB12C0 is #34ED3F. Grayscale: #5C5C5C. Windows color (decimal): -3468608 or 12587723. OLE color: 12587723.
HSL color Cylindrical-coordinate representation of color #CB12C0: hue angle of 303.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB12C0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 192 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.20 |
| HSL | 303.57º | 0.84% | 0.43% | - |
| HSV(B) | 303.57º | 0.91% | 0.8% | - |
| XYZ | 34.36 | 16.93 | 51.33 | - |
| YUV | 93.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 192 | 0 | 0.91 | 0.05 | 0.20 | 303.57 | 0.84 | 0.43 |
| Hex | CB | 12 | C0 | 0 | 5B | 5 | 14 | 130 | 54 | 2B |
| Octal | 313 | 22 | 300 | 0 | 133 | 5 | 24 | 460 | 124 | 53 |
| Binary | 11001011 | 10010 | 11000000 | 0 | 1011011 | 101 | 10100 | 100110000 | 1010100 | 101011 |
Color Harmonies of #CB12C0
Complementary color
Monochromatic Colors of #CB12C0
Black with #CB12C0
Text Example
Text Example
White with #CB12C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12C0; }
p { color: rgb(203,18,192); }
H1.HeaderClassName
{
color: #CB12C0;
}
.AnyTagClassName
{
color: #CB12C0;
}
</style>
background-color css
<style>
a { background-color: #CB12C0; }
a { background-color: rgb(203,18,192); }
div.DivClassName
{
background-color: #CB12C0;
}
.BgClassName
{
background-color: #CB12C0;
}
</style>
border-color css
<style>
span { border-color: #CB12C0; }
span { border-color: rgb(203,18,192); }
td.TdClassName
{
border-color: #CB12C0;
}
.TagClassName
{
border-color: #CB12C0;
}
</style>