Shades of Deep Magenta #CF1DDF
Tints of Deep Magenta #CF1DDF
RGB
CMYK
RGB Variations
Color information
#CF1DDF (or 0xCF1DDF) is known color: Deep Magenta. HEX triplet: CF, 1D and DF. RGB value is (207,29,223). Sum of RGB (Red+Green+Blue) = 207+29+223=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DDF is #30E220. Grayscale: #676767. Windows color (decimal): -3203617 or 14622159. OLE color: 14622159.
HSL color Cylindrical-coordinate representation of color #CF1DDF: hue angle of 295.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1DDF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 29 | 223 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.13 |
| HSL | 295.05º | 0.77% | 0.49% | - |
| HSV(B) | 295.05º | 0.87% | 0.87% | - |
| XYZ | 39.49 | 19.47 | 71.49 | - |
| YUV | 104.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 223 | 0.07 | 0.87 | 0 | 0.13 | 295.05 | 0.77 | 0.49 |
| Hex | CF | 1D | DF | 7 | 57 | 0 | D | 127 | 4D | 31 |
| Octal | 317 | 35 | 337 | 7 | 127 | 0 | 15 | 447 | 115 | 61 |
| Binary | 11001111 | 11101 | 11011111 | 111 | 1010111 | 0 | 1101 | 100100111 | 1001101 | 110001 |
Color Harmonies of #CF1DDF
Complementary color
Monochromatic Colors of #CF1DDF
Black with #CF1DDF
Text Example
Text Example
White with #CF1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DDF; }
p { color: rgb(207,29,223); }
H1.HeaderClassName
{
color: #CF1DDF;
}
.AnyTagClassName
{
color: #CF1DDF;
}
</style>
background-color css
<style>
a { background-color: #CF1DDF; }
a { background-color: rgb(207,29,223); }
div.DivClassName
{
background-color: #CF1DDF;
}
.BgClassName
{
background-color: #CF1DDF;
}
</style>
border-color css
<style>
span { border-color: #CF1DDF; }
span { border-color: rgb(207,29,223); }
td.TdClassName
{
border-color: #CF1DDF;
}
.TagClassName
{
border-color: #CF1DDF;
}
</style>