Shades of Deep Magenta #CF0DAC
Tints of Deep Magenta #CF0DAC
RGB
CMYK
RGB Variations
Color information
#CF0DAC (or 0xCF0DAC) is known color: Deep Magenta. HEX triplet: CF, 0D and AC. RGB value is (207,13,172). Sum of RGB (Red+Green+Blue) = 207+13+172=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0DAC is #30F253. Grayscale: #585858. Windows color (decimal): -3207764 or 11275727. OLE color: 11275727.
HSL color Cylindrical-coordinate representation of color #CF0DAC: hue angle of 310.82º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DAC is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.19 |
| HSL | 310.82º | 0.88% | 0.43% | - |
| HSV(B) | 310.82º | 0.94% | 0.81% | - |
| XYZ | 33.32 | 16.53 | 40.46 | - |
| YUV | 89.13 | 174.77 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 172 | 0 | 0.94 | 0.17 | 0.19 | 310.82 | 0.88 | 0.43 |
| Hex | CF | D | AC | 0 | 5E | 11 | 13 | 137 | 58 | 2B |
| Octal | 317 | 15 | 254 | 0 | 136 | 21 | 23 | 467 | 130 | 53 |
| Binary | 11001111 | 1101 | 10101100 | 0 | 1011110 | 10001 | 10011 | 100110111 | 1011000 | 101011 |
Color Harmonies of #CF0DAC
Complementary color
Monochromatic Colors of #CF0DAC
Black with #CF0DAC
Text Example
Text Example
White with #CF0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DAC; }
p { color: rgb(207,13,172); }
H1.HeaderClassName
{
color: #CF0DAC;
}
.AnyTagClassName
{
color: #CF0DAC;
}
</style>
background-color css
<style>
a { background-color: #CF0DAC; }
a { background-color: rgb(207,13,172); }
div.DivClassName
{
background-color: #CF0DAC;
}
.BgClassName
{
background-color: #CF0DAC;
}
</style>
border-color css
<style>
span { border-color: #CF0DAC; }
span { border-color: rgb(207,13,172); }
td.TdClassName
{
border-color: #CF0DAC;
}
.TagClassName
{
border-color: #CF0DAC;
}
</style>