Shades of Deep Magenta #CF07AA
Tints of Deep Magenta #CF07AA
RGB
CMYK
RGB Variations
Color information
#CF07AA (or 0xCF07AA) is known color: Deep Magenta. HEX triplet: CF, 07 and AA. RGB value is (207,7,170). Sum of RGB (Red+Green+Blue) = 207+7+170=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF07AA is #30F855. Grayscale: #545454. Windows color (decimal): -3209302 or 11143119. OLE color: 11143119.
HSL color Cylindrical-coordinate representation of color #CF07AA: hue angle of 311.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07AA is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.19 |
| HSL | 311.1º | 0.93% | 0.42% | - |
| HSV(B) | 311.1º | 0.97% | 0.81% | - |
| XYZ | 33.06 | 16.32 | 39.44 | - |
| YUV | 85.38 | 175.76 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 170 | 0 | 0.97 | 0.18 | 0.19 | 311.1 | 0.93 | 0.42 |
| Hex | CF | 7 | AA | 0 | 61 | 12 | 13 | 137 | 5D | 2A |
| Octal | 317 | 7 | 252 | 0 | 141 | 22 | 23 | 467 | 135 | 52 |
| Binary | 11001111 | 111 | 10101010 | 0 | 1100001 | 10010 | 10011 | 100110111 | 1011101 | 101010 |
Color Harmonies of #CF07AA
Complementary color
Monochromatic Colors of #CF07AA
Black with #CF07AA
Text Example
Text Example
White with #CF07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07AA; }
p { color: rgb(207,7,170); }
H1.HeaderClassName
{
color: #CF07AA;
}
.AnyTagClassName
{
color: #CF07AA;
}
</style>
background-color css
<style>
a { background-color: #CF07AA; }
a { background-color: rgb(207,7,170); }
div.DivClassName
{
background-color: #CF07AA;
}
.BgClassName
{
background-color: #CF07AA;
}
</style>
border-color css
<style>
span { border-color: #CF07AA; }
span { border-color: rgb(207,7,170); }
td.TdClassName
{
border-color: #CF07AA;
}
.TagClassName
{
border-color: #CF07AA;
}
</style>