Shades of Deep Magenta #CB24E5
Tints of Deep Magenta #CB24E5
RGB
CMYK
RGB Variations
Color information
#CB24E5 (or 0xCB24E5) is known color: Deep Magenta. HEX triplet: CB, 24 and E5. RGB value is (203,36,229). Sum of RGB (Red+Green+Blue) = 203+36+229=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB24E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24E5 is #34DB1A. Grayscale: #6B6B6B. Windows color (decimal): -3463963 or 15017163. OLE color: 15017163.
HSL color Cylindrical-coordinate representation of color #CB24E5: hue angle of 291.92º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB24E5 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 36 | 229 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.10 |
| HSL | 291.92º | 0.79% | 0.52% | - |
| HSV(B) | 291.92º | 0.84% | 0.9% | - |
| XYZ | 39.4 | 19.62 | 75.84 | - |
| YUV | 107.94 | 196.33 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 229 | 0.11 | 0.84 | 0 | 0.10 | 291.92 | 0.79 | 0.52 |
| Hex | CB | 24 | E5 | B | 54 | 0 | A | 124 | 4F | 34 |
| Octal | 313 | 44 | 345 | 13 | 124 | 0 | 12 | 444 | 117 | 64 |
| Binary | 11001011 | 100100 | 11100101 | 1011 | 1010100 | 0 | 1010 | 100100100 | 1001111 | 110100 |
Color Harmonies of #CB24E5
Complementary color
Monochromatic Colors of #CB24E5
Black with #CB24E5
Text Example
Text Example
White with #CB24E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24E5; }
p { color: rgb(203,36,229); }
H1.HeaderClassName
{
color: #CB24E5;
}
.AnyTagClassName
{
color: #CB24E5;
}
</style>
background-color css
<style>
a { background-color: #CB24E5; }
a { background-color: rgb(203,36,229); }
div.DivClassName
{
background-color: #CB24E5;
}
.BgClassName
{
background-color: #CB24E5;
}
</style>
border-color css
<style>
span { border-color: #CB24E5; }
span { border-color: rgb(203,36,229); }
td.TdClassName
{
border-color: #CB24E5;
}
.TagClassName
{
border-color: #CB24E5;
}
</style>