Shades of Deep Magenta #CF03AD
Tints of Deep Magenta #CF03AD
RGB
CMYK
RGB Variations
Color information
#CF03AD (or 0xCF03AD) is known color: Deep Magenta. HEX triplet: CF, 03 and AD. RGB value is (207,3,173). Sum of RGB (Red+Green+Blue) = 207+3+173=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF03AD is #30FC52. Grayscale: #525252. Windows color (decimal): -3210323 or 11338703. OLE color: 11338703.
HSL color Cylindrical-coordinate representation of color #CF03AD: hue angle of 310º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03AD is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.19 |
| HSL | 310º | 0.97% | 0.41% | - |
| HSV(B) | 310º | 0.99% | 0.81% | - |
| XYZ | 33.31 | 16.35 | 40.94 | - |
| YUV | 83.38 | 178.59 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 173 | 0 | 0.99 | 0.16 | 0.19 | 310 | 0.97 | 0.41 |
| Hex | CF | 3 | AD | 0 | 63 | 10 | 13 | 136 | 61 | 29 |
| Octal | 317 | 3 | 255 | 0 | 143 | 20 | 23 | 466 | 141 | 51 |
| Binary | 11001111 | 11 | 10101101 | 0 | 1100011 | 10000 | 10011 | 100110110 | 1100001 | 101001 |
Color Harmonies of #CF03AD
Complementary color
Monochromatic Colors of #CF03AD
Black with #CF03AD
Text Example
Text Example
White with #CF03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03AD; }
p { color: rgb(207,3,173); }
H1.HeaderClassName
{
color: #CF03AD;
}
.AnyTagClassName
{
color: #CF03AD;
}
</style>
background-color css
<style>
a { background-color: #CF03AD; }
a { background-color: rgb(207,3,173); }
div.DivClassName
{
background-color: #CF03AD;
}
.BgClassName
{
background-color: #CF03AD;
}
</style>
border-color css
<style>
span { border-color: #CF03AD; }
span { border-color: rgb(207,3,173); }
td.TdClassName
{
border-color: #CF03AD;
}
.TagClassName
{
border-color: #CF03AD;
}
</style>