Shades of Deep Magenta #CF2ACC
Tints of Deep Magenta #CF2ACC
RGB
CMYK
RGB Variations
Color information
#CF2ACC (or 0xCF2ACC) is known color: Deep Magenta. HEX triplet: CF, 2A and CC. RGB value is (207,42,204). Sum of RGB (Red+Green+Blue) = 207+42+204=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ACC is #30D533. Grayscale: #6D6D6D. Windows color (decimal): -3200308 or 13380303. OLE color: 13380303.
HSL color Cylindrical-coordinate representation of color #CF2ACC: hue angle of 301.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2ACC is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 204 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.19 |
| HSL | 301.09º | 0.66% | 0.49% | - |
| HSV(B) | 301.09º | 0.8% | 0.81% | - |
| XYZ | 37.46 | 19.28 | 58.87 | - |
| YUV | 109.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 204 | 0 | 0.80 | 0.01 | 0.19 | 301.09 | 0.66 | 0.49 |
| Hex | CF | 2A | CC | 0 | 50 | 1 | 13 | 12D | 42 | 31 |
| Octal | 317 | 52 | 314 | 0 | 120 | 1 | 23 | 455 | 102 | 61 |
| Binary | 11001111 | 101010 | 11001100 | 0 | 1010000 | 1 | 10011 | 100101101 | 1000010 | 110001 |
Color Harmonies of #CF2ACC
Complementary color
Monochromatic Colors of #CF2ACC
Black with #CF2ACC
Text Example
Text Example
White with #CF2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ACC; }
p { color: rgb(207,42,204); }
H1.HeaderClassName
{
color: #CF2ACC;
}
.AnyTagClassName
{
color: #CF2ACC;
}
</style>
background-color css
<style>
a { background-color: #CF2ACC; }
a { background-color: rgb(207,42,204); }
div.DivClassName
{
background-color: #CF2ACC;
}
.BgClassName
{
background-color: #CF2ACC;
}
</style>
border-color css
<style>
span { border-color: #CF2ACC; }
span { border-color: rgb(207,42,204); }
td.TdClassName
{
border-color: #CF2ACC;
}
.TagClassName
{
border-color: #CF2ACC;
}
</style>