Shades of Deep Magenta #CF05AD
Tints of Deep Magenta #CF05AD
RGB
CMYK
RGB Variations
Color information
#CF05AD (or 0xCF05AD) is known color: Deep Magenta. HEX triplet: CF, 05 and AD. RGB value is (207,5,173). Sum of RGB (Red+Green+Blue) = 207+5+173=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05AD is #30FA52. Grayscale: #545454. Windows color (decimal): -3209811 or 11339215. OLE color: 11339215.
HSL color Cylindrical-coordinate representation of color #CF05AD: hue angle of 310.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05AD is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.19 |
| HSL | 310.1º | 0.95% | 0.42% | - |
| HSV(B) | 310.1º | 0.98% | 0.81% | - |
| XYZ | 33.33 | 16.39 | 40.94 | - |
| YUV | 84.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 173 | 0 | 0.98 | 0.16 | 0.19 | 310.1 | 0.95 | 0.42 |
| Hex | CF | 5 | AD | 0 | 62 | 10 | 13 | 136 | 5F | 2A |
| Octal | 317 | 5 | 255 | 0 | 142 | 20 | 23 | 466 | 137 | 52 |
| Binary | 11001111 | 101 | 10101101 | 0 | 1100010 | 10000 | 10011 | 100110110 | 1011111 | 101010 |
Color Harmonies of #CF05AD
Complementary color
Monochromatic Colors of #CF05AD
Black with #CF05AD
Text Example
Text Example
White with #CF05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05AD; }
p { color: rgb(207,5,173); }
H1.HeaderClassName
{
color: #CF05AD;
}
.AnyTagClassName
{
color: #CF05AD;
}
</style>
background-color css
<style>
a { background-color: #CF05AD; }
a { background-color: rgb(207,5,173); }
div.DivClassName
{
background-color: #CF05AD;
}
.BgClassName
{
background-color: #CF05AD;
}
</style>
border-color css
<style>
span { border-color: #CF05AD; }
span { border-color: rgb(207,5,173); }
td.TdClassName
{
border-color: #CF05AD;
}
.TagClassName
{
border-color: #CF05AD;
}
</style>