Shades of Deep Magenta #CF03AC
Tints of Deep Magenta #CF03AC
RGB
CMYK
RGB Variations
Color information
#CF03AC (or 0xCF03AC) is known color: Deep Magenta. HEX triplet: CF, 03 and AC. RGB value is (207,3,172). Sum of RGB (Red+Green+Blue) = 207+3+172=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF03AC is #30FC53. Grayscale: #525252. Windows color (decimal): -3210324 or 11273167. OLE color: 11273167.
HSL color Cylindrical-coordinate representation of color #CF03AC: hue angle of 310.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03AC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.19 |
| HSL | 310.29º | 0.97% | 0.41% | - |
| HSV(B) | 310.29º | 0.99% | 0.81% | - |
| XYZ | 33.21 | 16.31 | 40.43 | - |
| YUV | 83.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 172 | 0 | 0.99 | 0.17 | 0.19 | 310.29 | 0.97 | 0.41 |
| Hex | CF | 3 | AC | 0 | 63 | 11 | 13 | 136 | 61 | 29 |
| Octal | 317 | 3 | 254 | 0 | 143 | 21 | 23 | 466 | 141 | 51 |
| Binary | 11001111 | 11 | 10101100 | 0 | 1100011 | 10001 | 10011 | 100110110 | 1100001 | 101001 |
Color Harmonies of #CF03AC
Complementary color
Monochromatic Colors of #CF03AC
Black with #CF03AC
Text Example
Text Example
White with #CF03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03AC; }
p { color: rgb(207,3,172); }
H1.HeaderClassName
{
color: #CF03AC;
}
.AnyTagClassName
{
color: #CF03AC;
}
</style>
background-color css
<style>
a { background-color: #CF03AC; }
a { background-color: rgb(207,3,172); }
div.DivClassName
{
background-color: #CF03AC;
}
.BgClassName
{
background-color: #CF03AC;
}
</style>
border-color css
<style>
span { border-color: #CF03AC; }
span { border-color: rgb(207,3,172); }
td.TdClassName
{
border-color: #CF03AC;
}
.TagClassName
{
border-color: #CF03AC;
}
</style>