Shades of Deep Magenta #CF0FAA
Tints of Deep Magenta #CF0FAA
RGB
CMYK
RGB Variations
Color information
#CF0FAA (or 0xCF0FAA) is known color: Deep Magenta. HEX triplet: CF, 0F and AA. RGB value is (207,15,170). Sum of RGB (Red+Green+Blue) = 207+15+170=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FAA is #30F055. Grayscale: #595959. Windows color (decimal): -3207254 or 11145167. OLE color: 11145167.
HSL color Cylindrical-coordinate representation of color #CF0FAA: hue angle of 311.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FAA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.19 |
| HSL | 311.56º | 0.86% | 0.44% | - |
| HSV(B) | 311.56º | 0.93% | 0.81% | - |
| XYZ | 33.16 | 16.51 | 39.47 | - |
| YUV | 90.08 | 173.11 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 170 | 0 | 0.93 | 0.18 | 0.19 | 311.56 | 0.86 | 0.44 |
| Hex | CF | F | AA | 0 | 5D | 12 | 13 | 138 | 56 | 2C |
| Octal | 317 | 17 | 252 | 0 | 135 | 22 | 23 | 470 | 126 | 54 |
| Binary | 11001111 | 1111 | 10101010 | 0 | 1011101 | 10010 | 10011 | 100111000 | 1010110 | 101100 |
Color Harmonies of #CF0FAA
Complementary color
Monochromatic Colors of #CF0FAA
Black with #CF0FAA
Text Example
Text Example
White with #CF0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FAA; }
p { color: rgb(207,15,170); }
H1.HeaderClassName
{
color: #CF0FAA;
}
.AnyTagClassName
{
color: #CF0FAA;
}
</style>
background-color css
<style>
a { background-color: #CF0FAA; }
a { background-color: rgb(207,15,170); }
div.DivClassName
{
background-color: #CF0FAA;
}
.BgClassName
{
background-color: #CF0FAA;
}
</style>
border-color css
<style>
span { border-color: #CF0FAA; }
span { border-color: rgb(207,15,170); }
td.TdClassName
{
border-color: #CF0FAA;
}
.TagClassName
{
border-color: #CF0FAA;
}
</style>