Shades of Deep Magenta #C103D1
Tints of Deep Magenta #C103D1
RGB
CMYK
RGB Variations
Color information
#C103D1 (or 0xC103D1) is known color: Deep Magenta. HEX triplet: C1, 03 and D1. RGB value is (193,3,209). Sum of RGB (Red+Green+Blue) = 193+3+209=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #C103D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103D1 is #3EFC2E. Grayscale: #525252. Windows color (decimal): -4127791 or 13697985. OLE color: 13697985.
HSL color Cylindrical-coordinate representation of color #C103D1: hue angle of 295.34º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103D1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 3 | 209 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.18 |
| HSL | 295.34º | 0.97% | 0.42% | - |
| HSV(B) | 295.34º | 0.99% | 0.82% | - |
| XYZ | 33.53 | 16.01 | 61.64 | - |
| YUV | 83.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 209 | 0.08 | 0.99 | 0 | 0.18 | 295.34 | 0.97 | 0.42 |
| Hex | C1 | 3 | D1 | 8 | 63 | 0 | 12 | 127 | 61 | 2A |
| Octal | 301 | 3 | 321 | 10 | 143 | 0 | 22 | 447 | 141 | 52 |
| Binary | 11000001 | 11 | 11010001 | 1000 | 1100011 | 0 | 10010 | 100100111 | 1100001 | 101010 |
Color Harmonies of #C103D1
Complementary color
Monochromatic Colors of #C103D1
Black with #C103D1
Text Example
Text Example
White with #C103D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103D1; }
p { color: rgb(193,3,209); }
H1.HeaderClassName
{
color: #C103D1;
}
.AnyTagClassName
{
color: #C103D1;
}
</style>
background-color css
<style>
a { background-color: #C103D1; }
a { background-color: rgb(193,3,209); }
div.DivClassName
{
background-color: #C103D1;
}
.BgClassName
{
background-color: #C103D1;
}
</style>
border-color css
<style>
span { border-color: #C103D1; }
span { border-color: rgb(193,3,209); }
td.TdClassName
{
border-color: #C103D1;
}
.TagClassName
{
border-color: #C103D1;
}
</style>