Shades of Deep Magenta #CF29C3
Tints of Deep Magenta #CF29C3
RGB
CMYK
RGB Variations
Color information
#CF29C3 (or 0xCF29C3) is known color: Deep Magenta. HEX triplet: CF, 29 and C3. RGB value is (207,41,195). Sum of RGB (Red+Green+Blue) = 207+41+195=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29C3 is #30D63C. Grayscale: #6B6B6B. Windows color (decimal): -3200573 or 12790223. OLE color: 12790223.
HSL color Cylindrical-coordinate representation of color #CF29C3: hue angle of 304.34º 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 #CF29C3 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 195 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.19 |
| HSL | 304.34º | 0.67% | 0.49% | - |
| HSV(B) | 304.34º | 0.8% | 0.81% | - |
| XYZ | 36.38 | 18.79 | 53.34 | - |
| YUV | 108.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 195 | 0 | 0.80 | 0.06 | 0.19 | 304.34 | 0.67 | 0.49 |
| Hex | CF | 29 | C3 | 0 | 50 | 6 | 13 | 130 | 43 | 31 |
| Octal | 317 | 51 | 303 | 0 | 120 | 6 | 23 | 460 | 103 | 61 |
| Binary | 11001111 | 101001 | 11000011 | 0 | 1010000 | 110 | 10011 | 100110000 | 1000011 | 110001 |
Color Harmonies of #CF29C3
Complementary color
Monochromatic Colors of #CF29C3
Black with #CF29C3
Text Example
Text Example
White with #CF29C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29C3; }
p { color: rgb(207,41,195); }
H1.HeaderClassName
{
color: #CF29C3;
}
.AnyTagClassName
{
color: #CF29C3;
}
</style>
background-color css
<style>
a { background-color: #CF29C3; }
a { background-color: rgb(207,41,195); }
div.DivClassName
{
background-color: #CF29C3;
}
.BgClassName
{
background-color: #CF29C3;
}
</style>
border-color css
<style>
span { border-color: #CF29C3; }
span { border-color: rgb(207,41,195); }
td.TdClassName
{
border-color: #CF29C3;
}
.TagClassName
{
border-color: #CF29C3;
}
</style>