Shades of Deep Magenta #CF24C5
Tints of Deep Magenta #CF24C5
RGB
CMYK
RGB Variations
Color information
#CF24C5 (or 0xCF24C5) is known color: Deep Magenta. HEX triplet: CF, 24 and C5. RGB value is (207,36,197). Sum of RGB (Red+Green+Blue) = 207+36+197=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF24C5 is #30DB3A. Grayscale: #696969. Windows color (decimal): -3201851 or 12920015. OLE color: 12920015.
HSL color Cylindrical-coordinate representation of color #CF24C5: hue angle of 303.51º 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 #CF24C5 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 197 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.19 |
| HSL | 303.51º | 0.7% | 0.48% | - |
| HSV(B) | 303.51º | 0.83% | 0.81% | - |
| XYZ | 36.44 | 18.56 | 54.48 | - |
| YUV | 105.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 197 | 0 | 0.83 | 0.05 | 0.19 | 303.51 | 0.7 | 0.48 |
| Hex | CF | 24 | C5 | 0 | 53 | 5 | 13 | 130 | 46 | 30 |
| Octal | 317 | 44 | 305 | 0 | 123 | 5 | 23 | 460 | 106 | 60 |
| Binary | 11001111 | 100100 | 11000101 | 0 | 1010011 | 101 | 10011 | 100110000 | 1000110 | 110000 |
Color Harmonies of #CF24C5
Complementary color
Monochromatic Colors of #CF24C5
Black with #CF24C5
Text Example
Text Example
White with #CF24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24C5; }
p { color: rgb(207,36,197); }
H1.HeaderClassName
{
color: #CF24C5;
}
.AnyTagClassName
{
color: #CF24C5;
}
</style>
background-color css
<style>
a { background-color: #CF24C5; }
a { background-color: rgb(207,36,197); }
div.DivClassName
{
background-color: #CF24C5;
}
.BgClassName
{
background-color: #CF24C5;
}
</style>
border-color css
<style>
span { border-color: #CF24C5; }
span { border-color: rgb(207,36,197); }
td.TdClassName
{
border-color: #CF24C5;
}
.TagClassName
{
border-color: #CF24C5;
}
</style>