Shades of Deep Magenta #CB24C0
Tints of Deep Magenta #CB24C0
RGB
CMYK
RGB Variations
Color information
#CB24C0 (or 0xCB24C0) is known color: Deep Magenta. HEX triplet: CB, 24 and C0. RGB value is (203,36,192). Sum of RGB (Red+Green+Blue) = 203+36+192=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24C0 is #34DB3F. Grayscale: #676767. Windows color (decimal): -3464000 or 12592331. OLE color: 12592331.
HSL color Cylindrical-coordinate representation of color #CB24C0: hue angle of 303.95º 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 #CB24C0 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 192 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.20 |
| HSL | 303.95º | 0.7% | 0.47% | - |
| HSV(B) | 303.95º | 0.82% | 0.8% | - |
| XYZ | 34.77 | 17.76 | 51.47 | - |
| YUV | 103.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 192 | 0 | 0.82 | 0.05 | 0.20 | 303.95 | 0.7 | 0.47 |
| Hex | CB | 24 | C0 | 0 | 52 | 5 | 14 | 130 | 46 | 2F |
| Octal | 313 | 44 | 300 | 0 | 122 | 5 | 24 | 460 | 106 | 57 |
| Binary | 11001011 | 100100 | 11000000 | 0 | 1010010 | 101 | 10100 | 100110000 | 1000110 | 101111 |
Color Harmonies of #CB24C0
Complementary color
Monochromatic Colors of #CB24C0
Black with #CB24C0
Text Example
Text Example
White with #CB24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24C0; }
p { color: rgb(203,36,192); }
H1.HeaderClassName
{
color: #CB24C0;
}
.AnyTagClassName
{
color: #CB24C0;
}
</style>
background-color css
<style>
a { background-color: #CB24C0; }
a { background-color: rgb(203,36,192); }
div.DivClassName
{
background-color: #CB24C0;
}
.BgClassName
{
background-color: #CB24C0;
}
</style>
border-color css
<style>
span { border-color: #CB24C0; }
span { border-color: rgb(203,36,192); }
td.TdClassName
{
border-color: #CB24C0;
}
.TagClassName
{
border-color: #CB24C0;
}
</style>