Shades of Deep Magenta #CF1DE1
Tints of Deep Magenta #CF1DE1
RGB
CMYK
RGB Variations
Color information
#CF1DE1 (or 0xCF1DE1) is known color: Deep Magenta. HEX triplet: CF, 1D and E1. RGB value is (207,29,225). Sum of RGB (Red+Green+Blue) = 207+29+225=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF1DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DE1 is #30E21E. Grayscale: #676767. Windows color (decimal): -3203615 or 14753231. OLE color: 14753231.
HSL color Cylindrical-coordinate representation of color #CF1DE1: hue angle of 294.49º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1DE1 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 29 | 225 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.12 |
| HSL | 294.49º | 0.77% | 0.5% | - |
| HSV(B) | 294.49º | 0.87% | 0.88% | - |
| XYZ | 39.76 | 19.58 | 72.92 | - |
| YUV | 104.57 | 195.97 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 225 | 0.08 | 0.87 | 0 | 0.12 | 294.49 | 0.77 | 0.5 |
| Hex | CF | 1D | E1 | 8 | 57 | 0 | C | 126 | 4D | 32 |
| Octal | 317 | 35 | 341 | 10 | 127 | 0 | 14 | 446 | 115 | 62 |
| Binary | 11001111 | 11101 | 11100001 | 1000 | 1010111 | 0 | 1100 | 100100110 | 1001101 | 110010 |
Color Harmonies of #CF1DE1
Complementary color
Monochromatic Colors of #CF1DE1
Black with #CF1DE1
Text Example
Text Example
White with #CF1DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DE1; }
p { color: rgb(207,29,225); }
H1.HeaderClassName
{
color: #CF1DE1;
}
.AnyTagClassName
{
color: #CF1DE1;
}
</style>
background-color css
<style>
a { background-color: #CF1DE1; }
a { background-color: rgb(207,29,225); }
div.DivClassName
{
background-color: #CF1DE1;
}
.BgClassName
{
background-color: #CF1DE1;
}
</style>
border-color css
<style>
span { border-color: #CF1DE1; }
span { border-color: rgb(207,29,225); }
td.TdClassName
{
border-color: #CF1DE1;
}
.TagClassName
{
border-color: #CF1DE1;
}
</style>