Shades of Deep Magenta #C100D9
Tints of Deep Magenta #C100D9
RGB
CMYK
RGB Variations
Color information
#C100D9 (or 0xC100D9) is known color: Deep Magenta. HEX triplet: C1, 00 and D9. RGB value is (193,0,217). Sum of RGB (Red+Green+Blue) = 193+0+217=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #C100D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100D9 is #3EFF26. Grayscale: #515151. Windows color (decimal): -4128551 or 14221505. OLE color: 14221505.
HSL color Cylindrical-coordinate representation of color #C100D9: hue angle of 293.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100D9 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 0 | 217 | - |
| CMYK | 0.11 | 1 | 0 | 0.15 |
| HSL | 293.36º | 1% | 0.43% | - |
| HSV(B) | 293.36º | 1% | 0.85% | - |
| XYZ | 34.52 | 16.35 | 66.98 | - |
| YUV | 82.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 217 | 0.11 | 1 | 0 | 0.15 | 293.36 | 1 | 0.43 |
| Hex | C1 | 0 | D9 | B | 64 | 0 | F | 125 | 64 | 2B |
| Octal | 301 | 0 | 331 | 13 | 144 | 0 | 17 | 445 | 144 | 53 |
| Binary | 11000001 | 0 | 11011001 | 1011 | 1100100 | 0 | 1111 | 100100101 | 1100100 | 101011 |
Color Harmonies of #C100D9
Complementary color
Monochromatic Colors of #C100D9
Black with #C100D9
Text Example
Text Example
White with #C100D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100D9; }
p { color: rgb(193,0,217); }
H1.HeaderClassName
{
color: #C100D9;
}
.AnyTagClassName
{
color: #C100D9;
}
</style>
background-color css
<style>
a { background-color: #C100D9; }
a { background-color: rgb(193,0,217); }
div.DivClassName
{
background-color: #C100D9;
}
.BgClassName
{
background-color: #C100D9;
}
</style>
border-color css
<style>
span { border-color: #C100D9; }
span { border-color: rgb(193,0,217); }
td.TdClassName
{
border-color: #C100D9;
}
.TagClassName
{
border-color: #C100D9;
}
</style>