Shades of Deep Magenta #CF07AC
Tints of Deep Magenta #CF07AC
RGB
CMYK
RGB Variations
Color information
#CF07AC (or 0xCF07AC) is known color: Deep Magenta. HEX triplet: CF, 07 and AC. RGB value is (207,7,172). Sum of RGB (Red+Green+Blue) = 207+7+172=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF07AC is #30F853. Grayscale: #555555. Windows color (decimal): -3209300 or 11274191. OLE color: 11274191.
HSL color Cylindrical-coordinate representation of color #CF07AC: hue angle of 310.5º 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 #CF07AC is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.19 |
| HSL | 310.5º | 0.93% | 0.42% | - |
| HSV(B) | 310.5º | 0.97% | 0.81% | - |
| XYZ | 33.25 | 16.4 | 40.44 | - |
| YUV | 85.61 | 176.76 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 172 | 0 | 0.97 | 0.17 | 0.19 | 310.5 | 0.93 | 0.42 |
| Hex | CF | 7 | AC | 0 | 61 | 11 | 13 | 136 | 5D | 2A |
| Octal | 317 | 7 | 254 | 0 | 141 | 21 | 23 | 466 | 135 | 52 |
| Binary | 11001111 | 111 | 10101100 | 0 | 1100001 | 10001 | 10011 | 100110110 | 1011101 | 101010 |
Color Harmonies of #CF07AC
Complementary color
Monochromatic Colors of #CF07AC
Black with #CF07AC
Text Example
Text Example
White with #CF07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07AC; }
p { color: rgb(207,7,172); }
H1.HeaderClassName
{
color: #CF07AC;
}
.AnyTagClassName
{
color: #CF07AC;
}
</style>
background-color css
<style>
a { background-color: #CF07AC; }
a { background-color: rgb(207,7,172); }
div.DivClassName
{
background-color: #CF07AC;
}
.BgClassName
{
background-color: #CF07AC;
}
</style>
border-color css
<style>
span { border-color: #CF07AC; }
span { border-color: rgb(207,7,172); }
td.TdClassName
{
border-color: #CF07AC;
}
.TagClassName
{
border-color: #CF07AC;
}
</style>