Shades of Deep Magenta #CF05AA
Tints of Deep Magenta #CF05AA
RGB
CMYK
RGB Variations
Color information
#CF05AA (or 0xCF05AA) is known color: Deep Magenta. HEX triplet: CF, 05 and AA. RGB value is (207,5,170). Sum of RGB (Red+Green+Blue) = 207+5+170=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05AA is #30FA55. Grayscale: #535353. Windows color (decimal): -3209814 or 11142607. OLE color: 11142607.
HSL color Cylindrical-coordinate representation of color #CF05AA: hue angle of 310.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05AA is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.19 |
| HSL | 310.99º | 0.95% | 0.42% | - |
| HSV(B) | 310.99º | 0.98% | 0.81% | - |
| XYZ | 33.04 | 16.28 | 39.43 | - |
| YUV | 84.21 | 176.42 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 170 | 0 | 0.98 | 0.18 | 0.19 | 310.99 | 0.95 | 0.42 |
| Hex | CF | 5 | AA | 0 | 62 | 12 | 13 | 137 | 5F | 2A |
| Octal | 317 | 5 | 252 | 0 | 142 | 22 | 23 | 467 | 137 | 52 |
| Binary | 11001111 | 101 | 10101010 | 0 | 1100010 | 10010 | 10011 | 100110111 | 1011111 | 101010 |
Color Harmonies of #CF05AA
Complementary color
Monochromatic Colors of #CF05AA
Black with #CF05AA
Text Example
Text Example
White with #CF05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05AA; }
p { color: rgb(207,5,170); }
H1.HeaderClassName
{
color: #CF05AA;
}
.AnyTagClassName
{
color: #CF05AA;
}
</style>
background-color css
<style>
a { background-color: #CF05AA; }
a { background-color: rgb(207,5,170); }
div.DivClassName
{
background-color: #CF05AA;
}
.BgClassName
{
background-color: #CF05AA;
}
</style>
border-color css
<style>
span { border-color: #CF05AA; }
span { border-color: rgb(207,5,170); }
td.TdClassName
{
border-color: #CF05AA;
}
.TagClassName
{
border-color: #CF05AA;
}
</style>