Shades of Deep Magenta #CB24C5
Tints of Deep Magenta #CB24C5
RGB
CMYK
RGB Variations
Color information
#CB24C5 (or 0xCB24C5) is known color: Deep Magenta. HEX triplet: CB, 24 and C5. RGB value is (203,36,197). Sum of RGB (Red+Green+Blue) = 203+36+197=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24C5 is #34DB3A. Grayscale: #676767. Windows color (decimal): -3463995 or 12920011. OLE color: 12920011.
HSL color Cylindrical-coordinate representation of color #CB24C5: hue angle of 302.16º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB24C5 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 197 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.20 |
| HSL | 302.16º | 0.7% | 0.47% | - |
| HSV(B) | 302.16º | 0.82% | 0.8% | - |
| XYZ | 35.34 | 17.99 | 54.43 | - |
| YUV | 104.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 197 | 0 | 0.82 | 0.03 | 0.20 | 302.16 | 0.7 | 0.47 |
| Hex | CB | 24 | C5 | 0 | 52 | 3 | 14 | 12E | 46 | 2F |
| Octal | 313 | 44 | 305 | 0 | 122 | 3 | 24 | 456 | 106 | 57 |
| Binary | 11001011 | 100100 | 11000101 | 0 | 1010010 | 11 | 10100 | 100101110 | 1000110 | 101111 |
Color Harmonies of #CB24C5
Complementary color
Monochromatic Colors of #CB24C5
Black with #CB24C5
Text Example
Text Example
White with #CB24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24C5; }
p { color: rgb(203,36,197); }
H1.HeaderClassName
{
color: #CB24C5;
}
.AnyTagClassName
{
color: #CB24C5;
}
</style>
background-color css
<style>
a { background-color: #CB24C5; }
a { background-color: rgb(203,36,197); }
div.DivClassName
{
background-color: #CB24C5;
}
.BgClassName
{
background-color: #CB24C5;
}
</style>
border-color css
<style>
span { border-color: #CB24C5; }
span { border-color: rgb(203,36,197); }
td.TdClassName
{
border-color: #CB24C5;
}
.TagClassName
{
border-color: #CB24C5;
}
</style>