Shades of Deep Magenta #CF0AAC
Tints of Deep Magenta #CF0AAC
RGB
CMYK
RGB Variations
Color information
#CF0AAC (or 0xCF0AAC) is known color: Deep Magenta. HEX triplet: CF, 0A and AC. RGB value is (207,10,172). Sum of RGB (Red+Green+Blue) = 207+10+172=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0AAC is #30F553. Grayscale: #565656. Windows color (decimal): -3208532 or 11274959. OLE color: 11274959.
HSL color Cylindrical-coordinate representation of color #CF0AAC: hue angle of 310.66º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0AAC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.19 |
| HSL | 310.66º | 0.91% | 0.43% | - |
| HSV(B) | 310.66º | 0.95% | 0.81% | - |
| XYZ | 33.29 | 16.46 | 40.45 | - |
| YUV | 87.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 172 | 0 | 0.95 | 0.17 | 0.19 | 310.66 | 0.91 | 0.43 |
| Hex | CF | A | AC | 0 | 5F | 11 | 13 | 137 | 5B | 2B |
| Octal | 317 | 12 | 254 | 0 | 137 | 21 | 23 | 467 | 133 | 53 |
| Binary | 11001111 | 1010 | 10101100 | 0 | 1011111 | 10001 | 10011 | 100110111 | 1011011 | 101011 |
Color Harmonies of #CF0AAC
Complementary color
Monochromatic Colors of #CF0AAC
Black with #CF0AAC
Text Example
Text Example
White with #CF0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AAC; }
p { color: rgb(207,10,172); }
H1.HeaderClassName
{
color: #CF0AAC;
}
.AnyTagClassName
{
color: #CF0AAC;
}
</style>
background-color css
<style>
a { background-color: #CF0AAC; }
a { background-color: rgb(207,10,172); }
div.DivClassName
{
background-color: #CF0AAC;
}
.BgClassName
{
background-color: #CF0AAC;
}
</style>
border-color css
<style>
span { border-color: #CF0AAC; }
span { border-color: rgb(207,10,172); }
td.TdClassName
{
border-color: #CF0AAC;
}
.TagClassName
{
border-color: #CF0AAC;
}
</style>