Shades of Deep Magenta #CF29C1
Tints of Deep Magenta #CF29C1
RGB
CMYK
RGB Variations
Color information
#CF29C1 (or 0xCF29C1) is known color: Deep Magenta. HEX triplet: CF, 29 and C1. RGB value is (207,41,193). Sum of RGB (Red+Green+Blue) = 207+41+193=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29C1 is #30D63E. Grayscale: #6B6B6B. Windows color (decimal): -3200575 or 12659151. OLE color: 12659151.
HSL color Cylindrical-coordinate representation of color #CF29C1: hue angle of 305.06º 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 #CF29C1 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 193 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.19 |
| HSL | 305.06º | 0.67% | 0.49% | - |
| HSV(B) | 305.06º | 0.8% | 0.81% | - |
| XYZ | 36.15 | 18.7 | 52.16 | - |
| YUV | 107.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 193 | 0 | 0.80 | 0.07 | 0.19 | 305.06 | 0.67 | 0.49 |
| Hex | CF | 29 | C1 | 0 | 50 | 7 | 13 | 131 | 43 | 31 |
| Octal | 317 | 51 | 301 | 0 | 120 | 7 | 23 | 461 | 103 | 61 |
| Binary | 11001111 | 101001 | 11000001 | 0 | 1010000 | 111 | 10011 | 100110001 | 1000011 | 110001 |
Color Harmonies of #CF29C1
Complementary color
Monochromatic Colors of #CF29C1
Black with #CF29C1
Text Example
Text Example
White with #CF29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29C1; }
p { color: rgb(207,41,193); }
H1.HeaderClassName
{
color: #CF29C1;
}
.AnyTagClassName
{
color: #CF29C1;
}
</style>
background-color css
<style>
a { background-color: #CF29C1; }
a { background-color: rgb(207,41,193); }
div.DivClassName
{
background-color: #CF29C1;
}
.BgClassName
{
background-color: #CF29C1;
}
</style>
border-color css
<style>
span { border-color: #CF29C1; }
span { border-color: rgb(207,41,193); }
td.TdClassName
{
border-color: #CF29C1;
}
.TagClassName
{
border-color: #CF29C1;
}
</style>