Shades of Deep Magenta #CF2AC7
Tints of Deep Magenta #CF2AC7
RGB
CMYK
RGB Variations
Color information
#CF2AC7 (or 0xCF2AC7) is known color: Deep Magenta. HEX triplet: CF, 2A and C7. RGB value is (207,42,199). Sum of RGB (Red+Green+Blue) = 207+42+199=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2AC7 is #30D538. Grayscale: #6C6C6C. Windows color (decimal): -3200313 or 13052623. OLE color: 13052623.
HSL color Cylindrical-coordinate representation of color #CF2AC7: hue angle of 302.91º 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 #CF2AC7 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 199 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.19 |
| HSL | 302.91º | 0.66% | 0.49% | - |
| HSV(B) | 302.91º | 0.8% | 0.81% | - |
| XYZ | 36.87 | 19.04 | 55.77 | - |
| YUV | 109.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 199 | 0 | 0.80 | 0.04 | 0.19 | 302.91 | 0.66 | 0.49 |
| Hex | CF | 2A | C7 | 0 | 50 | 4 | 13 | 12F | 42 | 31 |
| Octal | 317 | 52 | 307 | 0 | 120 | 4 | 23 | 457 | 102 | 61 |
| Binary | 11001111 | 101010 | 11000111 | 0 | 1010000 | 100 | 10011 | 100101111 | 1000010 | 110001 |
Color Harmonies of #CF2AC7
Complementary color
Monochromatic Colors of #CF2AC7
Black with #CF2AC7
Text Example
Text Example
White with #CF2AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AC7; }
p { color: rgb(207,42,199); }
H1.HeaderClassName
{
color: #CF2AC7;
}
.AnyTagClassName
{
color: #CF2AC7;
}
</style>
background-color css
<style>
a { background-color: #CF2AC7; }
a { background-color: rgb(207,42,199); }
div.DivClassName
{
background-color: #CF2AC7;
}
.BgClassName
{
background-color: #CF2AC7;
}
</style>
border-color css
<style>
span { border-color: #CF2AC7; }
span { border-color: rgb(207,42,199); }
td.TdClassName
{
border-color: #CF2AC7;
}
.TagClassName
{
border-color: #CF2AC7;
}
</style>