Shades of Deep Magenta #CF10AD
Tints of Deep Magenta #CF10AD
RGB
CMYK
RGB Variations
Color information
#CF10AD (or 0xCF10AD) is known color: Deep Magenta. HEX triplet: CF, 10 and AD. RGB value is (207,16,173). Sum of RGB (Red+Green+Blue) = 207+16+173=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF10AD is #30EF52. Grayscale: #5A5A5A. Windows color (decimal): -3206995 or 11342031. OLE color: 11342031.
HSL color Cylindrical-coordinate representation of color #CF10AD: hue angle of 310.68º 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 #CF10AD is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.19 |
| HSL | 310.68º | 0.86% | 0.44% | - |
| HSV(B) | 310.68º | 0.92% | 0.81% | - |
| XYZ | 33.46 | 16.65 | 40.99 | - |
| YUV | 91.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 173 | 0 | 0.92 | 0.16 | 0.19 | 310.68 | 0.86 | 0.44 |
| Hex | CF | 10 | AD | 0 | 5C | 10 | 13 | 137 | 56 | 2C |
| Octal | 317 | 20 | 255 | 0 | 134 | 20 | 23 | 467 | 126 | 54 |
| Binary | 11001111 | 10000 | 10101101 | 0 | 1011100 | 10000 | 10011 | 100110111 | 1010110 | 101100 |
Color Harmonies of #CF10AD
Complementary color
Monochromatic Colors of #CF10AD
Black with #CF10AD
Text Example
Text Example
White with #CF10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10AD; }
p { color: rgb(207,16,173); }
H1.HeaderClassName
{
color: #CF10AD;
}
.AnyTagClassName
{
color: #CF10AD;
}
</style>
background-color css
<style>
a { background-color: #CF10AD; }
a { background-color: rgb(207,16,173); }
div.DivClassName
{
background-color: #CF10AD;
}
.BgClassName
{
background-color: #CF10AD;
}
</style>
border-color css
<style>
span { border-color: #CF10AD; }
span { border-color: rgb(207,16,173); }
td.TdClassName
{
border-color: #CF10AD;
}
.TagClassName
{
border-color: #CF10AD;
}
</style>