Shades of Deep Magenta #CF00AE
Tints of Deep Magenta #CF00AE
RGB
CMYK
RGB Variations
Color information
#CF00AE (or 0xCF00AE) is known color: Deep Magenta. HEX triplet: CF, 00 and AE. RGB value is (207,0,174). Sum of RGB (Red+Green+Blue) = 207+0+174=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00AE is #30FF51. Grayscale: #515151. Windows color (decimal): -3211090 or 11403471. OLE color: 11403471.
HSL color Cylindrical-coordinate representation of color #CF00AE: hue angle of 309.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00AE is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.16 | 0.19 |
| HSL | 309.57º | 1% | 0.41% | - |
| HSV(B) | 309.57º | 1% | 0.81% | - |
| XYZ | 33.37 | 16.32 | 41.44 | - |
| YUV | 81.73 | 180.08 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 174 | 0 | 1 | 0.16 | 0.19 | 309.57 | 1 | 0.41 |
| Hex | CF | 0 | AE | 0 | 64 | 10 | 13 | 136 | 64 | 29 |
| Octal | 317 | 0 | 256 | 0 | 144 | 20 | 23 | 466 | 144 | 51 |
| Binary | 11001111 | 0 | 10101110 | 0 | 1100100 | 10000 | 10011 | 100110110 | 1100100 | 101001 |
Color Harmonies of #CF00AE
Complementary color
Monochromatic Colors of #CF00AE
Black with #CF00AE
Text Example
Text Example
White with #CF00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00AE; }
p { color: rgb(207,0,174); }
H1.HeaderClassName
{
color: #CF00AE;
}
.AnyTagClassName
{
color: #CF00AE;
}
</style>
background-color css
<style>
a { background-color: #CF00AE; }
a { background-color: rgb(207,0,174); }
div.DivClassName
{
background-color: #CF00AE;
}
.BgClassName
{
background-color: #CF00AE;
}
</style>
border-color css
<style>
span { border-color: #CF00AE; }
span { border-color: rgb(207,0,174); }
td.TdClassName
{
border-color: #CF00AE;
}
.TagClassName
{
border-color: #CF00AE;
}
</style>