Shades of Deep Magenta #CF0AC0
Tints of Deep Magenta #CF0AC0
RGB
CMYK
RGB Variations
Color information
#CF0AC0 (or 0xCF0AC0) is known color: Deep Magenta. HEX triplet: CF, 0A and C0. RGB value is (207,10,192). Sum of RGB (Red+Green+Blue) = 207+10+192=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0AC0 is #30F53F. Grayscale: #595959. Windows color (decimal): -3208512 or 12585679. OLE color: 12585679.
HSL color Cylindrical-coordinate representation of color #CF0AC0: hue angle of 304.57º 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 #CF0AC0 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 192 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.19 |
| HSL | 304.57º | 0.91% | 0.43% | - |
| HSV(B) | 304.57º | 0.95% | 0.81% | - |
| XYZ | 35.36 | 17.29 | 51.34 | - |
| YUV | 89.65 | 185.77 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 192 | 0 | 0.95 | 0.07 | 0.19 | 304.57 | 0.91 | 0.43 |
| Hex | CF | A | C0 | 0 | 5F | 7 | 13 | 131 | 5B | 2B |
| Octal | 317 | 12 | 300 | 0 | 137 | 7 | 23 | 461 | 133 | 53 |
| Binary | 11001111 | 1010 | 11000000 | 0 | 1011111 | 111 | 10011 | 100110001 | 1011011 | 101011 |
Color Harmonies of #CF0AC0
Complementary color
Monochromatic Colors of #CF0AC0
Black with #CF0AC0
Text Example
Text Example
White with #CF0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AC0; }
p { color: rgb(207,10,192); }
H1.HeaderClassName
{
color: #CF0AC0;
}
.AnyTagClassName
{
color: #CF0AC0;
}
</style>
background-color css
<style>
a { background-color: #CF0AC0; }
a { background-color: rgb(207,10,192); }
div.DivClassName
{
background-color: #CF0AC0;
}
.BgClassName
{
background-color: #CF0AC0;
}
</style>
border-color css
<style>
span { border-color: #CF0AC0; }
span { border-color: rgb(207,10,192); }
td.TdClassName
{
border-color: #CF0AC0;
}
.TagClassName
{
border-color: #CF0AC0;
}
</style>