Shades of Deep Magenta #CF0FAE
Tints of Deep Magenta #CF0FAE
RGB
CMYK
RGB Variations
Color information
#CF0FAE (or 0xCF0FAE) is known color: Deep Magenta. HEX triplet: CF, 0F and AE. RGB value is (207,15,174). Sum of RGB (Red+Green+Blue) = 207+15+174=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FAE is #30F051. Grayscale: #5A5A5A. Windows color (decimal): -3207250 or 11407311. OLE color: 11407311.
HSL color Cylindrical-coordinate representation of color #CF0FAE: hue angle of 310.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FAE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 174 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.19 |
| HSL | 310.31º | 0.86% | 0.44% | - |
| HSV(B) | 310.31º | 0.93% | 0.81% | - |
| XYZ | 33.54 | 16.66 | 41.49 | - |
| YUV | 90.53 | 175.11 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 174 | 0 | 0.93 | 0.16 | 0.19 | 310.31 | 0.86 | 0.44 |
| Hex | CF | F | AE | 0 | 5D | 10 | 13 | 136 | 56 | 2C |
| Octal | 317 | 17 | 256 | 0 | 135 | 20 | 23 | 466 | 126 | 54 |
| Binary | 11001111 | 1111 | 10101110 | 0 | 1011101 | 10000 | 10011 | 100110110 | 1010110 | 101100 |
Color Harmonies of #CF0FAE
Complementary color
Monochromatic Colors of #CF0FAE
Black with #CF0FAE
Text Example
Text Example
White with #CF0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FAE; }
p { color: rgb(207,15,174); }
H1.HeaderClassName
{
color: #CF0FAE;
}
.AnyTagClassName
{
color: #CF0FAE;
}
</style>
background-color css
<style>
a { background-color: #CF0FAE; }
a { background-color: rgb(207,15,174); }
div.DivClassName
{
background-color: #CF0FAE;
}
.BgClassName
{
background-color: #CF0FAE;
}
</style>
border-color css
<style>
span { border-color: #CF0FAE; }
span { border-color: rgb(207,15,174); }
td.TdClassName
{
border-color: #CF0FAE;
}
.TagClassName
{
border-color: #CF0FAE;
}
</style>