Shades of Deep Magenta #C929CF
Tints of Deep Magenta #C929CF
RGB
CMYK
RGB Variations
Color information
#C929CF (or 0xC929CF) is known color: Deep Magenta. HEX triplet: C9, 29 and CF. RGB value is (201,41,207). Sum of RGB (Red+Green+Blue) = 201+41+207=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #C929CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929CF is #36D630. Grayscale: #6B6B6B. Windows color (decimal): -3593777 or 13576649. OLE color: 13576649.
HSL color Cylindrical-coordinate representation of color #C929CF: hue angle of 297.83º 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 #C929CF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 41 | 207 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.19 |
| HSL | 297.83º | 0.67% | 0.49% | - |
| HSV(B) | 297.83º | 0.8% | 0.81% | - |
| XYZ | 36.14 | 18.51 | 60.7 | - |
| YUV | 107.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 207 | 0.03 | 0.80 | 0 | 0.19 | 297.83 | 0.67 | 0.49 |
| Hex | C9 | 29 | CF | 3 | 50 | 0 | 13 | 12A | 43 | 31 |
| Octal | 311 | 51 | 317 | 3 | 120 | 0 | 23 | 452 | 103 | 61 |
| Binary | 11001001 | 101001 | 11001111 | 11 | 1010000 | 0 | 10011 | 100101010 | 1000011 | 110001 |
Color Harmonies of #C929CF
Complementary color
Monochromatic Colors of #C929CF
Black with #C929CF
Text Example
Text Example
White with #C929CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929CF; }
p { color: rgb(201,41,207); }
H1.HeaderClassName
{
color: #C929CF;
}
.AnyTagClassName
{
color: #C929CF;
}
</style>
background-color css
<style>
a { background-color: #C929CF; }
a { background-color: rgb(201,41,207); }
div.DivClassName
{
background-color: #C929CF;
}
.BgClassName
{
background-color: #C929CF;
}
</style>
border-color css
<style>
span { border-color: #C929CF; }
span { border-color: rgb(201,41,207); }
td.TdClassName
{
border-color: #C929CF;
}
.TagClassName
{
border-color: #C929CF;
}
</style>