Shades of Deep Magenta #CF09AA
Tints of Deep Magenta #CF09AA
RGB
CMYK
RGB Variations
Color information
#CF09AA (or 0xCF09AA) is known color: Deep Magenta. HEX triplet: CF, 09 and AA. RGB value is (207,9,170). Sum of RGB (Red+Green+Blue) = 207+9+170=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09AA is #30F655. Grayscale: #565656. Windows color (decimal): -3208790 or 11143631. OLE color: 11143631.
HSL color Cylindrical-coordinate representation of color #CF09AA: hue angle of 311.21º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09AA is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.19 |
| HSL | 311.21º | 0.92% | 0.42% | - |
| HSV(B) | 311.21º | 0.96% | 0.81% | - |
| XYZ | 33.09 | 16.36 | 39.44 | - |
| YUV | 86.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 170 | 0 | 0.96 | 0.18 | 0.19 | 311.21 | 0.92 | 0.42 |
| Hex | CF | 9 | AA | 0 | 60 | 12 | 13 | 137 | 5C | 2A |
| Octal | 317 | 11 | 252 | 0 | 140 | 22 | 23 | 467 | 134 | 52 |
| Binary | 11001111 | 1001 | 10101010 | 0 | 1100000 | 10010 | 10011 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CF09AA
Complementary color
Monochromatic Colors of #CF09AA
Black with #CF09AA
Text Example
Text Example
White with #CF09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09AA; }
p { color: rgb(207,9,170); }
H1.HeaderClassName
{
color: #CF09AA;
}
.AnyTagClassName
{
color: #CF09AA;
}
</style>
background-color css
<style>
a { background-color: #CF09AA; }
a { background-color: rgb(207,9,170); }
div.DivClassName
{
background-color: #CF09AA;
}
.BgClassName
{
background-color: #CF09AA;
}
</style>
border-color css
<style>
span { border-color: #CF09AA; }
span { border-color: rgb(207,9,170); }
td.TdClassName
{
border-color: #CF09AA;
}
.TagClassName
{
border-color: #CF09AA;
}
</style>