Shades of Deep Magenta #C107CD
Tints of Deep Magenta #C107CD
RGB
CMYK
RGB Variations
Color information
#C107CD (or 0xC107CD) is known color: Deep Magenta. HEX triplet: C1, 07 and CD. RGB value is (193,7,205). Sum of RGB (Red+Green+Blue) = 193+7+205=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C107CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107CD is #3EF832. Grayscale: #545454. Windows color (decimal): -4126771 or 13436865. OLE color: 13436865.
HSL color Cylindrical-coordinate representation of color #C107CD: hue angle of 296.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107CD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 7 | 205 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.20 |
| HSL | 296.36º | 0.93% | 0.42% | - |
| HSV(B) | 296.36º | 0.97% | 0.8% | - |
| XYZ | 33.09 | 15.9 | 59.08 | - |
| YUV | 85.19 | 195.62 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 205 | 0.06 | 0.97 | 0 | 0.20 | 296.36 | 0.93 | 0.42 |
| Hex | C1 | 7 | CD | 6 | 61 | 0 | 14 | 128 | 5D | 2A |
| Octal | 301 | 7 | 315 | 6 | 141 | 0 | 24 | 450 | 135 | 52 |
| Binary | 11000001 | 111 | 11001101 | 110 | 1100001 | 0 | 10100 | 100101000 | 1011101 | 101010 |
Color Harmonies of #C107CD
Complementary color
Monochromatic Colors of #C107CD
Black with #C107CD
Text Example
Text Example
White with #C107CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107CD; }
p { color: rgb(193,7,205); }
H1.HeaderClassName
{
color: #C107CD;
}
.AnyTagClassName
{
color: #C107CD;
}
</style>
background-color css
<style>
a { background-color: #C107CD; }
a { background-color: rgb(193,7,205); }
div.DivClassName
{
background-color: #C107CD;
}
.BgClassName
{
background-color: #C107CD;
}
</style>
border-color css
<style>
span { border-color: #C107CD; }
span { border-color: rgb(193,7,205); }
td.TdClassName
{
border-color: #C107CD;
}
.TagClassName
{
border-color: #C107CD;
}
</style>