Shades of Deep Magenta #CB14CC
Tints of Deep Magenta #CB14CC
RGB
CMYK
RGB Variations
Color information
#CB14CC (or 0xCB14CC) is known color: Deep Magenta. HEX triplet: CB, 14 and CC. RGB value is (203,20,204). Sum of RGB (Red+Green+Blue) = 203+20+204=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB14CC is #34EB33. Grayscale: #5F5F5F. Windows color (decimal): -3468084 or 13374667. OLE color: 13374667.
HSL color Cylindrical-coordinate representation of color #CB14CC: hue angle of 299.67º 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 #CB14CC is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 20 | 204 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.2 |
| HSL | 299.67º | 0.82% | 0.44% | - |
| HSV(B) | 299.67º | 0.9% | 0.8% | - |
| XYZ | 35.78 | 17.56 | 58.63 | - |
| YUV | 95.69 | 189.13 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 204 | 0.00 | 0.90 | 0 | 0.2 | 299.67 | 0.82 | 0.44 |
| Hex | CB | 14 | CC | 0 | 5A | 0 | 14 | 12C | 52 | 2C |
| Octal | 313 | 24 | 314 | 0 | 132 | 0 | 24 | 454 | 122 | 54 |
| Binary | 11001011 | 10100 | 11001100 | 0 | 1011010 | 0 | 10100 | 100101100 | 1010010 | 101100 |
Color Harmonies of #CB14CC
Complementary color
Monochromatic Colors of #CB14CC
Black with #CB14CC
Text Example
Text Example
White with #CB14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14CC; }
p { color: rgb(203,20,204); }
H1.HeaderClassName
{
color: #CB14CC;
}
.AnyTagClassName
{
color: #CB14CC;
}
</style>
background-color css
<style>
a { background-color: #CB14CC; }
a { background-color: rgb(203,20,204); }
div.DivClassName
{
background-color: #CB14CC;
}
.BgClassName
{
background-color: #CB14CC;
}
</style>
border-color css
<style>
span { border-color: #CB14CC; }
span { border-color: rgb(203,20,204); }
td.TdClassName
{
border-color: #CB14CC;
}
.TagClassName
{
border-color: #CB14CC;
}
</style>