Shades of Deep Magenta #CF0AC9
Tints of Deep Magenta #CF0AC9
RGB
CMYK
RGB Variations
Color information
#CF0AC9 (or 0xCF0AC9) is known color: Deep Magenta. HEX triplet: CF, 0A and C9. RGB value is (207,10,201). Sum of RGB (Red+Green+Blue) = 207+10+201=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0AC9 is #30F536. Grayscale: #5A5A5A. Windows color (decimal): -3208503 or 13175503. OLE color: 13175503.
HSL color Cylindrical-coordinate representation of color #CF0AC9: hue angle of 301.83º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0AC9 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 201 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.19 |
| HSL | 301.83º | 0.91% | 0.43% | - |
| HSV(B) | 301.83º | 0.95% | 0.81% | - |
| XYZ | 36.38 | 17.7 | 56.76 | - |
| YUV | 90.68 | 190.27 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 201 | 0 | 0.95 | 0.03 | 0.19 | 301.83 | 0.91 | 0.43 |
| Hex | CF | A | C9 | 0 | 5F | 3 | 13 | 12E | 5B | 2B |
| Octal | 317 | 12 | 311 | 0 | 137 | 3 | 23 | 456 | 133 | 53 |
| Binary | 11001111 | 1010 | 11001001 | 0 | 1011111 | 11 | 10011 | 100101110 | 1011011 | 101011 |
Color Harmonies of #CF0AC9
Complementary color
Monochromatic Colors of #CF0AC9
Black with #CF0AC9
Text Example
Text Example
White with #CF0AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AC9; }
p { color: rgb(207,10,201); }
H1.HeaderClassName
{
color: #CF0AC9;
}
.AnyTagClassName
{
color: #CF0AC9;
}
</style>
background-color css
<style>
a { background-color: #CF0AC9; }
a { background-color: rgb(207,10,201); }
div.DivClassName
{
background-color: #CF0AC9;
}
.BgClassName
{
background-color: #CF0AC9;
}
</style>
border-color css
<style>
span { border-color: #CF0AC9; }
span { border-color: rgb(207,10,201); }
td.TdClassName
{
border-color: #CF0AC9;
}
.TagClassName
{
border-color: #CF0AC9;
}
</style>