Shades of Deep Magenta #C107DD
Tints of Deep Magenta #C107DD
RGB
CMYK
RGB Variations
Color information
#C107DD (or 0xC107DD) is known color: Deep Magenta. HEX triplet: C1, 07 and DD. RGB value is (193,7,221). Sum of RGB (Red+Green+Blue) = 193+7+221=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #C107DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107DD is #3EF822. Grayscale: #565656. Windows color (decimal): -4126755 or 14485441. OLE color: 14485441.
HSL color Cylindrical-coordinate representation of color #C107DD: hue angle of 292.15º 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 #C107DD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 7 | 221 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 292.15º | 0.94% | 0.45% | - |
| HSV(B) | 292.15º | 0.97% | 0.87% | - |
| XYZ | 35.12 | 16.71 | 69.78 | - |
| YUV | 87.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 221 | 0.13 | 0.97 | 0 | 0.13 | 292.15 | 0.94 | 0.45 |
| Hex | C1 | 7 | DD | D | 61 | 0 | D | 124 | 5E | 2D |
| Octal | 301 | 7 | 335 | 15 | 141 | 0 | 15 | 444 | 136 | 55 |
| Binary | 11000001 | 111 | 11011101 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011110 | 101101 |
Color Harmonies of #C107DD
Complementary color
Monochromatic Colors of #C107DD
Black with #C107DD
Text Example
Text Example
White with #C107DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107DD; }
p { color: rgb(193,7,221); }
H1.HeaderClassName
{
color: #C107DD;
}
.AnyTagClassName
{
color: #C107DD;
}
</style>
background-color css
<style>
a { background-color: #C107DD; }
a { background-color: rgb(193,7,221); }
div.DivClassName
{
background-color: #C107DD;
}
.BgClassName
{
background-color: #C107DD;
}
</style>
border-color css
<style>
span { border-color: #C107DD; }
span { border-color: rgb(193,7,221); }
td.TdClassName
{
border-color: #C107DD;
}
.TagClassName
{
border-color: #C107DD;
}
</style>