Shades of Deep Magenta #CF29BD
Tints of Deep Magenta #CF29BD
RGB
CMYK
RGB Variations
Color information
#CF29BD (or 0xCF29BD) is known color: Deep Magenta. HEX triplet: CF, 29 and BD. RGB value is (207,41,189). Sum of RGB (Red+Green+Blue) = 207+41+189=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29BD is #30D642. Grayscale: #6B6B6B. Windows color (decimal): -3200579 or 12397007. OLE color: 12397007.
HSL color Cylindrical-coordinate representation of color #CF29BD: hue angle of 306.51º 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 #CF29BD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 189 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.19 |
| HSL | 306.51º | 0.67% | 0.49% | - |
| HSV(B) | 306.51º | 0.8% | 0.81% | - |
| XYZ | 35.71 | 18.53 | 49.84 | - |
| YUV | 107.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 189 | 0 | 0.80 | 0.09 | 0.19 | 306.51 | 0.67 | 0.49 |
| Hex | CF | 29 | BD | 0 | 50 | 9 | 13 | 133 | 43 | 31 |
| Octal | 317 | 51 | 275 | 0 | 120 | 11 | 23 | 463 | 103 | 61 |
| Binary | 11001111 | 101001 | 10111101 | 0 | 1010000 | 1001 | 10011 | 100110011 | 1000011 | 110001 |
Color Harmonies of #CF29BD
Complementary color
Monochromatic Colors of #CF29BD
Black with #CF29BD
Text Example
Text Example
White with #CF29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29BD; }
p { color: rgb(207,41,189); }
H1.HeaderClassName
{
color: #CF29BD;
}
.AnyTagClassName
{
color: #CF29BD;
}
</style>
background-color css
<style>
a { background-color: #CF29BD; }
a { background-color: rgb(207,41,189); }
div.DivClassName
{
background-color: #CF29BD;
}
.BgClassName
{
background-color: #CF29BD;
}
</style>
border-color css
<style>
span { border-color: #CF29BD; }
span { border-color: rgb(207,41,189); }
td.TdClassName
{
border-color: #CF29BD;
}
.TagClassName
{
border-color: #CF29BD;
}
</style>