Shades of Deep Magenta #C107D9
Tints of Deep Magenta #C107D9
RGB
CMYK
RGB Variations
Color information
#C107D9 (or 0xC107D9) is known color: Deep Magenta. HEX triplet: C1, 07 and D9. RGB value is (193,7,217). Sum of RGB (Red+Green+Blue) = 193+7+217=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #C107D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107D9 is #3EF826. Grayscale: #555555. Windows color (decimal): -4126759 or 14223297. OLE color: 14223297.
HSL color Cylindrical-coordinate representation of color #C107D9: hue angle of 293.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107D9 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 7 | 217 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.15 |
| HSL | 293.14º | 0.94% | 0.44% | - |
| HSV(B) | 293.14º | 0.97% | 0.85% | - |
| XYZ | 34.59 | 16.5 | 67.01 | - |
| YUV | 86.55 | 201.62 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 217 | 0.11 | 0.97 | 0 | 0.15 | 293.14 | 0.94 | 0.44 |
| Hex | C1 | 7 | D9 | B | 61 | 0 | F | 125 | 5E | 2C |
| Octal | 301 | 7 | 331 | 13 | 141 | 0 | 17 | 445 | 136 | 54 |
| Binary | 11000001 | 111 | 11011001 | 1011 | 1100001 | 0 | 1111 | 100100101 | 1011110 | 101100 |
Color Harmonies of #C107D9
Complementary color
Monochromatic Colors of #C107D9
Black with #C107D9
Text Example
Text Example
White with #C107D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107D9; }
p { color: rgb(193,7,217); }
H1.HeaderClassName
{
color: #C107D9;
}
.AnyTagClassName
{
color: #C107D9;
}
</style>
background-color css
<style>
a { background-color: #C107D9; }
a { background-color: rgb(193,7,217); }
div.DivClassName
{
background-color: #C107D9;
}
.BgClassName
{
background-color: #C107D9;
}
</style>
border-color css
<style>
span { border-color: #C107D9; }
span { border-color: rgb(193,7,217); }
td.TdClassName
{
border-color: #C107D9;
}
.TagClassName
{
border-color: #C107D9;
}
</style>