Shades of Deep Magenta #CF0AB0
Tints of Deep Magenta #CF0AB0
RGB
CMYK
RGB Variations
Color information
#CF0AB0 (or 0xCF0AB0) is known color: Deep Magenta. HEX triplet: CF, 0A and B0. RGB value is (207,10,176). Sum of RGB (Red+Green+Blue) = 207+10+176=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0AB0 is #30F54F. Grayscale: #575757. Windows color (decimal): -3208528 or 11537103. OLE color: 11537103.
HSL color Cylindrical-coordinate representation of color #CF0AB0: hue angle of 309.44º 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 #CF0AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 176 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.19 |
| HSL | 309.44º | 0.91% | 0.43% | - |
| HSV(B) | 309.44º | 0.95% | 0.81% | - |
| XYZ | 33.68 | 16.62 | 42.51 | - |
| YUV | 87.83 | 177.77 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 176 | 0 | 0.95 | 0.15 | 0.19 | 309.44 | 0.91 | 0.43 |
| Hex | CF | A | B0 | 0 | 5F | F | 13 | 135 | 5B | 2B |
| Octal | 317 | 12 | 260 | 0 | 137 | 17 | 23 | 465 | 133 | 53 |
| Binary | 11001111 | 1010 | 10110000 | 0 | 1011111 | 1111 | 10011 | 100110101 | 1011011 | 101011 |
Color Harmonies of #CF0AB0
Complementary color
Monochromatic Colors of #CF0AB0
Black with #CF0AB0
Text Example
Text Example
White with #CF0AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AB0; }
p { color: rgb(207,10,176); }
H1.HeaderClassName
{
color: #CF0AB0;
}
.AnyTagClassName
{
color: #CF0AB0;
}
</style>
background-color css
<style>
a { background-color: #CF0AB0; }
a { background-color: rgb(207,10,176); }
div.DivClassName
{
background-color: #CF0AB0;
}
.BgClassName
{
background-color: #CF0AB0;
}
</style>
border-color css
<style>
span { border-color: #CF0AB0; }
span { border-color: rgb(207,10,176); }
td.TdClassName
{
border-color: #CF0AB0;
}
.TagClassName
{
border-color: #CF0AB0;
}
</style>