Shades of Deep Magenta #CF04AC
Tints of Deep Magenta #CF04AC
RGB
CMYK
RGB Variations
Color information
#CF04AC (or 0xCF04AC) is known color: Deep Magenta. HEX triplet: CF, 04 and AC. RGB value is (207,4,172). Sum of RGB (Red+Green+Blue) = 207+4+172=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF04AC is #30FB53. Grayscale: #535353. Windows color (decimal): -3210068 or 11273423. OLE color: 11273423.
HSL color Cylindrical-coordinate representation of color #CF04AC: hue angle of 310.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04AC is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.19 |
| HSL | 310.34º | 0.96% | 0.41% | - |
| HSV(B) | 310.34º | 0.98% | 0.81% | - |
| XYZ | 33.22 | 16.33 | 40.43 | - |
| YUV | 83.85 | 177.75 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 172 | 0 | 0.98 | 0.17 | 0.19 | 310.34 | 0.96 | 0.41 |
| Hex | CF | 4 | AC | 0 | 62 | 11 | 13 | 136 | 60 | 29 |
| Octal | 317 | 4 | 254 | 0 | 142 | 21 | 23 | 466 | 140 | 51 |
| Binary | 11001111 | 100 | 10101100 | 0 | 1100010 | 10001 | 10011 | 100110110 | 1100000 | 101001 |
Color Harmonies of #CF04AC
Complementary color
Monochromatic Colors of #CF04AC
Black with #CF04AC
Text Example
Text Example
White with #CF04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04AC; }
p { color: rgb(207,4,172); }
H1.HeaderClassName
{
color: #CF04AC;
}
.AnyTagClassName
{
color: #CF04AC;
}
</style>
background-color css
<style>
a { background-color: #CF04AC; }
a { background-color: rgb(207,4,172); }
div.DivClassName
{
background-color: #CF04AC;
}
.BgClassName
{
background-color: #CF04AC;
}
</style>
border-color css
<style>
span { border-color: #CF04AC; }
span { border-color: rgb(207,4,172); }
td.TdClassName
{
border-color: #CF04AC;
}
.TagClassName
{
border-color: #CF04AC;
}
</style>