Shades of Deep Magenta #CF29D9
Tints of Deep Magenta #CF29D9
RGB
CMYK
RGB Variations
Color information
#CF29D9 (or 0xCF29D9) is known color: Deep Magenta. HEX triplet: CF, 29 and D9. RGB value is (207,41,217). Sum of RGB (Red+Green+Blue) = 207+41+217=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29D9 is #30D626. Grayscale: #6E6E6E. Windows color (decimal): -3200551 or 14232015. OLE color: 14232015.
HSL color Cylindrical-coordinate representation of color #CF29D9: hue angle of 296.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF29D9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 41 | 217 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.15 |
| HSL | 296.59º | 0.7% | 0.51% | - |
| HSV(B) | 296.59º | 0.81% | 0.85% | - |
| XYZ | 39.05 | 19.86 | 67.42 | - |
| YUV | 110.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 217 | 0.05 | 0.81 | 0 | 0.15 | 296.59 | 0.7 | 0.51 |
| Hex | CF | 29 | D9 | 5 | 51 | 0 | F | 129 | 46 | 33 |
| Octal | 317 | 51 | 331 | 5 | 121 | 0 | 17 | 451 | 106 | 63 |
| Binary | 11001111 | 101001 | 11011001 | 101 | 1010001 | 0 | 1111 | 100101001 | 1000110 | 110011 |
Color Harmonies of #CF29D9
Complementary color
Monochromatic Colors of #CF29D9
Black with #CF29D9
Text Example
Text Example
White with #CF29D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29D9; }
p { color: rgb(207,41,217); }
H1.HeaderClassName
{
color: #CF29D9;
}
.AnyTagClassName
{
color: #CF29D9;
}
</style>
background-color css
<style>
a { background-color: #CF29D9; }
a { background-color: rgb(207,41,217); }
div.DivClassName
{
background-color: #CF29D9;
}
.BgClassName
{
background-color: #CF29D9;
}
</style>
border-color css
<style>
span { border-color: #CF29D9; }
span { border-color: rgb(207,41,217); }
td.TdClassName
{
border-color: #CF29D9;
}
.TagClassName
{
border-color: #CF29D9;
}
</style>