Shades of Deep Magenta #CF2BE1
Tints of Deep Magenta #CF2BE1
RGB
CMYK
RGB Variations
Color information
#CF2BE1 (or 0xCF2BE1) is known color: Deep Magenta. HEX triplet: CF, 2B and E1. RGB value is (207,43,225). Sum of RGB (Red+Green+Blue) = 207+43+225=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF2BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BE1 is #30D41E. Grayscale: #707070. Windows color (decimal): -3200031 or 14756815. OLE color: 14756815.
HSL color Cylindrical-coordinate representation of color #CF2BE1: hue angle of 294.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2BE1 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 43 | 225 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.12 |
| HSL | 294.07º | 0.75% | 0.53% | - |
| HSV(B) | 294.07º | 0.81% | 0.88% | - |
| XYZ | 40.19 | 20.43 | 73.06 | - |
| YUV | 112.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 225 | 0.08 | 0.81 | 0 | 0.12 | 294.07 | 0.75 | 0.53 |
| Hex | CF | 2B | E1 | 8 | 51 | 0 | C | 126 | 4B | 35 |
| Octal | 317 | 53 | 341 | 10 | 121 | 0 | 14 | 446 | 113 | 65 |
| Binary | 11001111 | 101011 | 11100001 | 1000 | 1010001 | 0 | 1100 | 100100110 | 1001011 | 110101 |
Color Harmonies of #CF2BE1
Complementary color
Monochromatic Colors of #CF2BE1
Black with #CF2BE1
Text Example
Text Example
White with #CF2BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BE1; }
p { color: rgb(207,43,225); }
H1.HeaderClassName
{
color: #CF2BE1;
}
.AnyTagClassName
{
color: #CF2BE1;
}
</style>
background-color css
<style>
a { background-color: #CF2BE1; }
a { background-color: rgb(207,43,225); }
div.DivClassName
{
background-color: #CF2BE1;
}
.BgClassName
{
background-color: #CF2BE1;
}
</style>
border-color css
<style>
span { border-color: #CF2BE1; }
span { border-color: rgb(207,43,225); }
td.TdClassName
{
border-color: #CF2BE1;
}
.TagClassName
{
border-color: #CF2BE1;
}
</style>