Shades of Deep Magenta #CF1FDA
Tints of Deep Magenta #CF1FDA
RGB
CMYK
RGB Variations
Color information
#CF1FDA (or 0xCF1FDA) is known color: Deep Magenta. HEX triplet: CF, 1F and DA. RGB value is (207,31,218). Sum of RGB (Red+Green+Blue) = 207+31+218=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF1FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FDA is #30E025. Grayscale: #686868. Windows color (decimal): -3203110 or 14294991. OLE color: 14294991.
HSL color Cylindrical-coordinate representation of color #CF1FDA: hue angle of 296.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1FDA is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 31 | 218 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.15 |
| HSL | 296.47º | 0.75% | 0.49% | - |
| HSV(B) | 296.47º | 0.86% | 0.85% | - |
| XYZ | 38.88 | 19.31 | 68.01 | - |
| YUV | 104.94 | 191.81 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 218 | 0.05 | 0.86 | 0 | 0.15 | 296.47 | 0.75 | 0.49 |
| Hex | CF | 1F | DA | 5 | 56 | 0 | F | 128 | 4B | 31 |
| Octal | 317 | 37 | 332 | 5 | 126 | 0 | 17 | 450 | 113 | 61 |
| Binary | 11001111 | 11111 | 11011010 | 101 | 1010110 | 0 | 1111 | 100101000 | 1001011 | 110001 |
Color Harmonies of #CF1FDA
Complementary color
Monochromatic Colors of #CF1FDA
Black with #CF1FDA
Text Example
Text Example
White with #CF1FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FDA; }
p { color: rgb(207,31,218); }
H1.HeaderClassName
{
color: #CF1FDA;
}
.AnyTagClassName
{
color: #CF1FDA;
}
</style>
background-color css
<style>
a { background-color: #CF1FDA; }
a { background-color: rgb(207,31,218); }
div.DivClassName
{
background-color: #CF1FDA;
}
.BgClassName
{
background-color: #CF1FDA;
}
</style>
border-color css
<style>
span { border-color: #CF1FDA; }
span { border-color: rgb(207,31,218); }
td.TdClassName
{
border-color: #CF1FDA;
}
.TagClassName
{
border-color: #CF1FDA;
}
</style>