Shades of Deep Magenta #CF10C7
Tints of Deep Magenta #CF10C7
RGB
CMYK
RGB Variations
Color information
#CF10C7 (or 0xCF10C7) is known color: Deep Magenta. HEX triplet: CF, 10 and C7. RGB value is (207,16,199). Sum of RGB (Red+Green+Blue) = 207+16+199=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF10C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF10C7 is #30EF38. Grayscale: #5D5D5D. Windows color (decimal): -3206969 or 13045967. OLE color: 13045967.
HSL color Cylindrical-coordinate representation of color #CF10C7: hue angle of 302.51º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF10C7 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 199 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.19 |
| HSL | 302.51º | 0.86% | 0.44% | - |
| HSV(B) | 302.51º | 0.92% | 0.81% | - |
| XYZ | 36.23 | 17.76 | 55.55 | - |
| YUV | 93.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 199 | 0 | 0.92 | 0.04 | 0.19 | 302.51 | 0.86 | 0.44 |
| Hex | CF | 10 | C7 | 0 | 5C | 4 | 13 | 12F | 56 | 2C |
| Octal | 317 | 20 | 307 | 0 | 134 | 4 | 23 | 457 | 126 | 54 |
| Binary | 11001111 | 10000 | 11000111 | 0 | 1011100 | 100 | 10011 | 100101111 | 1010110 | 101100 |
Color Harmonies of #CF10C7
Complementary color
Monochromatic Colors of #CF10C7
Black with #CF10C7
Text Example
Text Example
White with #CF10C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10C7; }
p { color: rgb(207,16,199); }
H1.HeaderClassName
{
color: #CF10C7;
}
.AnyTagClassName
{
color: #CF10C7;
}
</style>
background-color css
<style>
a { background-color: #CF10C7; }
a { background-color: rgb(207,16,199); }
div.DivClassName
{
background-color: #CF10C7;
}
.BgClassName
{
background-color: #CF10C7;
}
</style>
border-color css
<style>
span { border-color: #CF10C7; }
span { border-color: rgb(207,16,199); }
td.TdClassName
{
border-color: #CF10C7;
}
.TagClassName
{
border-color: #CF10C7;
}
</style>