Shades of Deep Magenta #CF29BF
Tints of Deep Magenta #CF29BF
RGB
CMYK
RGB Variations
Color information
#CF29BF (or 0xCF29BF) is known color: Deep Magenta. HEX triplet: CF, 29 and BF. RGB value is (207,41,191). Sum of RGB (Red+Green+Blue) = 207+41+191=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29BF is #30D640. Grayscale: #6B6B6B. Windows color (decimal): -3200577 or 12528079. OLE color: 12528079.
HSL color Cylindrical-coordinate representation of color #CF29BF: hue angle of 305.78º 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 #CF29BF is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 191 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.19 |
| HSL | 305.78º | 0.67% | 0.49% | - |
| HSV(B) | 305.78º | 0.8% | 0.81% | - |
| XYZ | 35.93 | 18.61 | 50.99 | - |
| YUV | 107.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 191 | 0 | 0.80 | 0.08 | 0.19 | 305.78 | 0.67 | 0.49 |
| Hex | CF | 29 | BF | 0 | 50 | 8 | 13 | 132 | 43 | 31 |
| Octal | 317 | 51 | 277 | 0 | 120 | 10 | 23 | 462 | 103 | 61 |
| Binary | 11001111 | 101001 | 10111111 | 0 | 1010000 | 1000 | 10011 | 100110010 | 1000011 | 110001 |
Color Harmonies of #CF29BF
Complementary color
Monochromatic Colors of #CF29BF
Black with #CF29BF
Text Example
Text Example
White with #CF29BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29BF; }
p { color: rgb(207,41,191); }
H1.HeaderClassName
{
color: #CF29BF;
}
.AnyTagClassName
{
color: #CF29BF;
}
</style>
background-color css
<style>
a { background-color: #CF29BF; }
a { background-color: rgb(207,41,191); }
div.DivClassName
{
background-color: #CF29BF;
}
.BgClassName
{
background-color: #CF29BF;
}
</style>
border-color css
<style>
span { border-color: #CF29BF; }
span { border-color: rgb(207,41,191); }
td.TdClassName
{
border-color: #CF29BF;
}
.TagClassName
{
border-color: #CF29BF;
}
</style>