Shades of Deep Magenta #CF1DE2
Tints of Deep Magenta #CF1DE2
RGB
CMYK
RGB Variations
Color information
#CF1DE2 (or 0xCF1DE2) is known color: Deep Magenta. HEX triplet: CF, 1D and E2. RGB value is (207,29,226). Sum of RGB (Red+Green+Blue) = 207+29+226=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF1DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DE2 is #30E21D. Grayscale: #686868. Windows color (decimal): -3203614 or 14818767. OLE color: 14818767.
HSL color Cylindrical-coordinate representation of color #CF1DE2: hue angle of 294.21º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1DE2 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 29 | 226 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.11 |
| HSL | 294.21º | 0.77% | 0.5% | - |
| HSV(B) | 294.21º | 0.87% | 0.89% | - |
| XYZ | 39.9 | 19.64 | 73.64 | - |
| YUV | 104.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 226 | 0.08 | 0.87 | 0 | 0.11 | 294.21 | 0.77 | 0.5 |
| Hex | CF | 1D | E2 | 8 | 57 | 0 | B | 126 | 4D | 32 |
| Octal | 317 | 35 | 342 | 10 | 127 | 0 | 13 | 446 | 115 | 62 |
| Binary | 11001111 | 11101 | 11100010 | 1000 | 1010111 | 0 | 1011 | 100100110 | 1001101 | 110010 |
Color Harmonies of #CF1DE2
Complementary color
Monochromatic Colors of #CF1DE2
Black with #CF1DE2
Text Example
Text Example
White with #CF1DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DE2; }
p { color: rgb(207,29,226); }
H1.HeaderClassName
{
color: #CF1DE2;
}
.AnyTagClassName
{
color: #CF1DE2;
}
</style>
background-color css
<style>
a { background-color: #CF1DE2; }
a { background-color: rgb(207,29,226); }
div.DivClassName
{
background-color: #CF1DE2;
}
.BgClassName
{
background-color: #CF1DE2;
}
</style>
border-color css
<style>
span { border-color: #CF1DE2; }
span { border-color: rgb(207,29,226); }
td.TdClassName
{
border-color: #CF1DE2;
}
.TagClassName
{
border-color: #CF1DE2;
}
</style>