Shades of Deep Magenta #CF1EDF
Tints of Deep Magenta #CF1EDF
RGB
CMYK
RGB Variations
Color information
#CF1EDF (or 0xCF1EDF) is known color: Deep Magenta. HEX triplet: CF, 1E and DF. RGB value is (207,30,223). Sum of RGB (Red+Green+Blue) = 207+30+223=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF1EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EDF is #30E120. Grayscale: #686868. Windows color (decimal): -3203361 or 14622415. OLE color: 14622415.
HSL color Cylindrical-coordinate representation of color #CF1EDF: hue angle of 295.03º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1EDF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 30 | 223 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.13 |
| HSL | 295.03º | 0.76% | 0.5% | - |
| HSV(B) | 295.03º | 0.87% | 0.87% | - |
| XYZ | 39.52 | 19.52 | 71.5 | - |
| YUV | 104.93 | 194.64 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 223 | 0.07 | 0.87 | 0 | 0.13 | 295.03 | 0.76 | 0.5 |
| Hex | CF | 1E | DF | 7 | 57 | 0 | D | 127 | 4C | 32 |
| Octal | 317 | 36 | 337 | 7 | 127 | 0 | 15 | 447 | 114 | 62 |
| Binary | 11001111 | 11110 | 11011111 | 111 | 1010111 | 0 | 1101 | 100100111 | 1001100 | 110010 |
Color Harmonies of #CF1EDF
Complementary color
Monochromatic Colors of #CF1EDF
Black with #CF1EDF
Text Example
Text Example
White with #CF1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1EDF; }
p { color: rgb(207,30,223); }
H1.HeaderClassName
{
color: #CF1EDF;
}
.AnyTagClassName
{
color: #CF1EDF;
}
</style>
background-color css
<style>
a { background-color: #CF1EDF; }
a { background-color: rgb(207,30,223); }
div.DivClassName
{
background-color: #CF1EDF;
}
.BgClassName
{
background-color: #CF1EDF;
}
</style>
border-color css
<style>
span { border-color: #CF1EDF; }
span { border-color: rgb(207,30,223); }
td.TdClassName
{
border-color: #CF1EDF;
}
.TagClassName
{
border-color: #CF1EDF;
}
</style>