Shades of Deep Magenta #C929DC
Tints of Deep Magenta #C929DC
RGB
CMYK
RGB Variations
Color information
#C929DC (or 0xC929DC) is known color: Deep Magenta. HEX triplet: C9, 29 and DC. RGB value is (201,41,220). Sum of RGB (Red+Green+Blue) = 201+41+220=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #C929DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929DC is #36D623. Grayscale: #6C6C6C. Windows color (decimal): -3593764 or 14428617. OLE color: 14428617.
HSL color Cylindrical-coordinate representation of color #C929DC: hue angle of 293.63º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C929DC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 41 | 220 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.14 |
| HSL | 293.63º | 0.72% | 0.51% | - |
| HSV(B) | 293.63º | 0.81% | 0.86% | - |
| XYZ | 37.8 | 19.17 | 69.42 | - |
| YUV | 109.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 220 | 0.09 | 0.81 | 0 | 0.14 | 293.63 | 0.72 | 0.51 |
| Hex | C9 | 29 | DC | 9 | 51 | 0 | E | 126 | 48 | 33 |
| Octal | 311 | 51 | 334 | 11 | 121 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001001 | 101001 | 11011100 | 1001 | 1010001 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #C929DC
Complementary color
Monochromatic Colors of #C929DC
Black with #C929DC
Text Example
Text Example
White with #C929DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929DC; }
p { color: rgb(201,41,220); }
H1.HeaderClassName
{
color: #C929DC;
}
.AnyTagClassName
{
color: #C929DC;
}
</style>
background-color css
<style>
a { background-color: #C929DC; }
a { background-color: rgb(201,41,220); }
div.DivClassName
{
background-color: #C929DC;
}
.BgClassName
{
background-color: #C929DC;
}
</style>
border-color css
<style>
span { border-color: #C929DC; }
span { border-color: rgb(201,41,220); }
td.TdClassName
{
border-color: #C929DC;
}
.TagClassName
{
border-color: #C929DC;
}
</style>