Shades of Deep Magenta #CF0CAA
Tints of Deep Magenta #CF0CAA
RGB
CMYK
RGB Variations
Color information
#CF0CAA (or 0xCF0CAA) is known color: Deep Magenta. HEX triplet: CF, 0C and AA. RGB value is (207,12,170). Sum of RGB (Red+Green+Blue) = 207+12+170=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0CAA is #30F355. Grayscale: #575757. Windows color (decimal): -3208022 or 11144399. OLE color: 11144399.
HSL color Cylindrical-coordinate representation of color #CF0CAA: hue angle of 311.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0CAA is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.19 |
| HSL | 311.38º | 0.89% | 0.43% | - |
| HSV(B) | 311.38º | 0.94% | 0.81% | - |
| XYZ | 33.12 | 16.43 | 39.46 | - |
| YUV | 88.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 170 | 0 | 0.94 | 0.18 | 0.19 | 311.38 | 0.89 | 0.43 |
| Hex | CF | C | AA | 0 | 5E | 12 | 13 | 137 | 59 | 2B |
| Octal | 317 | 14 | 252 | 0 | 136 | 22 | 23 | 467 | 131 | 53 |
| Binary | 11001111 | 1100 | 10101010 | 0 | 1011110 | 10010 | 10011 | 100110111 | 1011001 | 101011 |
Color Harmonies of #CF0CAA
Complementary color
Monochromatic Colors of #CF0CAA
Black with #CF0CAA
Text Example
Text Example
White with #CF0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CAA; }
p { color: rgb(207,12,170); }
H1.HeaderClassName
{
color: #CF0CAA;
}
.AnyTagClassName
{
color: #CF0CAA;
}
</style>
background-color css
<style>
a { background-color: #CF0CAA; }
a { background-color: rgb(207,12,170); }
div.DivClassName
{
background-color: #CF0CAA;
}
.BgClassName
{
background-color: #CF0CAA;
}
</style>
border-color css
<style>
span { border-color: #CF0CAA; }
span { border-color: rgb(207,12,170); }
td.TdClassName
{
border-color: #CF0CAA;
}
.TagClassName
{
border-color: #CF0CAA;
}
</style>