Shades of Deep Magenta #CF1ABF
Tints of Deep Magenta #CF1ABF
RGB
CMYK
RGB Variations
Color information
#CF1ABF (or 0xCF1ABF) is known color: Deep Magenta. HEX triplet: CF, 1A and BF. RGB value is (207,26,191). Sum of RGB (Red+Green+Blue) = 207+26+191=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ABF is #30E540. Grayscale: #626262. Windows color (decimal): -3204417 or 12524239. OLE color: 12524239.
HSL color Cylindrical-coordinate representation of color #CF1ABF: hue angle of 305.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1ABF is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 191 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.19 |
| HSL | 305.3º | 0.78% | 0.46% | - |
| HSV(B) | 305.3º | 0.87% | 0.81% | - |
| XYZ | 35.51 | 17.77 | 50.85 | - |
| YUV | 98.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 191 | 0 | 0.87 | 0.08 | 0.19 | 305.3 | 0.78 | 0.46 |
| Hex | CF | 1A | BF | 0 | 57 | 8 | 13 | 131 | 4E | 2E |
| Octal | 317 | 32 | 277 | 0 | 127 | 10 | 23 | 461 | 116 | 56 |
| Binary | 11001111 | 11010 | 10111111 | 0 | 1010111 | 1000 | 10011 | 100110001 | 1001110 | 101110 |
Color Harmonies of #CF1ABF
Complementary color
Monochromatic Colors of #CF1ABF
Black with #CF1ABF
Text Example
Text Example
White with #CF1ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ABF; }
p { color: rgb(207,26,191); }
H1.HeaderClassName
{
color: #CF1ABF;
}
.AnyTagClassName
{
color: #CF1ABF;
}
</style>
background-color css
<style>
a { background-color: #CF1ABF; }
a { background-color: rgb(207,26,191); }
div.DivClassName
{
background-color: #CF1ABF;
}
.BgClassName
{
background-color: #CF1ABF;
}
</style>
border-color css
<style>
span { border-color: #CF1ABF; }
span { border-color: rgb(207,26,191); }
td.TdClassName
{
border-color: #CF1ABF;
}
.TagClassName
{
border-color: #CF1ABF;
}
</style>