Shades of Deep Magenta #CB24C7
Tints of Deep Magenta #CB24C7
RGB
CMYK
RGB Variations
Color information
#CB24C7 (or 0xCB24C7) is known color: Deep Magenta. HEX triplet: CB, 24 and C7. RGB value is (203,36,199). Sum of RGB (Red+Green+Blue) = 203+36+199=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24C7 is #34DB38. Grayscale: #686868. Windows color (decimal): -3463993 or 13051083. OLE color: 13051083.
HSL color Cylindrical-coordinate representation of color #CB24C7: hue angle of 301.44º 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 #CB24C7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 199 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.20 |
| HSL | 301.44º | 0.7% | 0.47% | - |
| HSV(B) | 301.44º | 0.82% | 0.8% | - |
| XYZ | 35.57 | 18.08 | 55.65 | - |
| YUV | 104.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 199 | 0 | 0.82 | 0.02 | 0.20 | 301.44 | 0.7 | 0.47 |
| Hex | CB | 24 | C7 | 0 | 52 | 2 | 14 | 12D | 46 | 2F |
| Octal | 313 | 44 | 307 | 0 | 122 | 2 | 24 | 455 | 106 | 57 |
| Binary | 11001011 | 100100 | 11000111 | 0 | 1010010 | 10 | 10100 | 100101101 | 1000110 | 101111 |
Color Harmonies of #CB24C7
Complementary color
Monochromatic Colors of #CB24C7
Black with #CB24C7
Text Example
Text Example
White with #CB24C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24C7; }
p { color: rgb(203,36,199); }
H1.HeaderClassName
{
color: #CB24C7;
}
.AnyTagClassName
{
color: #CB24C7;
}
</style>
background-color css
<style>
a { background-color: #CB24C7; }
a { background-color: rgb(203,36,199); }
div.DivClassName
{
background-color: #CB24C7;
}
.BgClassName
{
background-color: #CB24C7;
}
</style>
border-color css
<style>
span { border-color: #CB24C7; }
span { border-color: rgb(203,36,199); }
td.TdClassName
{
border-color: #CB24C7;
}
.TagClassName
{
border-color: #CB24C7;
}
</style>