Shades of Deep Magenta #CF00AC
Tints of Deep Magenta #CF00AC
RGB
CMYK
RGB Variations
Color information
#CF00AC (or 0xCF00AC) is known color: Deep Magenta. HEX triplet: CF, 00 and AC. RGB value is (207,0,172). Sum of RGB (Red+Green+Blue) = 207+0+172=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00AC is #30FF53. Grayscale: #515151. Windows color (decimal): -3211092 or 11272399. OLE color: 11272399.
HSL color Cylindrical-coordinate representation of color #CF00AC: hue angle of 310.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00AC is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.17 | 0.19 |
| HSL | 310.14º | 1% | 0.41% | - |
| HSV(B) | 310.14º | 1% | 0.81% | - |
| XYZ | 33.18 | 16.24 | 40.42 | - |
| YUV | 81.5 | 179.08 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 172 | 0 | 1 | 0.17 | 0.19 | 310.14 | 1 | 0.41 |
| Hex | CF | 0 | AC | 0 | 64 | 11 | 13 | 136 | 64 | 29 |
| Octal | 317 | 0 | 254 | 0 | 144 | 21 | 23 | 466 | 144 | 51 |
| Binary | 11001111 | 0 | 10101100 | 0 | 1100100 | 10001 | 10011 | 100110110 | 1100100 | 101001 |
Color Harmonies of #CF00AC
Complementary color
Monochromatic Colors of #CF00AC
Black with #CF00AC
Text Example
Text Example
White with #CF00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00AC; }
p { color: rgb(207,0,172); }
H1.HeaderClassName
{
color: #CF00AC;
}
.AnyTagClassName
{
color: #CF00AC;
}
</style>
background-color css
<style>
a { background-color: #CF00AC; }
a { background-color: rgb(207,0,172); }
div.DivClassName
{
background-color: #CF00AC;
}
.BgClassName
{
background-color: #CF00AC;
}
</style>
border-color css
<style>
span { border-color: #CF00AC; }
span { border-color: rgb(207,0,172); }
td.TdClassName
{
border-color: #CF00AC;
}
.TagClassName
{
border-color: #CF00AC;
}
</style>