Shades of Deep Magenta #CF1FC6
Tints of Deep Magenta #CF1FC6
RGB
CMYK
RGB Variations
Color information
#CF1FC6 (or 0xCF1FC6) is known color: Deep Magenta. HEX triplet: CF, 1F and C6. RGB value is (207,31,198). Sum of RGB (Red+Green+Blue) = 207+31+198=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FC6 is #30E039. Grayscale: #666666. Windows color (decimal): -3203130 or 12984271. OLE color: 12984271.
HSL color Cylindrical-coordinate representation of color #CF1FC6: hue angle of 303.07º 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 #CF1FC6 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 198 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.19 |
| HSL | 303.07º | 0.74% | 0.47% | - |
| HSV(B) | 303.07º | 0.85% | 0.81% | - |
| XYZ | 36.42 | 18.32 | 55.04 | - |
| YUV | 102.66 | 181.81 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 198 | 0 | 0.85 | 0.04 | 0.19 | 303.07 | 0.74 | 0.47 |
| Hex | CF | 1F | C6 | 0 | 55 | 4 | 13 | 12F | 4A | 2F |
| Octal | 317 | 37 | 306 | 0 | 125 | 4 | 23 | 457 | 112 | 57 |
| Binary | 11001111 | 11111 | 11000110 | 0 | 1010101 | 100 | 10011 | 100101111 | 1001010 | 101111 |
Color Harmonies of #CF1FC6
Complementary color
Monochromatic Colors of #CF1FC6
Black with #CF1FC6
Text Example
Text Example
White with #CF1FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FC6; }
p { color: rgb(207,31,198); }
H1.HeaderClassName
{
color: #CF1FC6;
}
.AnyTagClassName
{
color: #CF1FC6;
}
</style>
background-color css
<style>
a { background-color: #CF1FC6; }
a { background-color: rgb(207,31,198); }
div.DivClassName
{
background-color: #CF1FC6;
}
.BgClassName
{
background-color: #CF1FC6;
}
</style>
border-color css
<style>
span { border-color: #CF1FC6; }
span { border-color: rgb(207,31,198); }
td.TdClassName
{
border-color: #CF1FC6;
}
.TagClassName
{
border-color: #CF1FC6;
}
</style>