Shades of Deep Magenta #CB03E3
Tints of Deep Magenta #CB03E3
RGB
CMYK
RGB Variations
Color information
#CB03E3 (or 0xCB03E3) is known color: Deep Magenta. HEX triplet: CB, 03 and E3. RGB value is (203,3,227). Sum of RGB (Red+Green+Blue) = 203+3+227=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB03E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03E3 is #34FC1C. Grayscale: #575757. Windows color (decimal): -3472413 or 14877643. OLE color: 14877643.
HSL color Cylindrical-coordinate representation of color #CB03E3: hue angle of 293.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03E3 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 3 | 227 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.11 |
| HSL | 293.57º | 0.97% | 0.45% | - |
| HSV(B) | 293.57º | 0.99% | 0.89% | - |
| XYZ | 38.53 | 18.31 | 74.18 | - |
| YUV | 88.34 | 206.26 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 227 | 0.11 | 0.99 | 0 | 0.11 | 293.57 | 0.97 | 0.45 |
| Hex | CB | 3 | E3 | B | 63 | 0 | B | 126 | 61 | 2D |
| Octal | 313 | 3 | 343 | 13 | 143 | 0 | 13 | 446 | 141 | 55 |
| Binary | 11001011 | 11 | 11100011 | 1011 | 1100011 | 0 | 1011 | 100100110 | 1100001 | 101101 |
Color Harmonies of #CB03E3
Complementary color
Monochromatic Colors of #CB03E3
Black with #CB03E3
Text Example
Text Example
White with #CB03E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03E3; }
p { color: rgb(203,3,227); }
H1.HeaderClassName
{
color: #CB03E3;
}
.AnyTagClassName
{
color: #CB03E3;
}
</style>
background-color css
<style>
a { background-color: #CB03E3; }
a { background-color: rgb(203,3,227); }
div.DivClassName
{
background-color: #CB03E3;
}
.BgClassName
{
background-color: #CB03E3;
}
</style>
border-color css
<style>
span { border-color: #CB03E3; }
span { border-color: rgb(203,3,227); }
td.TdClassName
{
border-color: #CB03E3;
}
.TagClassName
{
border-color: #CB03E3;
}
</style>