Shades of Deep Magenta #CF11AD
Tints of Deep Magenta #CF11AD
RGB
CMYK
RGB Variations
Color information
#CF11AD (or 0xCF11AD) is known color: Deep Magenta. HEX triplet: CF, 11 and AD. RGB value is (207,17,173). Sum of RGB (Red+Green+Blue) = 207+17+173=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF11AD is #30EE52. Grayscale: #5B5B5B. Windows color (decimal): -3206739 or 11342287. OLE color: 11342287.
HSL color Cylindrical-coordinate representation of color #CF11AD: hue angle of 310.74º degrees, saturation: 0.85, 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 #CF11AD is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.19 |
| HSL | 310.74º | 0.85% | 0.44% | - |
| HSV(B) | 310.74º | 0.92% | 0.81% | - |
| XYZ | 33.48 | 16.68 | 40.99 | - |
| YUV | 91.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 173 | 0 | 0.92 | 0.16 | 0.19 | 310.74 | 0.85 | 0.44 |
| Hex | CF | 11 | AD | 0 | 5C | 10 | 13 | 137 | 55 | 2C |
| Octal | 317 | 21 | 255 | 0 | 134 | 20 | 23 | 467 | 125 | 54 |
| Binary | 11001111 | 10001 | 10101101 | 0 | 1011100 | 10000 | 10011 | 100110111 | 1010101 | 101100 |
Color Harmonies of #CF11AD
Complementary color
Monochromatic Colors of #CF11AD
Black with #CF11AD
Text Example
Text Example
White with #CF11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11AD; }
p { color: rgb(207,17,173); }
H1.HeaderClassName
{
color: #CF11AD;
}
.AnyTagClassName
{
color: #CF11AD;
}
</style>
background-color css
<style>
a { background-color: #CF11AD; }
a { background-color: rgb(207,17,173); }
div.DivClassName
{
background-color: #CF11AD;
}
.BgClassName
{
background-color: #CF11AD;
}
</style>
border-color css
<style>
span { border-color: #CF11AD; }
span { border-color: rgb(207,17,173); }
td.TdClassName
{
border-color: #CF11AD;
}
.TagClassName
{
border-color: #CF11AD;
}
</style>