Shades of Deep Magenta #CF00AA
Tints of Deep Magenta #CF00AA
RGB
CMYK
RGB Variations
Color information
#CF00AA (or 0xCF00AA) is known color: Deep Magenta. HEX triplet: CF, 00 and AA. RGB value is (207,0,170). Sum of RGB (Red+Green+Blue) = 207+0+170=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00AA is #30FF55. Grayscale: #505050. Windows color (decimal): -3211094 or 11141327. OLE color: 11141327.
HSL color Cylindrical-coordinate representation of color #CF00AA: hue angle of 310.72º 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 #CF00AA is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.18 | 0.19 |
| HSL | 310.72º | 1% | 0.41% | - |
| HSV(B) | 310.72º | 1% | 0.81% | - |
| XYZ | 32.99 | 16.17 | 39.41 | - |
| YUV | 81.27 | 178.08 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 170 | 0 | 1 | 0.18 | 0.19 | 310.72 | 1 | 0.41 |
| Hex | CF | 0 | AA | 0 | 64 | 12 | 13 | 137 | 64 | 29 |
| Octal | 317 | 0 | 252 | 0 | 144 | 22 | 23 | 467 | 144 | 51 |
| Binary | 11001111 | 0 | 10101010 | 0 | 1100100 | 10010 | 10011 | 100110111 | 1100100 | 101001 |
Color Harmonies of #CF00AA
Complementary color
Monochromatic Colors of #CF00AA
Black with #CF00AA
Text Example
Text Example
White with #CF00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00AA; }
p { color: rgb(207,0,170); }
H1.HeaderClassName
{
color: #CF00AA;
}
.AnyTagClassName
{
color: #CF00AA;
}
</style>
background-color css
<style>
a { background-color: #CF00AA; }
a { background-color: rgb(207,0,170); }
div.DivClassName
{
background-color: #CF00AA;
}
.BgClassName
{
background-color: #CF00AA;
}
</style>
border-color css
<style>
span { border-color: #CF00AA; }
span { border-color: rgb(207,0,170); }
td.TdClassName
{
border-color: #CF00AA;
}
.TagClassName
{
border-color: #CF00AA;
}
</style>