Shades of Deep Magenta #CF10AF
Tints of Deep Magenta #CF10AF
RGB
CMYK
RGB Variations
Color information
#CF10AF (or 0xCF10AF) is known color: Deep Magenta. HEX triplet: CF, 10 and AF. RGB value is (207,16,175). Sum of RGB (Red+Green+Blue) = 207+16+175=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF10AF is #30EF50. Grayscale: #5A5A5A. Windows color (decimal): -3206993 or 11473103. OLE color: 11473103.
HSL color Cylindrical-coordinate representation of color #CF10AF: hue angle of 310.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF10AF is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.19 |
| HSL | 310.05º | 0.86% | 0.44% | - |
| HSV(B) | 310.05º | 0.92% | 0.81% | - |
| XYZ | 33.66 | 16.73 | 42.01 | - |
| YUV | 91.24 | 175.28 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 175 | 0 | 0.92 | 0.15 | 0.19 | 310.05 | 0.86 | 0.44 |
| Hex | CF | 10 | AF | 0 | 5C | F | 13 | 136 | 56 | 2C |
| Octal | 317 | 20 | 257 | 0 | 134 | 17 | 23 | 466 | 126 | 54 |
| Binary | 11001111 | 10000 | 10101111 | 0 | 1011100 | 1111 | 10011 | 100110110 | 1010110 | 101100 |
Color Harmonies of #CF10AF
Complementary color
Monochromatic Colors of #CF10AF
Black with #CF10AF
Text Example
Text Example
White with #CF10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10AF; }
p { color: rgb(207,16,175); }
H1.HeaderClassName
{
color: #CF10AF;
}
.AnyTagClassName
{
color: #CF10AF;
}
</style>
background-color css
<style>
a { background-color: #CF10AF; }
a { background-color: rgb(207,16,175); }
div.DivClassName
{
background-color: #CF10AF;
}
.BgClassName
{
background-color: #CF10AF;
}
</style>
border-color css
<style>
span { border-color: #CF10AF; }
span { border-color: rgb(207,16,175); }
td.TdClassName
{
border-color: #CF10AF;
}
.TagClassName
{
border-color: #CF10AF;
}
</style>