Shades of Deep Magenta #CF24C8
Tints of Deep Magenta #CF24C8
RGB
CMYK
RGB Variations
Color information
#CF24C8 (or 0xCF24C8) is known color: Deep Magenta. HEX triplet: CF, 24 and C8. RGB value is (207,36,200). Sum of RGB (Red+Green+Blue) = 207+36+200=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF24C8 is #30DB37. Grayscale: #696969. Windows color (decimal): -3201848 or 13116623. OLE color: 13116623.
HSL color Cylindrical-coordinate representation of color #CF24C8: hue angle of 302.46º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF24C8 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 200 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.19 |
| HSL | 302.46º | 0.7% | 0.48% | - |
| HSV(B) | 302.46º | 0.83% | 0.81% | - |
| XYZ | 36.79 | 18.7 | 56.31 | - |
| YUV | 105.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 200 | 0 | 0.83 | 0.03 | 0.19 | 302.46 | 0.7 | 0.48 |
| Hex | CF | 24 | C8 | 0 | 53 | 3 | 13 | 12E | 46 | 30 |
| Octal | 317 | 44 | 310 | 0 | 123 | 3 | 23 | 456 | 106 | 60 |
| Binary | 11001111 | 100100 | 11001000 | 0 | 1010011 | 11 | 10011 | 100101110 | 1000110 | 110000 |
Color Harmonies of #CF24C8
Complementary color
Monochromatic Colors of #CF24C8
Black with #CF24C8
Text Example
Text Example
White with #CF24C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24C8; }
p { color: rgb(207,36,200); }
H1.HeaderClassName
{
color: #CF24C8;
}
.AnyTagClassName
{
color: #CF24C8;
}
</style>
background-color css
<style>
a { background-color: #CF24C8; }
a { background-color: rgb(207,36,200); }
div.DivClassName
{
background-color: #CF24C8;
}
.BgClassName
{
background-color: #CF24C8;
}
</style>
border-color css
<style>
span { border-color: #CF24C8; }
span { border-color: rgb(207,36,200); }
td.TdClassName
{
border-color: #CF24C8;
}
.TagClassName
{
border-color: #CF24C8;
}
</style>