Shades of Deep Magenta #CF29CA
Tints of Deep Magenta #CF29CA
RGB
CMYK
RGB Variations
Color information
#CF29CA (or 0xCF29CA) is known color: Deep Magenta. HEX triplet: CF, 29 and CA. RGB value is (207,41,202). Sum of RGB (Red+Green+Blue) = 207+41+202=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29CA is #30D635. Grayscale: #6C6C6C. Windows color (decimal): -3200566 or 13248975. OLE color: 13248975.
HSL color Cylindrical-coordinate representation of color #CF29CA: hue angle of 301.81º 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 #CF29CA is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 202 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.19 |
| HSL | 301.81º | 0.67% | 0.49% | - |
| HSV(B) | 301.81º | 0.8% | 0.81% | - |
| XYZ | 37.19 | 19.12 | 57.61 | - |
| YUV | 108.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 202 | 0 | 0.80 | 0.02 | 0.19 | 301.81 | 0.67 | 0.49 |
| Hex | CF | 29 | CA | 0 | 50 | 2 | 13 | 12E | 43 | 31 |
| Octal | 317 | 51 | 312 | 0 | 120 | 2 | 23 | 456 | 103 | 61 |
| Binary | 11001111 | 101001 | 11001010 | 0 | 1010000 | 10 | 10011 | 100101110 | 1000011 | 110001 |
Color Harmonies of #CF29CA
Complementary color
Monochromatic Colors of #CF29CA
Black with #CF29CA
Text Example
Text Example
White with #CF29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29CA; }
p { color: rgb(207,41,202); }
H1.HeaderClassName
{
color: #CF29CA;
}
.AnyTagClassName
{
color: #CF29CA;
}
</style>
background-color css
<style>
a { background-color: #CF29CA; }
a { background-color: rgb(207,41,202); }
div.DivClassName
{
background-color: #CF29CA;
}
.BgClassName
{
background-color: #CF29CA;
}
</style>
border-color css
<style>
span { border-color: #CF29CA; }
span { border-color: rgb(207,41,202); }
td.TdClassName
{
border-color: #CF29CA;
}
.TagClassName
{
border-color: #CF29CA;
}
</style>