Shades of Deep Magenta #CF02AA
Tints of Deep Magenta #CF02AA
RGB
CMYK
RGB Variations
Color information
#CF02AA (or 0xCF02AA) is known color: Deep Magenta. HEX triplet: CF, 02 and AA. RGB value is (207,2,170). Sum of RGB (Red+Green+Blue) = 207+2+170=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF02AA is #30FD55. Grayscale: #515151. Windows color (decimal): -3210582 or 11141839. OLE color: 11141839.
HSL color Cylindrical-coordinate representation of color #CF02AA: hue angle of 310.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02AA is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.19 |
| HSL | 310.83º | 0.98% | 0.41% | - |
| HSV(B) | 310.83º | 0.99% | 0.81% | - |
| XYZ | 33.01 | 16.21 | 39.42 | - |
| YUV | 82.45 | 177.42 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 170 | 0 | 0.99 | 0.18 | 0.19 | 310.83 | 0.98 | 0.41 |
| Hex | CF | 2 | AA | 0 | 63 | 12 | 13 | 137 | 62 | 29 |
| Octal | 317 | 2 | 252 | 0 | 143 | 22 | 23 | 467 | 142 | 51 |
| Binary | 11001111 | 10 | 10101010 | 0 | 1100011 | 10010 | 10011 | 100110111 | 1100010 | 101001 |
Color Harmonies of #CF02AA
Complementary color
Monochromatic Colors of #CF02AA
Black with #CF02AA
Text Example
Text Example
White with #CF02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02AA; }
p { color: rgb(207,2,170); }
H1.HeaderClassName
{
color: #CF02AA;
}
.AnyTagClassName
{
color: #CF02AA;
}
</style>
background-color css
<style>
a { background-color: #CF02AA; }
a { background-color: rgb(207,2,170); }
div.DivClassName
{
background-color: #CF02AA;
}
.BgClassName
{
background-color: #CF02AA;
}
</style>
border-color css
<style>
span { border-color: #CF02AA; }
span { border-color: rgb(207,2,170); }
td.TdClassName
{
border-color: #CF02AA;
}
.TagClassName
{
border-color: #CF02AA;
}
</style>