Shades of Deep Magenta #CF07AF
Tints of Deep Magenta #CF07AF
RGB
CMYK
RGB Variations
Color information
#CF07AF (or 0xCF07AF) is known color: Deep Magenta. HEX triplet: CF, 07 and AF. RGB value is (207,7,175). Sum of RGB (Red+Green+Blue) = 207+7+175=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF07AF is #30F850. Grayscale: #555555. Windows color (decimal): -3209297 or 11470799. OLE color: 11470799.
HSL color Cylindrical-coordinate representation of color #CF07AF: hue angle of 309.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07AF is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.19 |
| HSL | 309.6º | 0.93% | 0.42% | - |
| HSV(B) | 309.6º | 0.97% | 0.81% | - |
| XYZ | 33.55 | 16.51 | 41.98 | - |
| YUV | 85.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 175 | 0 | 0.97 | 0.15 | 0.19 | 309.6 | 0.93 | 0.42 |
| Hex | CF | 7 | AF | 0 | 61 | F | 13 | 136 | 5D | 2A |
| Octal | 317 | 7 | 257 | 0 | 141 | 17 | 23 | 466 | 135 | 52 |
| Binary | 11001111 | 111 | 10101111 | 0 | 1100001 | 1111 | 10011 | 100110110 | 1011101 | 101010 |
Color Harmonies of #CF07AF
Complementary color
Monochromatic Colors of #CF07AF
Black with #CF07AF
Text Example
Text Example
White with #CF07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07AF; }
p { color: rgb(207,7,175); }
H1.HeaderClassName
{
color: #CF07AF;
}
.AnyTagClassName
{
color: #CF07AF;
}
</style>
background-color css
<style>
a { background-color: #CF07AF; }
a { background-color: rgb(207,7,175); }
div.DivClassName
{
background-color: #CF07AF;
}
.BgClassName
{
background-color: #CF07AF;
}
</style>
border-color css
<style>
span { border-color: #CF07AF; }
span { border-color: rgb(207,7,175); }
td.TdClassName
{
border-color: #CF07AF;
}
.TagClassName
{
border-color: #CF07AF;
}
</style>