Shades of Deep Magenta #CB05E5
Tints of Deep Magenta #CB05E5
RGB
CMYK
RGB Variations
Color information
#CB05E5 (or 0xCB05E5) is known color: Deep Magenta. HEX triplet: CB, 05 and E5. RGB value is (203,5,229). Sum of RGB (Red+Green+Blue) = 203+5+229=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB05E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05E5 is #34FA1A. Grayscale: #595959. Windows color (decimal): -3471899 or 15009227. OLE color: 15009227.
HSL color Cylindrical-coordinate representation of color #CB05E5: hue angle of 293.04º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05E5 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 5 | 229 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.10 |
| HSL | 293.04º | 0.96% | 0.46% | - |
| HSV(B) | 293.04º | 0.98% | 0.9% | - |
| XYZ | 38.83 | 18.46 | 75.65 | - |
| YUV | 89.74 | 206.6 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 229 | 0.11 | 0.98 | 0 | 0.10 | 293.04 | 0.96 | 0.46 |
| Hex | CB | 5 | E5 | B | 62 | 0 | A | 125 | 60 | 2E |
| Octal | 313 | 5 | 345 | 13 | 142 | 0 | 12 | 445 | 140 | 56 |
| Binary | 11001011 | 101 | 11100101 | 1011 | 1100010 | 0 | 1010 | 100100101 | 1100000 | 101110 |
Color Harmonies of #CB05E5
Complementary color
Monochromatic Colors of #CB05E5
Black with #CB05E5
Text Example
Text Example
White with #CB05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05E5; }
p { color: rgb(203,5,229); }
H1.HeaderClassName
{
color: #CB05E5;
}
.AnyTagClassName
{
color: #CB05E5;
}
</style>
background-color css
<style>
a { background-color: #CB05E5; }
a { background-color: rgb(203,5,229); }
div.DivClassName
{
background-color: #CB05E5;
}
.BgClassName
{
background-color: #CB05E5;
}
</style>
border-color css
<style>
span { border-color: #CB05E5; }
span { border-color: rgb(203,5,229); }
td.TdClassName
{
border-color: #CB05E5;
}
.TagClassName
{
border-color: #CB05E5;
}
</style>