Shades of Deep Magenta #CB14E4
Tints of Deep Magenta #CB14E4
RGB
CMYK
RGB Variations
Color information
#CB14E4 (or 0xCB14E4) is known color: Deep Magenta. HEX triplet: CB, 14 and E4. RGB value is (203,20,228). Sum of RGB (Red+Green+Blue) = 203+20+228=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB14E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB14E4 is #34EB1B. Grayscale: #616161. Windows color (decimal): -3468060 or 14947531. OLE color: 14947531.
HSL color Cylindrical-coordinate representation of color #CB14E4: hue angle of 292.79º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB14E4 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 20 | 228 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.11 |
| HSL | 292.79º | 0.84% | 0.49% | - |
| HSV(B) | 292.79º | 0.91% | 0.89% | - |
| XYZ | 38.88 | 18.8 | 74.98 | - |
| YUV | 98.43 | 201.13 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 228 | 0.11 | 0.91 | 0 | 0.11 | 292.79 | 0.84 | 0.49 |
| Hex | CB | 14 | E4 | B | 5B | 0 | B | 125 | 54 | 31 |
| Octal | 313 | 24 | 344 | 13 | 133 | 0 | 13 | 445 | 124 | 61 |
| Binary | 11001011 | 10100 | 11100100 | 1011 | 1011011 | 0 | 1011 | 100100101 | 1010100 | 110001 |
Color Harmonies of #CB14E4
Complementary color
Monochromatic Colors of #CB14E4
Black with #CB14E4
Text Example
Text Example
White with #CB14E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14E4; }
p { color: rgb(203,20,228); }
H1.HeaderClassName
{
color: #CB14E4;
}
.AnyTagClassName
{
color: #CB14E4;
}
</style>
background-color css
<style>
a { background-color: #CB14E4; }
a { background-color: rgb(203,20,228); }
div.DivClassName
{
background-color: #CB14E4;
}
.BgClassName
{
background-color: #CB14E4;
}
</style>
border-color css
<style>
span { border-color: #CB14E4; }
span { border-color: rgb(203,20,228); }
td.TdClassName
{
border-color: #CB14E4;
}
.TagClassName
{
border-color: #CB14E4;
}
</style>