Shades of Deep Magenta #C926D9
Tints of Deep Magenta #C926D9
RGB
CMYK
RGB Variations
Color information
#C926D9 (or 0xC926D9) is known color: Deep Magenta. HEX triplet: C9, 26 and D9. RGB value is (201,38,217). Sum of RGB (Red+Green+Blue) = 201+38+217=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #C926D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926D9 is #36D926. Grayscale: #6A6A6A. Windows color (decimal): -3594535 or 14231241. OLE color: 14231241.
HSL color Cylindrical-coordinate representation of color #C926D9: hue angle of 294.64º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C926D9 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 38 | 217 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.15 |
| HSL | 294.64º | 0.7% | 0.5% | - |
| HSV(B) | 294.64º | 0.82% | 0.85% | - |
| XYZ | 37.3 | 18.81 | 67.31 | - |
| YUV | 107.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 217 | 0.07 | 0.82 | 0 | 0.15 | 294.64 | 0.7 | 0.5 |
| Hex | C9 | 26 | D9 | 7 | 52 | 0 | F | 127 | 46 | 32 |
| Octal | 311 | 46 | 331 | 7 | 122 | 0 | 17 | 447 | 106 | 62 |
| Binary | 11001001 | 100110 | 11011001 | 111 | 1010010 | 0 | 1111 | 100100111 | 1000110 | 110010 |
Color Harmonies of #C926D9
Complementary color
Monochromatic Colors of #C926D9
Black with #C926D9
Text Example
Text Example
White with #C926D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926D9; }
p { color: rgb(201,38,217); }
H1.HeaderClassName
{
color: #C926D9;
}
.AnyTagClassName
{
color: #C926D9;
}
</style>
background-color css
<style>
a { background-color: #C926D9; }
a { background-color: rgb(201,38,217); }
div.DivClassName
{
background-color: #C926D9;
}
.BgClassName
{
background-color: #C926D9;
}
</style>
border-color css
<style>
span { border-color: #C926D9; }
span { border-color: rgb(201,38,217); }
td.TdClassName
{
border-color: #C926D9;
}
.TagClassName
{
border-color: #C926D9;
}
</style>