Shades of Deep Magenta #CF1ABE
Tints of Deep Magenta #CF1ABE
RGB
CMYK
RGB Variations
Color information
#CF1ABE (or 0xCF1ABE) is known color: Deep Magenta. HEX triplet: CF, 1A and BE. RGB value is (207,26,190). Sum of RGB (Red+Green+Blue) = 207+26+190=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ABE is #30E541. Grayscale: #626262. Windows color (decimal): -3204418 or 12458703. OLE color: 12458703.
HSL color Cylindrical-coordinate representation of color #CF1ABE: hue angle of 305.64º 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 #CF1ABE is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 190 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.19 |
| HSL | 305.64º | 0.78% | 0.46% | - |
| HSV(B) | 305.64º | 0.87% | 0.81% | - |
| XYZ | 35.4 | 17.72 | 50.27 | - |
| YUV | 98.82 | 179.47 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 190 | 0 | 0.87 | 0.08 | 0.19 | 305.64 | 0.78 | 0.46 |
| Hex | CF | 1A | BE | 0 | 57 | 8 | 13 | 132 | 4E | 2E |
| Octal | 317 | 32 | 276 | 0 | 127 | 10 | 23 | 462 | 116 | 56 |
| Binary | 11001111 | 11010 | 10111110 | 0 | 1010111 | 1000 | 10011 | 100110010 | 1001110 | 101110 |
Color Harmonies of #CF1ABE
Complementary color
Monochromatic Colors of #CF1ABE
Black with #CF1ABE
Text Example
Text Example
White with #CF1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ABE; }
p { color: rgb(207,26,190); }
H1.HeaderClassName
{
color: #CF1ABE;
}
.AnyTagClassName
{
color: #CF1ABE;
}
</style>
background-color css
<style>
a { background-color: #CF1ABE; }
a { background-color: rgb(207,26,190); }
div.DivClassName
{
background-color: #CF1ABE;
}
.BgClassName
{
background-color: #CF1ABE;
}
</style>
border-color css
<style>
span { border-color: #CF1ABE; }
span { border-color: rgb(207,26,190); }
td.TdClassName
{
border-color: #CF1ABE;
}
.TagClassName
{
border-color: #CF1ABE;
}
</style>