Shades of Deep Magenta #C926D1
Tints of Deep Magenta #C926D1
RGB
CMYK
RGB Variations
Color information
#C926D1 (or 0xC926D1) is known color: Deep Magenta. HEX triplet: C9, 26 and D1. RGB value is (201,38,209). Sum of RGB (Red+Green+Blue) = 201+38+209=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #C926D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926D1 is #36D92E. Grayscale: #696969. Windows color (decimal): -3594543 or 13706953. OLE color: 13706953.
HSL color Cylindrical-coordinate representation of color #C926D1: hue angle of 297.19º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C926D1 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 38 | 209 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.18 |
| HSL | 297.19º | 0.69% | 0.48% | - |
| HSV(B) | 297.19º | 0.82% | 0.82% | - |
| XYZ | 36.29 | 18.41 | 61.96 | - |
| YUV | 106.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 209 | 0.04 | 0.82 | 0 | 0.18 | 297.19 | 0.69 | 0.48 |
| Hex | C9 | 26 | D1 | 4 | 52 | 0 | 12 | 129 | 45 | 30 |
| Octal | 311 | 46 | 321 | 4 | 122 | 0 | 22 | 451 | 105 | 60 |
| Binary | 11001001 | 100110 | 11010001 | 100 | 1010010 | 0 | 10010 | 100101001 | 1000101 | 110000 |
Color Harmonies of #C926D1
Complementary color
Monochromatic Colors of #C926D1
Black with #C926D1
Text Example
Text Example
White with #C926D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926D1; }
p { color: rgb(201,38,209); }
H1.HeaderClassName
{
color: #C926D1;
}
.AnyTagClassName
{
color: #C926D1;
}
</style>
background-color css
<style>
a { background-color: #C926D1; }
a { background-color: rgb(201,38,209); }
div.DivClassName
{
background-color: #C926D1;
}
.BgClassName
{
background-color: #C926D1;
}
</style>
border-color css
<style>
span { border-color: #C926D1; }
span { border-color: rgb(201,38,209); }
td.TdClassName
{
border-color: #C926D1;
}
.TagClassName
{
border-color: #C926D1;
}
</style>