Shades of Deep Magenta #CB14C0
Tints of Deep Magenta #CB14C0
RGB
CMYK
RGB Variations
Color information
#CB14C0 (or 0xCB14C0) is known color: Deep Magenta. HEX triplet: CB, 14 and C0. RGB value is (203,20,192). Sum of RGB (Red+Green+Blue) = 203+20+192=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB14C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB14C0 is #34EB3F. Grayscale: #5D5D5D. Windows color (decimal): -3468096 or 12588235. OLE color: 12588235.
HSL color Cylindrical-coordinate representation of color #CB14C0: hue angle of 303.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB14C0 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 192 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.20 |
| HSL | 303.61º | 0.82% | 0.44% | - |
| HSV(B) | 303.61º | 0.9% | 0.8% | - |
| XYZ | 34.39 | 17 | 51.34 | - |
| YUV | 94.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 192 | 0 | 0.90 | 0.05 | 0.20 | 303.61 | 0.82 | 0.44 |
| Hex | CB | 14 | C0 | 0 | 5A | 5 | 14 | 130 | 52 | 2C |
| Octal | 313 | 24 | 300 | 0 | 132 | 5 | 24 | 460 | 122 | 54 |
| Binary | 11001011 | 10100 | 11000000 | 0 | 1011010 | 101 | 10100 | 100110000 | 1010010 | 101100 |
Color Harmonies of #CB14C0
Complementary color
Monochromatic Colors of #CB14C0
Black with #CB14C0
Text Example
Text Example
White with #CB14C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14C0; }
p { color: rgb(203,20,192); }
H1.HeaderClassName
{
color: #CB14C0;
}
.AnyTagClassName
{
color: #CB14C0;
}
</style>
background-color css
<style>
a { background-color: #CB14C0; }
a { background-color: rgb(203,20,192); }
div.DivClassName
{
background-color: #CB14C0;
}
.BgClassName
{
background-color: #CB14C0;
}
</style>
border-color css
<style>
span { border-color: #CB14C0; }
span { border-color: rgb(203,20,192); }
td.TdClassName
{
border-color: #CB14C0;
}
.TagClassName
{
border-color: #CB14C0;
}
</style>