Shades of Deep Magenta #CF24C6
Tints of Deep Magenta #CF24C6
RGB
CMYK
RGB Variations
Color information
#CF24C6 (or 0xCF24C6) is known color: Deep Magenta. HEX triplet: CF, 24 and C6. RGB value is (207,36,198). Sum of RGB (Red+Green+Blue) = 207+36+198=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF24C6 is #30DB39. Grayscale: #696969. Windows color (decimal): -3201850 or 12985551. OLE color: 12985551.
HSL color Cylindrical-coordinate representation of color #CF24C6: hue angle of 303.16º 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 #CF24C6 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 198 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.19 |
| HSL | 303.16º | 0.7% | 0.48% | - |
| HSV(B) | 303.16º | 0.83% | 0.81% | - |
| XYZ | 36.56 | 18.6 | 55.09 | - |
| YUV | 105.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 198 | 0 | 0.83 | 0.04 | 0.19 | 303.16 | 0.7 | 0.48 |
| Hex | CF | 24 | C6 | 0 | 53 | 4 | 13 | 12F | 46 | 30 |
| Octal | 317 | 44 | 306 | 0 | 123 | 4 | 23 | 457 | 106 | 60 |
| Binary | 11001111 | 100100 | 11000110 | 0 | 1010011 | 100 | 10011 | 100101111 | 1000110 | 110000 |
Color Harmonies of #CF24C6
Complementary color
Monochromatic Colors of #CF24C6
Black with #CF24C6
Text Example
Text Example
White with #CF24C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24C6; }
p { color: rgb(207,36,198); }
H1.HeaderClassName
{
color: #CF24C6;
}
.AnyTagClassName
{
color: #CF24C6;
}
</style>
background-color css
<style>
a { background-color: #CF24C6; }
a { background-color: rgb(207,36,198); }
div.DivClassName
{
background-color: #CF24C6;
}
.BgClassName
{
background-color: #CF24C6;
}
</style>
border-color css
<style>
span { border-color: #CF24C6; }
span { border-color: rgb(207,36,198); }
td.TdClassName
{
border-color: #CF24C6;
}
.TagClassName
{
border-color: #CF24C6;
}
</style>