Shades of Deep Magenta #CB00E5
Tints of Deep Magenta #CB00E5
RGB
CMYK
RGB Variations
Color information
#CB00E5 (or 0xCB00E5) is known color: Deep Magenta. HEX triplet: CB, 00 and E5. RGB value is (203,0,229). Sum of RGB (Red+Green+Blue) = 203+0+229=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB00E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00E5 is #34FF1A. Grayscale: #565656. Windows color (decimal): -3473179 or 15007947. OLE color: 15007947.
HSL color Cylindrical-coordinate representation of color #CB00E5: hue angle of 293.19º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00E5 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 0 | 229 | - |
| CMYK | 0.11 | 1 | 0 | 0.10 |
| HSL | 293.19º | 1% | 0.45% | - |
| HSV(B) | 293.19º | 1% | 0.9% | - |
| XYZ | 38.77 | 18.35 | 75.63 | - |
| YUV | 86.8 | 208.25 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 229 | 0.11 | 1 | 0 | 0.10 | 293.19 | 1 | 0.45 |
| Hex | CB | 0 | E5 | B | 64 | 0 | A | 125 | 64 | 2D |
| Octal | 313 | 0 | 345 | 13 | 144 | 0 | 12 | 445 | 144 | 55 |
| Binary | 11001011 | 0 | 11100101 | 1011 | 1100100 | 0 | 1010 | 100100101 | 1100100 | 101101 |
Color Harmonies of #CB00E5
Complementary color
Monochromatic Colors of #CB00E5
Black with #CB00E5
Text Example
Text Example
White with #CB00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00E5; }
p { color: rgb(203,0,229); }
H1.HeaderClassName
{
color: #CB00E5;
}
.AnyTagClassName
{
color: #CB00E5;
}
</style>
background-color css
<style>
a { background-color: #CB00E5; }
a { background-color: rgb(203,0,229); }
div.DivClassName
{
background-color: #CB00E5;
}
.BgClassName
{
background-color: #CB00E5;
}
</style>
border-color css
<style>
span { border-color: #CB00E5; }
span { border-color: rgb(203,0,229); }
td.TdClassName
{
border-color: #CB00E5;
}
.TagClassName
{
border-color: #CB00E5;
}
</style>