Shades of Deep Magenta #CF03AB
Tints of Deep Magenta #CF03AB
RGB
CMYK
RGB Variations
Color information
#CF03AB (or 0xCF03AB) is known color: Deep Magenta. HEX triplet: CF, 03 and AB. RGB value is (207,3,171). Sum of RGB (Red+Green+Blue) = 207+3+171=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF03AB is #30FC54. Grayscale: #525252. Windows color (decimal): -3210325 or 11207631. OLE color: 11207631.
HSL color Cylindrical-coordinate representation of color #CF03AB: hue angle of 310.59º 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 #CF03AB is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.19 |
| HSL | 310.59º | 0.97% | 0.41% | - |
| HSV(B) | 310.59º | 0.99% | 0.81% | - |
| XYZ | 33.12 | 16.27 | 39.92 | - |
| YUV | 83.15 | 177.59 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 171 | 0 | 0.99 | 0.17 | 0.19 | 310.59 | 0.97 | 0.41 |
| Hex | CF | 3 | AB | 0 | 63 | 11 | 13 | 137 | 61 | 29 |
| Octal | 317 | 3 | 253 | 0 | 143 | 21 | 23 | 467 | 141 | 51 |
| Binary | 11001111 | 11 | 10101011 | 0 | 1100011 | 10001 | 10011 | 100110111 | 1100001 | 101001 |
Color Harmonies of #CF03AB
Complementary color
Monochromatic Colors of #CF03AB
Black with #CF03AB
Text Example
Text Example
White with #CF03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03AB; }
p { color: rgb(207,3,171); }
H1.HeaderClassName
{
color: #CF03AB;
}
.AnyTagClassName
{
color: #CF03AB;
}
</style>
background-color css
<style>
a { background-color: #CF03AB; }
a { background-color: rgb(207,3,171); }
div.DivClassName
{
background-color: #CF03AB;
}
.BgClassName
{
background-color: #CF03AB;
}
</style>
border-color css
<style>
span { border-color: #CF03AB; }
span { border-color: rgb(207,3,171); }
td.TdClassName
{
border-color: #CF03AB;
}
.TagClassName
{
border-color: #CF03AB;
}
</style>