Shades of Deep Magenta #CF24C0
Tints of Deep Magenta #CF24C0
RGB
CMYK
RGB Variations
Color information
#CF24C0 (or 0xCF24C0) is known color: Deep Magenta. HEX triplet: CF, 24 and C0. RGB value is (207,36,192). Sum of RGB (Red+Green+Blue) = 207+36+192=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF24C0 is #30DB3F. Grayscale: #686868. Windows color (decimal): -3201856 or 12592335. OLE color: 12592335.
HSL color Cylindrical-coordinate representation of color #CF24C0: hue angle of 305.26º 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 #CF24C0 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 192 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.19 |
| HSL | 305.26º | 0.7% | 0.48% | - |
| HSV(B) | 305.26º | 0.83% | 0.81% | - |
| XYZ | 35.88 | 18.33 | 51.52 | - |
| YUV | 104.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 192 | 0 | 0.83 | 0.07 | 0.19 | 305.26 | 0.7 | 0.48 |
| Hex | CF | 24 | C0 | 0 | 53 | 7 | 13 | 131 | 46 | 30 |
| Octal | 317 | 44 | 300 | 0 | 123 | 7 | 23 | 461 | 106 | 60 |
| Binary | 11001111 | 100100 | 11000000 | 0 | 1010011 | 111 | 10011 | 100110001 | 1000110 | 110000 |
Color Harmonies of #CF24C0
Complementary color
Monochromatic Colors of #CF24C0
Black with #CF24C0
Text Example
Text Example
White with #CF24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24C0; }
p { color: rgb(207,36,192); }
H1.HeaderClassName
{
color: #CF24C0;
}
.AnyTagClassName
{
color: #CF24C0;
}
</style>
background-color css
<style>
a { background-color: #CF24C0; }
a { background-color: rgb(207,36,192); }
div.DivClassName
{
background-color: #CF24C0;
}
.BgClassName
{
background-color: #CF24C0;
}
</style>
border-color css
<style>
span { border-color: #CF24C0; }
span { border-color: rgb(207,36,192); }
td.TdClassName
{
border-color: #CF24C0;
}
.TagClassName
{
border-color: #CF24C0;
}
</style>