Shades of Deep Magenta #CF1FE4
Tints of Deep Magenta #CF1FE4
RGB
CMYK
RGB Variations
Color information
#CF1FE4 (or 0xCF1FE4) is known color: Deep Magenta. HEX triplet: CF, 1F and E4. RGB value is (207,31,228). Sum of RGB (Red+Green+Blue) = 207+31+228=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF1FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FE4 is #30E01B. Grayscale: #696969. Windows color (decimal): -3203100 or 14950351. OLE color: 14950351.
HSL color Cylindrical-coordinate representation of color #CF1FE4: hue angle of 293.6º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1FE4 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 31 | 228 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.11 |
| HSL | 293.6º | 0.78% | 0.51% | - |
| HSV(B) | 293.6º | 0.86% | 0.89% | - |
| XYZ | 40.23 | 19.85 | 75.11 | - |
| YUV | 106.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 228 | 0.09 | 0.86 | 0 | 0.11 | 293.6 | 0.78 | 0.51 |
| Hex | CF | 1F | E4 | 9 | 56 | 0 | B | 126 | 4E | 33 |
| Octal | 317 | 37 | 344 | 11 | 126 | 0 | 13 | 446 | 116 | 63 |
| Binary | 11001111 | 11111 | 11100100 | 1001 | 1010110 | 0 | 1011 | 100100110 | 1001110 | 110011 |
Color Harmonies of #CF1FE4
Complementary color
Monochromatic Colors of #CF1FE4
Black with #CF1FE4
Text Example
Text Example
White with #CF1FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FE4; }
p { color: rgb(207,31,228); }
H1.HeaderClassName
{
color: #CF1FE4;
}
.AnyTagClassName
{
color: #CF1FE4;
}
</style>
background-color css
<style>
a { background-color: #CF1FE4; }
a { background-color: rgb(207,31,228); }
div.DivClassName
{
background-color: #CF1FE4;
}
.BgClassName
{
background-color: #CF1FE4;
}
</style>
border-color css
<style>
span { border-color: #CF1FE4; }
span { border-color: rgb(207,31,228); }
td.TdClassName
{
border-color: #CF1FE4;
}
.TagClassName
{
border-color: #CF1FE4;
}
</style>