Shades of Deep Magenta #C107DC
Tints of Deep Magenta #C107DC
RGB
CMYK
RGB Variations
Color information
#C107DC (or 0xC107DC) is known color: Deep Magenta. HEX triplet: C1, 07 and DC. RGB value is (193,7,220). Sum of RGB (Red+Green+Blue) = 193+7+220=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C107DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107DC is #3EF823. Grayscale: #565656. Windows color (decimal): -4126756 or 14419905. OLE color: 14419905.
HSL color Cylindrical-coordinate representation of color #C107DC: hue angle of 292.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107DC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 7 | 220 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.14 |
| HSL | 292.39º | 0.94% | 0.45% | - |
| HSV(B) | 292.39º | 0.97% | 0.86% | - |
| XYZ | 34.99 | 16.66 | 69.08 | - |
| YUV | 86.9 | 203.12 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 220 | 0.12 | 0.97 | 0 | 0.14 | 292.39 | 0.94 | 0.45 |
| Hex | C1 | 7 | DC | C | 61 | 0 | E | 124 | 5E | 2D |
| Octal | 301 | 7 | 334 | 14 | 141 | 0 | 16 | 444 | 136 | 55 |
| Binary | 11000001 | 111 | 11011100 | 1100 | 1100001 | 0 | 1110 | 100100100 | 1011110 | 101101 |
Color Harmonies of #C107DC
Complementary color
Monochromatic Colors of #C107DC
Black with #C107DC
Text Example
Text Example
White with #C107DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107DC; }
p { color: rgb(193,7,220); }
H1.HeaderClassName
{
color: #C107DC;
}
.AnyTagClassName
{
color: #C107DC;
}
</style>
background-color css
<style>
a { background-color: #C107DC; }
a { background-color: rgb(193,7,220); }
div.DivClassName
{
background-color: #C107DC;
}
.BgClassName
{
background-color: #C107DC;
}
</style>
border-color css
<style>
span { border-color: #C107DC; }
span { border-color: rgb(193,7,220); }
td.TdClassName
{
border-color: #C107DC;
}
.TagClassName
{
border-color: #C107DC;
}
</style>