Shades of Deep Magenta #CF24CC
Tints of Deep Magenta #CF24CC
RGB
CMYK
RGB Variations
Color information
#CF24CC (or 0xCF24CC) is known color: Deep Magenta. HEX triplet: CF, 24 and CC. RGB value is (207,36,204). Sum of RGB (Red+Green+Blue) = 207+36+204=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF24CC is #30DB33. Grayscale: #696969. Windows color (decimal): -3201844 or 13378767. OLE color: 13378767.
HSL color Cylindrical-coordinate representation of color #CF24CC: hue angle of 301.05º 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 #CF24CC is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 204 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.19 |
| HSL | 301.05º | 0.7% | 0.48% | - |
| HSV(B) | 301.05º | 0.83% | 0.81% | - |
| XYZ | 37.26 | 18.89 | 58.81 | - |
| YUV | 106.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 204 | 0 | 0.83 | 0.01 | 0.19 | 301.05 | 0.7 | 0.48 |
| Hex | CF | 24 | CC | 0 | 53 | 1 | 13 | 12D | 46 | 30 |
| Octal | 317 | 44 | 314 | 0 | 123 | 1 | 23 | 455 | 106 | 60 |
| Binary | 11001111 | 100100 | 11001100 | 0 | 1010011 | 1 | 10011 | 100101101 | 1000110 | 110000 |
Color Harmonies of #CF24CC
Complementary color
Monochromatic Colors of #CF24CC
Black with #CF24CC
Text Example
Text Example
White with #CF24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24CC; }
p { color: rgb(207,36,204); }
H1.HeaderClassName
{
color: #CF24CC;
}
.AnyTagClassName
{
color: #CF24CC;
}
</style>
background-color css
<style>
a { background-color: #CF24CC; }
a { background-color: rgb(207,36,204); }
div.DivClassName
{
background-color: #CF24CC;
}
.BgClassName
{
background-color: #CF24CC;
}
</style>
border-color css
<style>
span { border-color: #CF24CC; }
span { border-color: rgb(207,36,204); }
td.TdClassName
{
border-color: #CF24CC;
}
.TagClassName
{
border-color: #CF24CC;
}
</style>