Shades of Deep Magenta #CF0ABE
Tints of Deep Magenta #CF0ABE
RGB
CMYK
RGB Variations
Color information
#CF0ABE (or 0xCF0ABE) is known color: Deep Magenta. HEX triplet: CF, 0A and BE. RGB value is (207,10,190). Sum of RGB (Red+Green+Blue) = 207+10+190=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ABE is #30F541. Grayscale: #585858. Windows color (decimal): -3208514 or 12454607. OLE color: 12454607.
HSL color Cylindrical-coordinate representation of color #CF0ABE: hue angle of 305.18º 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 #CF0ABE is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 190 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.19 |
| HSL | 305.18º | 0.91% | 0.43% | - |
| HSV(B) | 305.18º | 0.95% | 0.81% | - |
| XYZ | 35.13 | 17.2 | 50.18 | - |
| YUV | 89.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 190 | 0 | 0.95 | 0.08 | 0.19 | 305.18 | 0.91 | 0.43 |
| Hex | CF | A | BE | 0 | 5F | 8 | 13 | 131 | 5B | 2B |
| Octal | 317 | 12 | 276 | 0 | 137 | 10 | 23 | 461 | 133 | 53 |
| Binary | 11001111 | 1010 | 10111110 | 0 | 1011111 | 1000 | 10011 | 100110001 | 1011011 | 101011 |
Color Harmonies of #CF0ABE
Complementary color
Monochromatic Colors of #CF0ABE
Black with #CF0ABE
Text Example
Text Example
White with #CF0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ABE; }
p { color: rgb(207,10,190); }
H1.HeaderClassName
{
color: #CF0ABE;
}
.AnyTagClassName
{
color: #CF0ABE;
}
</style>
background-color css
<style>
a { background-color: #CF0ABE; }
a { background-color: rgb(207,10,190); }
div.DivClassName
{
background-color: #CF0ABE;
}
.BgClassName
{
background-color: #CF0ABE;
}
</style>
border-color css
<style>
span { border-color: #CF0ABE; }
span { border-color: rgb(207,10,190); }
td.TdClassName
{
border-color: #CF0ABE;
}
.TagClassName
{
border-color: #CF0ABE;
}
</style>