Shades of Deep Magenta #CF10C5
Tints of Deep Magenta #CF10C5
RGB
CMYK
RGB Variations
Color information
#CF10C5 (or 0xCF10C5) is known color: Deep Magenta. HEX triplet: CF, 10 and C5. RGB value is (207,16,197). Sum of RGB (Red+Green+Blue) = 207+16+197=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF10C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF10C5 is #30EF3A. Grayscale: #5D5D5D. Windows color (decimal): -3206971 or 12914895. OLE color: 12914895.
HSL color Cylindrical-coordinate representation of color #CF10C5: hue angle of 303.14º 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 #CF10C5 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 197 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.19 |
| HSL | 303.14º | 0.86% | 0.44% | - |
| HSV(B) | 303.14º | 0.92% | 0.81% | - |
| XYZ | 36 | 17.67 | 54.34 | - |
| YUV | 93.74 | 186.28 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 197 | 0 | 0.92 | 0.05 | 0.19 | 303.14 | 0.86 | 0.44 |
| Hex | CF | 10 | C5 | 0 | 5C | 5 | 13 | 12F | 56 | 2C |
| Octal | 317 | 20 | 305 | 0 | 134 | 5 | 23 | 457 | 126 | 54 |
| Binary | 11001111 | 10000 | 11000101 | 0 | 1011100 | 101 | 10011 | 100101111 | 1010110 | 101100 |
Color Harmonies of #CF10C5
Complementary color
Monochromatic Colors of #CF10C5
Black with #CF10C5
Text Example
Text Example
White with #CF10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10C5; }
p { color: rgb(207,16,197); }
H1.HeaderClassName
{
color: #CF10C5;
}
.AnyTagClassName
{
color: #CF10C5;
}
</style>
background-color css
<style>
a { background-color: #CF10C5; }
a { background-color: rgb(207,16,197); }
div.DivClassName
{
background-color: #CF10C5;
}
.BgClassName
{
background-color: #CF10C5;
}
</style>
border-color css
<style>
span { border-color: #CF10C5; }
span { border-color: rgb(207,16,197); }
td.TdClassName
{
border-color: #CF10C5;
}
.TagClassName
{
border-color: #CF10C5;
}
</style>