Shades of Deep Magenta #CF2AD7
Tints of Deep Magenta #CF2AD7
RGB
CMYK
RGB Variations
Color information
#CF2AD7 (or 0xCF2AD7) is known color: Deep Magenta. HEX triplet: CF, 2A and D7. RGB value is (207,42,215). Sum of RGB (Red+Green+Blue) = 207+42+215=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF2AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2AD7 is #30D528. Grayscale: #6E6E6E. Windows color (decimal): -3200297 or 14101199. OLE color: 14101199.
HSL color Cylindrical-coordinate representation of color #CF2AD7: hue angle of 297.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2AD7 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 42 | 215 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.16 |
| HSL | 297.23º | 0.68% | 0.5% | - |
| HSV(B) | 297.23º | 0.8% | 0.84% | - |
| XYZ | 38.83 | 19.83 | 66.07 | - |
| YUV | 111.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 215 | 0.04 | 0.80 | 0 | 0.16 | 297.23 | 0.68 | 0.5 |
| Hex | CF | 2A | D7 | 4 | 50 | 0 | 10 | 129 | 44 | 32 |
| Octal | 317 | 52 | 327 | 4 | 120 | 0 | 20 | 451 | 104 | 62 |
| Binary | 11001111 | 101010 | 11010111 | 100 | 1010000 | 0 | 10000 | 100101001 | 1000100 | 110010 |
Color Harmonies of #CF2AD7
Complementary color
Monochromatic Colors of #CF2AD7
Black with #CF2AD7
Text Example
Text Example
White with #CF2AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AD7; }
p { color: rgb(207,42,215); }
H1.HeaderClassName
{
color: #CF2AD7;
}
.AnyTagClassName
{
color: #CF2AD7;
}
</style>
background-color css
<style>
a { background-color: #CF2AD7; }
a { background-color: rgb(207,42,215); }
div.DivClassName
{
background-color: #CF2AD7;
}
.BgClassName
{
background-color: #CF2AD7;
}
</style>
border-color css
<style>
span { border-color: #CF2AD7; }
span { border-color: rgb(207,42,215); }
td.TdClassName
{
border-color: #CF2AD7;
}
.TagClassName
{
border-color: #CF2AD7;
}
</style>