Shades of Deep Magenta #CF00AD
Tints of Deep Magenta #CF00AD
RGB
CMYK
RGB Variations
Color information
#CF00AD (or 0xCF00AD) is known color: Deep Magenta. HEX triplet: CF, 00 and AD. RGB value is (207,0,173). Sum of RGB (Red+Green+Blue) = 207+0+173=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00AD is #30FF52. Grayscale: #515151. Windows color (decimal): -3211091 or 11337935. OLE color: 11337935.
HSL color Cylindrical-coordinate representation of color #CF00AD: hue angle of 309.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00AD is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.16 | 0.19 |
| HSL | 309.86º | 1% | 0.41% | - |
| HSV(B) | 309.86º | 1% | 0.81% | - |
| XYZ | 33.27 | 16.28 | 40.92 | - |
| YUV | 81.62 | 179.58 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 173 | 0 | 1 | 0.16 | 0.19 | 309.86 | 1 | 0.41 |
| Hex | CF | 0 | AD | 0 | 64 | 10 | 13 | 136 | 64 | 29 |
| Octal | 317 | 0 | 255 | 0 | 144 | 20 | 23 | 466 | 144 | 51 |
| Binary | 11001111 | 0 | 10101101 | 0 | 1100100 | 10000 | 10011 | 100110110 | 1100100 | 101001 |
Color Harmonies of #CF00AD
Complementary color
Monochromatic Colors of #CF00AD
Black with #CF00AD
Text Example
Text Example
White with #CF00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00AD; }
p { color: rgb(207,0,173); }
H1.HeaderClassName
{
color: #CF00AD;
}
.AnyTagClassName
{
color: #CF00AD;
}
</style>
background-color css
<style>
a { background-color: #CF00AD; }
a { background-color: rgb(207,0,173); }
div.DivClassName
{
background-color: #CF00AD;
}
.BgClassName
{
background-color: #CF00AD;
}
</style>
border-color css
<style>
span { border-color: #CF00AD; }
span { border-color: rgb(207,0,173); }
td.TdClassName
{
border-color: #CF00AD;
}
.TagClassName
{
border-color: #CF00AD;
}
</style>