Shades of Deep Magenta #CF0AAE
Tints of Deep Magenta #CF0AAE
RGB
CMYK
RGB Variations
Color information
#CF0AAE (or 0xCF0AAE) is known color: Deep Magenta. HEX triplet: CF, 0A and AE. RGB value is (207,10,174). Sum of RGB (Red+Green+Blue) = 207+10+174=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0AAE is #30F551. Grayscale: #575757. Windows color (decimal): -3208530 or 11406031. OLE color: 11406031.
HSL color Cylindrical-coordinate representation of color #CF0AAE: hue angle of 310.05º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0AAE is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 174 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.19 |
| HSL | 310.05º | 0.91% | 0.43% | - |
| HSV(B) | 310.05º | 0.95% | 0.81% | - |
| XYZ | 33.48 | 16.54 | 41.47 | - |
| YUV | 87.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 174 | 0 | 0.95 | 0.16 | 0.19 | 310.05 | 0.91 | 0.43 |
| Hex | CF | A | AE | 0 | 5F | 10 | 13 | 136 | 5B | 2B |
| Octal | 317 | 12 | 256 | 0 | 137 | 20 | 23 | 466 | 133 | 53 |
| Binary | 11001111 | 1010 | 10101110 | 0 | 1011111 | 10000 | 10011 | 100110110 | 1011011 | 101011 |
Color Harmonies of #CF0AAE
Complementary color
Monochromatic Colors of #CF0AAE
Black with #CF0AAE
Text Example
Text Example
White with #CF0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AAE; }
p { color: rgb(207,10,174); }
H1.HeaderClassName
{
color: #CF0AAE;
}
.AnyTagClassName
{
color: #CF0AAE;
}
</style>
background-color css
<style>
a { background-color: #CF0AAE; }
a { background-color: rgb(207,10,174); }
div.DivClassName
{
background-color: #CF0AAE;
}
.BgClassName
{
background-color: #CF0AAE;
}
</style>
border-color css
<style>
span { border-color: #CF0AAE; }
span { border-color: rgb(207,10,174); }
td.TdClassName
{
border-color: #CF0AAE;
}
.TagClassName
{
border-color: #CF0AAE;
}
</style>