Shades of Deep Magenta #CB14C8
Tints of Deep Magenta #CB14C8
RGB
CMYK
RGB Variations
Color information
#CB14C8 (or 0xCB14C8) is known color: Deep Magenta. HEX triplet: CB, 14 and C8. RGB value is (203,20,200). Sum of RGB (Red+Green+Blue) = 203+20+200=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB14C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB14C8 is #34EB37. Grayscale: #5E5E5E. Windows color (decimal): -3468088 or 13112523. OLE color: 13112523.
HSL color Cylindrical-coordinate representation of color #CB14C8: hue angle of 300.98º 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 #CB14C8 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 200 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.20 |
| HSL | 300.98º | 0.82% | 0.44% | - |
| HSV(B) | 300.98º | 0.9% | 0.8% | - |
| XYZ | 35.3 | 17.37 | 56.14 | - |
| YUV | 95.24 | 187.13 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 200 | 0 | 0.90 | 0.01 | 0.20 | 300.98 | 0.82 | 0.44 |
| Hex | CB | 14 | C8 | 0 | 5A | 1 | 14 | 12D | 52 | 2C |
| Octal | 313 | 24 | 310 | 0 | 132 | 1 | 24 | 455 | 122 | 54 |
| Binary | 11001011 | 10100 | 11001000 | 0 | 1011010 | 1 | 10100 | 100101101 | 1010010 | 101100 |
Color Harmonies of #CB14C8
Complementary color
Monochromatic Colors of #CB14C8
Black with #CB14C8
Text Example
Text Example
White with #CB14C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14C8; }
p { color: rgb(203,20,200); }
H1.HeaderClassName
{
color: #CB14C8;
}
.AnyTagClassName
{
color: #CB14C8;
}
</style>
background-color css
<style>
a { background-color: #CB14C8; }
a { background-color: rgb(203,20,200); }
div.DivClassName
{
background-color: #CB14C8;
}
.BgClassName
{
background-color: #CB14C8;
}
</style>
border-color css
<style>
span { border-color: #CB14C8; }
span { border-color: rgb(203,20,200); }
td.TdClassName
{
border-color: #CB14C8;
}
.TagClassName
{
border-color: #CB14C8;
}
</style>