Shades of Deep Magenta #C107DE
Tints of Deep Magenta #C107DE
RGB
CMYK
RGB Variations
Color information
#C107DE (or 0xC107DE) is known color: Deep Magenta. HEX triplet: C1, 07 and DE. RGB value is (193,7,222). Sum of RGB (Red+Green+Blue) = 193+7+222=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #C107DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107DE is #3EF821. Grayscale: #565656. Windows color (decimal): -4126754 or 14550977. OLE color: 14550977.
HSL color Cylindrical-coordinate representation of color #C107DE: hue angle of 291.91º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107DE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 7 | 222 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 291.91º | 0.94% | 0.45% | - |
| HSV(B) | 291.91º | 0.97% | 0.87% | - |
| XYZ | 35.25 | 16.76 | 70.48 | - |
| YUV | 87.12 | 204.12 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 222 | 0.13 | 0.97 | 0 | 0.13 | 291.91 | 0.94 | 0.45 |
| Hex | C1 | 7 | DE | D | 61 | 0 | D | 124 | 5E | 2D |
| Octal | 301 | 7 | 336 | 15 | 141 | 0 | 15 | 444 | 136 | 55 |
| Binary | 11000001 | 111 | 11011110 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011110 | 101101 |
Color Harmonies of #C107DE
Complementary color
Monochromatic Colors of #C107DE
Black with #C107DE
Text Example
Text Example
White with #C107DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107DE; }
p { color: rgb(193,7,222); }
H1.HeaderClassName
{
color: #C107DE;
}
.AnyTagClassName
{
color: #C107DE;
}
</style>
background-color css
<style>
a { background-color: #C107DE; }
a { background-color: rgb(193,7,222); }
div.DivClassName
{
background-color: #C107DE;
}
.BgClassName
{
background-color: #C107DE;
}
</style>
border-color css
<style>
span { border-color: #C107DE; }
span { border-color: rgb(193,7,222); }
td.TdClassName
{
border-color: #C107DE;
}
.TagClassName
{
border-color: #C107DE;
}
</style>