Shades of Deep Magenta #CB24E2
Tints of Deep Magenta #CB24E2
RGB
CMYK
RGB Variations
Color information
#CB24E2 (or 0xCB24E2) is known color: Deep Magenta. HEX triplet: CB, 24 and E2. RGB value is (203,36,226). Sum of RGB (Red+Green+Blue) = 203+36+226=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB24E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24E2 is #34DB1D. Grayscale: #6B6B6B. Windows color (decimal): -3463966 or 14820555. OLE color: 14820555.
HSL color Cylindrical-coordinate representation of color #CB24E2: hue angle of 292.74º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB24E2 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 36 | 226 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.11 |
| HSL | 292.74º | 0.77% | 0.51% | - |
| HSV(B) | 292.74º | 0.84% | 0.89% | - |
| XYZ | 38.99 | 19.45 | 73.65 | - |
| YUV | 107.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 226 | 0.10 | 0.84 | 0 | 0.11 | 292.74 | 0.77 | 0.51 |
| Hex | CB | 24 | E2 | A | 54 | 0 | B | 125 | 4D | 33 |
| Octal | 313 | 44 | 342 | 12 | 124 | 0 | 13 | 445 | 115 | 63 |
| Binary | 11001011 | 100100 | 11100010 | 1010 | 1010100 | 0 | 1011 | 100100101 | 1001101 | 110011 |
Color Harmonies of #CB24E2
Complementary color
Monochromatic Colors of #CB24E2
Black with #CB24E2
Text Example
Text Example
White with #CB24E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24E2; }
p { color: rgb(203,36,226); }
H1.HeaderClassName
{
color: #CB24E2;
}
.AnyTagClassName
{
color: #CB24E2;
}
</style>
background-color css
<style>
a { background-color: #CB24E2; }
a { background-color: rgb(203,36,226); }
div.DivClassName
{
background-color: #CB24E2;
}
.BgClassName
{
background-color: #CB24E2;
}
</style>
border-color css
<style>
span { border-color: #CB24E2; }
span { border-color: rgb(203,36,226); }
td.TdClassName
{
border-color: #CB24E2;
}
.TagClassName
{
border-color: #CB24E2;
}
</style>