Shades of Deep Magenta #CF03A9
Tints of Deep Magenta #CF03A9
RGB
CMYK
RGB Variations
Color information
#CF03A9 (or 0xCF03A9) is known color: Deep Magenta. HEX triplet: CF, 03 and A9. RGB value is (207,3,169). Sum of RGB (Red+Green+Blue) = 207+3+169=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF03A9 is #30FC56. Grayscale: #525252. Windows color (decimal): -3210327 or 11076559. OLE color: 11076559.
HSL color Cylindrical-coordinate representation of color #CF03A9: hue angle of 311.18º 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 #CF03A9 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 169 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.19 |
| HSL | 311.18º | 0.97% | 0.41% | - |
| HSV(B) | 311.18º | 0.99% | 0.81% | - |
| XYZ | 32.93 | 16.2 | 38.93 | - |
| YUV | 82.92 | 176.59 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 169 | 0 | 0.99 | 0.18 | 0.19 | 311.18 | 0.97 | 0.41 |
| Hex | CF | 3 | A9 | 0 | 63 | 12 | 13 | 137 | 61 | 29 |
| Octal | 317 | 3 | 251 | 0 | 143 | 22 | 23 | 467 | 141 | 51 |
| Binary | 11001111 | 11 | 10101001 | 0 | 1100011 | 10010 | 10011 | 100110111 | 1100001 | 101001 |
Color Harmonies of #CF03A9
Complementary color
Monochromatic Colors of #CF03A9
Black with #CF03A9
Text Example
Text Example
White with #CF03A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03A9; }
p { color: rgb(207,3,169); }
H1.HeaderClassName
{
color: #CF03A9;
}
.AnyTagClassName
{
color: #CF03A9;
}
</style>
background-color css
<style>
a { background-color: #CF03A9; }
a { background-color: rgb(207,3,169); }
div.DivClassName
{
background-color: #CF03A9;
}
.BgClassName
{
background-color: #CF03A9;
}
</style>
border-color css
<style>
span { border-color: #CF03A9; }
span { border-color: rgb(207,3,169); }
td.TdClassName
{
border-color: #CF03A9;
}
.TagClassName
{
border-color: #CF03A9;
}
</style>