Shades of Deep Magenta #CF29CE
Tints of Deep Magenta #CF29CE
RGB
CMYK
RGB Variations
Color information
#CF29CE (or 0xCF29CE) is known color: Deep Magenta. HEX triplet: CF, 29 and CE. RGB value is (207,41,206). Sum of RGB (Red+Green+Blue) = 207+41+206=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29CE is #30D631. Grayscale: #6C6C6C. Windows color (decimal): -3200562 or 13511119. OLE color: 13511119.
HSL color Cylindrical-coordinate representation of color #CF29CE: hue angle of 300.36º 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 #CF29CE is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 206 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.19 |
| HSL | 300.36º | 0.67% | 0.49% | - |
| HSV(B) | 300.36º | 0.8% | 0.81% | - |
| XYZ | 37.67 | 19.31 | 60.13 | - |
| YUV | 109.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 206 | 0 | 0.80 | 0.00 | 0.19 | 300.36 | 0.67 | 0.49 |
| Hex | CF | 29 | CE | 0 | 50 | 0 | 13 | 12C | 43 | 31 |
| Octal | 317 | 51 | 316 | 0 | 120 | 0 | 23 | 454 | 103 | 61 |
| Binary | 11001111 | 101001 | 11001110 | 0 | 1010000 | 0 | 10011 | 100101100 | 1000011 | 110001 |
Color Harmonies of #CF29CE
Complementary color
Monochromatic Colors of #CF29CE
Black with #CF29CE
Text Example
Text Example
White with #CF29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29CE; }
p { color: rgb(207,41,206); }
H1.HeaderClassName
{
color: #CF29CE;
}
.AnyTagClassName
{
color: #CF29CE;
}
</style>
background-color css
<style>
a { background-color: #CF29CE; }
a { background-color: rgb(207,41,206); }
div.DivClassName
{
background-color: #CF29CE;
}
.BgClassName
{
background-color: #CF29CE;
}
</style>
border-color css
<style>
span { border-color: #CF29CE; }
span { border-color: rgb(207,41,206); }
td.TdClassName
{
border-color: #CF29CE;
}
.TagClassName
{
border-color: #CF29CE;
}
</style>