Shades of Deep Magenta #CB0CE4
Tints of Deep Magenta #CB0CE4
RGB
CMYK
RGB Variations
Color information
#CB0CE4 (or 0xCB0CE4) is known color: Deep Magenta. HEX triplet: CB, 0C and E4. RGB value is (203,12,228). Sum of RGB (Red+Green+Blue) = 203+12+228=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB0CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CE4 is #34F31B. Grayscale: #5D5D5D. Windows color (decimal): -3470108 or 14945483. OLE color: 14945483.
HSL color Cylindrical-coordinate representation of color #CB0CE4: hue angle of 293.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CE4 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 12 | 228 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.11 |
| HSL | 293.06º | 0.9% | 0.47% | - |
| HSV(B) | 293.06º | 0.95% | 0.89% | - |
| XYZ | 38.76 | 18.56 | 74.94 | - |
| YUV | 93.73 | 203.78 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 228 | 0.11 | 0.95 | 0 | 0.11 | 293.06 | 0.9 | 0.47 |
| Hex | CB | C | E4 | B | 5F | 0 | B | 125 | 5A | 2F |
| Octal | 313 | 14 | 344 | 13 | 137 | 0 | 13 | 445 | 132 | 57 |
| Binary | 11001011 | 1100 | 11100100 | 1011 | 1011111 | 0 | 1011 | 100100101 | 1011010 | 101111 |
Color Harmonies of #CB0CE4
Complementary color
Monochromatic Colors of #CB0CE4
Black with #CB0CE4
Text Example
Text Example
White with #CB0CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CE4; }
p { color: rgb(203,12,228); }
H1.HeaderClassName
{
color: #CB0CE4;
}
.AnyTagClassName
{
color: #CB0CE4;
}
</style>
background-color css
<style>
a { background-color: #CB0CE4; }
a { background-color: rgb(203,12,228); }
div.DivClassName
{
background-color: #CB0CE4;
}
.BgClassName
{
background-color: #CB0CE4;
}
</style>
border-color css
<style>
span { border-color: #CB0CE4; }
span { border-color: rgb(203,12,228); }
td.TdClassName
{
border-color: #CB0CE4;
}
.TagClassName
{
border-color: #CB0CE4;
}
</style>