Shades of Deep Magenta #CF29C9
Tints of Deep Magenta #CF29C9
RGB
CMYK
RGB Variations
Color information
#CF29C9 (or 0xCF29C9) is known color: Deep Magenta. HEX triplet: CF, 29 and C9. RGB value is (207,41,201). Sum of RGB (Red+Green+Blue) = 207+41+201=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29C9 is #30D636. Grayscale: #6C6C6C. Windows color (decimal): -3200567 or 13183439. OLE color: 13183439.
HSL color Cylindrical-coordinate representation of color #CF29C9: hue angle of 302.17º degrees, saturation: 0.67, 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 #CF29C9 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 201 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.19 |
| HSL | 302.17º | 0.67% | 0.49% | - |
| HSV(B) | 302.17º | 0.8% | 0.81% | - |
| XYZ | 37.07 | 19.07 | 56.99 | - |
| YUV | 108.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 201 | 0 | 0.80 | 0.03 | 0.19 | 302.17 | 0.67 | 0.49 |
| Hex | CF | 29 | C9 | 0 | 50 | 3 | 13 | 12E | 43 | 31 |
| Octal | 317 | 51 | 311 | 0 | 120 | 3 | 23 | 456 | 103 | 61 |
| Binary | 11001111 | 101001 | 11001001 | 0 | 1010000 | 11 | 10011 | 100101110 | 1000011 | 110001 |
Color Harmonies of #CF29C9
Complementary color
Monochromatic Colors of #CF29C9
Black with #CF29C9
Text Example
Text Example
White with #CF29C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29C9; }
p { color: rgb(207,41,201); }
H1.HeaderClassName
{
color: #CF29C9;
}
.AnyTagClassName
{
color: #CF29C9;
}
</style>
background-color css
<style>
a { background-color: #CF29C9; }
a { background-color: rgb(207,41,201); }
div.DivClassName
{
background-color: #CF29C9;
}
.BgClassName
{
background-color: #CF29C9;
}
</style>
border-color css
<style>
span { border-color: #CF29C9; }
span { border-color: rgb(207,41,201); }
td.TdClassName
{
border-color: #CF29C9;
}
.TagClassName
{
border-color: #CF29C9;
}
</style>