Shades of Deep Magenta #CF29CC
Tints of Deep Magenta #CF29CC
RGB
CMYK
RGB Variations
Color information
#CF29CC (or 0xCF29CC) is known color: Deep Magenta. HEX triplet: CF, 29 and CC. RGB value is (207,41,204). Sum of RGB (Red+Green+Blue) = 207+41+204=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29CC is #30D633. Grayscale: #6C6C6C. Windows color (decimal): -3200564 or 13380047. OLE color: 13380047.
HSL color Cylindrical-coordinate representation of color #CF29CC: hue angle of 301.08º 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 #CF29CC is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 204 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.19 |
| HSL | 301.08º | 0.67% | 0.49% | - |
| HSV(B) | 301.08º | 0.8% | 0.81% | - |
| XYZ | 37.42 | 19.21 | 58.86 | - |
| YUV | 109.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 204 | 0 | 0.80 | 0.01 | 0.19 | 301.08 | 0.67 | 0.49 |
| Hex | CF | 29 | CC | 0 | 50 | 1 | 13 | 12D | 43 | 31 |
| Octal | 317 | 51 | 314 | 0 | 120 | 1 | 23 | 455 | 103 | 61 |
| Binary | 11001111 | 101001 | 11001100 | 0 | 1010000 | 1 | 10011 | 100101101 | 1000011 | 110001 |
Color Harmonies of #CF29CC
Complementary color
Monochromatic Colors of #CF29CC
Black with #CF29CC
Text Example
Text Example
White with #CF29CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29CC; }
p { color: rgb(207,41,204); }
H1.HeaderClassName
{
color: #CF29CC;
}
.AnyTagClassName
{
color: #CF29CC;
}
</style>
background-color css
<style>
a { background-color: #CF29CC; }
a { background-color: rgb(207,41,204); }
div.DivClassName
{
background-color: #CF29CC;
}
.BgClassName
{
background-color: #CF29CC;
}
</style>
border-color css
<style>
span { border-color: #CF29CC; }
span { border-color: rgb(207,41,204); }
td.TdClassName
{
border-color: #CF29CC;
}
.TagClassName
{
border-color: #CF29CC;
}
</style>