Shades of Deep Magenta #CF10DE
Tints of Deep Magenta #CF10DE
RGB
CMYK
RGB Variations
Color information
#CF10DE (or 0xCF10DE) is known color: Deep Magenta. HEX triplet: CF, 10 and DE. RGB value is (207,16,222). Sum of RGB (Red+Green+Blue) = 207+16+222=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF10DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF10DE is #30EF21. Grayscale: #5F5F5F. Windows color (decimal): -3206946 or 14553295. OLE color: 14553295.
HSL color Cylindrical-coordinate representation of color #CF10DE: hue angle of 295.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF10DE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 16 | 222 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.13 |
| HSL | 295.63º | 0.87% | 0.47% | - |
| HSV(B) | 295.63º | 0.93% | 0.87% | - |
| XYZ | 39.1 | 18.91 | 70.7 | - |
| YUV | 96.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 222 | 0.07 | 0.93 | 0 | 0.13 | 295.63 | 0.87 | 0.47 |
| Hex | CF | 10 | DE | 7 | 5D | 0 | D | 128 | 57 | 2F |
| Octal | 317 | 20 | 336 | 7 | 135 | 0 | 15 | 450 | 127 | 57 |
| Binary | 11001111 | 10000 | 11011110 | 111 | 1011101 | 0 | 1101 | 100101000 | 1010111 | 101111 |
Color Harmonies of #CF10DE
Complementary color
Monochromatic Colors of #CF10DE
Black with #CF10DE
Text Example
Text Example
White with #CF10DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10DE; }
p { color: rgb(207,16,222); }
H1.HeaderClassName
{
color: #CF10DE;
}
.AnyTagClassName
{
color: #CF10DE;
}
</style>
background-color css
<style>
a { background-color: #CF10DE; }
a { background-color: rgb(207,16,222); }
div.DivClassName
{
background-color: #CF10DE;
}
.BgClassName
{
background-color: #CF10DE;
}
</style>
border-color css
<style>
span { border-color: #CF10DE; }
span { border-color: rgb(207,16,222); }
td.TdClassName
{
border-color: #CF10DE;
}
.TagClassName
{
border-color: #CF10DE;
}
</style>