Shades of Deep Magenta #CB03E5
Tints of Deep Magenta #CB03E5
RGB
CMYK
RGB Variations
Color information
#CB03E5 (or 0xCB03E5) is known color: Deep Magenta. HEX triplet: CB, 03 and E5. RGB value is (203,3,229). Sum of RGB (Red+Green+Blue) = 203+3+229=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03E5 is #34FC1A. Grayscale: #575757. Windows color (decimal): -3472411 or 15008715. OLE color: 15008715.
HSL color Cylindrical-coordinate representation of color #CB03E5: hue angle of 293.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03E5 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 3 | 229 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.10 |
| HSL | 293.1º | 0.97% | 0.45% | - |
| HSV(B) | 293.1º | 0.99% | 0.9% | - |
| XYZ | 38.8 | 18.42 | 75.64 | - |
| YUV | 88.56 | 207.26 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 229 | 0.11 | 0.99 | 0 | 0.10 | 293.1 | 0.97 | 0.45 |
| Hex | CB | 3 | E5 | B | 63 | 0 | A | 125 | 61 | 2D |
| Octal | 313 | 3 | 345 | 13 | 143 | 0 | 12 | 445 | 141 | 55 |
| Binary | 11001011 | 11 | 11100101 | 1011 | 1100011 | 0 | 1010 | 100100101 | 1100001 | 101101 |
Color Harmonies of #CB03E5
Complementary color
Monochromatic Colors of #CB03E5
Black with #CB03E5
Text Example
Text Example
White with #CB03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03E5; }
p { color: rgb(203,3,229); }
H1.HeaderClassName
{
color: #CB03E5;
}
.AnyTagClassName
{
color: #CB03E5;
}
</style>
background-color css
<style>
a { background-color: #CB03E5; }
a { background-color: rgb(203,3,229); }
div.DivClassName
{
background-color: #CB03E5;
}
.BgClassName
{
background-color: #CB03E5;
}
</style>
border-color css
<style>
span { border-color: #CB03E5; }
span { border-color: rgb(203,3,229); }
td.TdClassName
{
border-color: #CB03E5;
}
.TagClassName
{
border-color: #CB03E5;
}
</style>