Shades of Deep Magenta #CF1FC7
Tints of Deep Magenta #CF1FC7
RGB
CMYK
RGB Variations
Color information
#CF1FC7 (or 0xCF1FC7) is known color: Deep Magenta. HEX triplet: CF, 1F and C7. RGB value is (207,31,199). Sum of RGB (Red+Green+Blue) = 207+31+199=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FC7 is #30E038. Grayscale: #666666. Windows color (decimal): -3203129 or 13049807. OLE color: 13049807.
HSL color Cylindrical-coordinate representation of color #CF1FC7: hue angle of 302.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1FC7 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 199 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.19 |
| HSL | 302.73º | 0.74% | 0.47% | - |
| HSV(B) | 302.73º | 0.85% | 0.81% | - |
| XYZ | 36.53 | 18.37 | 55.65 | - |
| YUV | 102.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 199 | 0 | 0.85 | 0.04 | 0.19 | 302.73 | 0.74 | 0.47 |
| Hex | CF | 1F | C7 | 0 | 55 | 4 | 13 | 12F | 4A | 2F |
| Octal | 317 | 37 | 307 | 0 | 125 | 4 | 23 | 457 | 112 | 57 |
| Binary | 11001111 | 11111 | 11000111 | 0 | 1010101 | 100 | 10011 | 100101111 | 1001010 | 101111 |
Color Harmonies of #CF1FC7
Complementary color
Monochromatic Colors of #CF1FC7
Black with #CF1FC7
Text Example
Text Example
White with #CF1FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FC7; }
p { color: rgb(207,31,199); }
H1.HeaderClassName
{
color: #CF1FC7;
}
.AnyTagClassName
{
color: #CF1FC7;
}
</style>
background-color css
<style>
a { background-color: #CF1FC7; }
a { background-color: rgb(207,31,199); }
div.DivClassName
{
background-color: #CF1FC7;
}
.BgClassName
{
background-color: #CF1FC7;
}
</style>
border-color css
<style>
span { border-color: #CF1FC7; }
span { border-color: rgb(207,31,199); }
td.TdClassName
{
border-color: #CF1FC7;
}
.TagClassName
{
border-color: #CF1FC7;
}
</style>