Shades of Deep Magenta #CF1DD0
Tints of Deep Magenta #CF1DD0
RGB
CMYK
RGB Variations
Color information
#CF1DD0 (or 0xCF1DD0) is known color: Deep Magenta. HEX triplet: CF, 1D and D0. RGB value is (207,29,208). Sum of RGB (Red+Green+Blue) = 207+29+208=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF1DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DD0 is #30E22F. Grayscale: #666666. Windows color (decimal): -3203632 or 13639119. OLE color: 13639119.
HSL color Cylindrical-coordinate representation of color #CF1DD0: hue angle of 299.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1DD0 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 29 | 208 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.18 |
| HSL | 299.66º | 0.76% | 0.46% | - |
| HSV(B) | 299.66º | 0.86% | 0.82% | - |
| XYZ | 37.56 | 18.7 | 61.3 | - |
| YUV | 102.63 | 187.47 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 208 | 0.00 | 0.86 | 0 | 0.18 | 299.66 | 0.76 | 0.46 |
| Hex | CF | 1D | D0 | 0 | 56 | 0 | 12 | 12C | 4C | 2E |
| Octal | 317 | 35 | 320 | 0 | 126 | 0 | 22 | 454 | 114 | 56 |
| Binary | 11001111 | 11101 | 11010000 | 0 | 1010110 | 0 | 10010 | 100101100 | 1001100 | 101110 |
Color Harmonies of #CF1DD0
Complementary color
Monochromatic Colors of #CF1DD0
Black with #CF1DD0
Text Example
Text Example
White with #CF1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DD0; }
p { color: rgb(207,29,208); }
H1.HeaderClassName
{
color: #CF1DD0;
}
.AnyTagClassName
{
color: #CF1DD0;
}
</style>
background-color css
<style>
a { background-color: #CF1DD0; }
a { background-color: rgb(207,29,208); }
div.DivClassName
{
background-color: #CF1DD0;
}
.BgClassName
{
background-color: #CF1DD0;
}
</style>
border-color css
<style>
span { border-color: #CF1DD0; }
span { border-color: rgb(207,29,208); }
td.TdClassName
{
border-color: #CF1DD0;
}
.TagClassName
{
border-color: #CF1DD0;
}
</style>