Shades of Deep Magenta #CF10DD
Tints of Deep Magenta #CF10DD
RGB
CMYK
RGB Variations
Color information
#CF10DD (or 0xCF10DD) is known color: Deep Magenta. HEX triplet: CF, 10 and DD. RGB value is (207,16,221). Sum of RGB (Red+Green+Blue) = 207+16+221=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF10DD is #30EF22. Grayscale: #5F5F5F. Windows color (decimal): -3206947 or 14487759. OLE color: 14487759.
HSL color Cylindrical-coordinate representation of color #CF10DD: hue angle of 295.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF10DD is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 16 | 221 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.13 |
| HSL | 295.9º | 0.86% | 0.46% | - |
| HSV(B) | 295.9º | 0.93% | 0.87% | - |
| XYZ | 38.97 | 18.86 | 69.99 | - |
| YUV | 96.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 221 | 0.06 | 0.93 | 0 | 0.13 | 295.9 | 0.86 | 0.46 |
| Hex | CF | 10 | DD | 6 | 5D | 0 | D | 128 | 56 | 2E |
| Octal | 317 | 20 | 335 | 6 | 135 | 0 | 15 | 450 | 126 | 56 |
| Binary | 11001111 | 10000 | 11011101 | 110 | 1011101 | 0 | 1101 | 100101000 | 1010110 | 101110 |
Color Harmonies of #CF10DD
Complementary color
Monochromatic Colors of #CF10DD
Black with #CF10DD
Text Example
Text Example
White with #CF10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10DD; }
p { color: rgb(207,16,221); }
H1.HeaderClassName
{
color: #CF10DD;
}
.AnyTagClassName
{
color: #CF10DD;
}
</style>
background-color css
<style>
a { background-color: #CF10DD; }
a { background-color: rgb(207,16,221); }
div.DivClassName
{
background-color: #CF10DD;
}
.BgClassName
{
background-color: #CF10DD;
}
</style>
border-color css
<style>
span { border-color: #CF10DD; }
span { border-color: rgb(207,16,221); }
td.TdClassName
{
border-color: #CF10DD;
}
.TagClassName
{
border-color: #CF10DD;
}
</style>