Shades of Deep Magenta #CF0ABF
Tints of Deep Magenta #CF0ABF
RGB
CMYK
RGB Variations
Color information
#CF0ABF (or 0xCF0ABF) is known color: Deep Magenta. HEX triplet: CF, 0A and BF. RGB value is (207,10,191). Sum of RGB (Red+Green+Blue) = 207+10+191=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ABF is #30F540. Grayscale: #595959. Windows color (decimal): -3208513 or 12520143. OLE color: 12520143.
HSL color Cylindrical-coordinate representation of color #CF0ABF: hue angle of 304.87º 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 #CF0ABF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.19 |
| HSL | 304.87º | 0.91% | 0.43% | - |
| HSV(B) | 304.87º | 0.95% | 0.81% | - |
| XYZ | 35.24 | 17.24 | 50.76 | - |
| YUV | 89.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 191 | 0 | 0.95 | 0.08 | 0.19 | 304.87 | 0.91 | 0.43 |
| Hex | CF | A | BF | 0 | 5F | 8 | 13 | 131 | 5B | 2B |
| Octal | 317 | 12 | 277 | 0 | 137 | 10 | 23 | 461 | 133 | 53 |
| Binary | 11001111 | 1010 | 10111111 | 0 | 1011111 | 1000 | 10011 | 100110001 | 1011011 | 101011 |
Color Harmonies of #CF0ABF
Complementary color
Monochromatic Colors of #CF0ABF
Black with #CF0ABF
Text Example
Text Example
White with #CF0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ABF; }
p { color: rgb(207,10,191); }
H1.HeaderClassName
{
color: #CF0ABF;
}
.AnyTagClassName
{
color: #CF0ABF;
}
</style>
background-color css
<style>
a { background-color: #CF0ABF; }
a { background-color: rgb(207,10,191); }
div.DivClassName
{
background-color: #CF0ABF;
}
.BgClassName
{
background-color: #CF0ABF;
}
</style>
border-color css
<style>
span { border-color: #CF0ABF; }
span { border-color: rgb(207,10,191); }
td.TdClassName
{
border-color: #CF0ABF;
}
.TagClassName
{
border-color: #CF0ABF;
}
</style>