Shades of Deep Magenta #C103D0
Tints of Deep Magenta #C103D0
RGB
CMYK
RGB Variations
Color information
#C103D0 (or 0xC103D0) is known color: Deep Magenta. HEX triplet: C1, 03 and D0. RGB value is (193,3,208). Sum of RGB (Red+Green+Blue) = 193+3+208=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #C103D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103D0 is #3EFC2F. Grayscale: #525252. Windows color (decimal): -4127792 or 13632449. OLE color: 13632449.
HSL color Cylindrical-coordinate representation of color #C103D0: hue angle of 295.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103D0 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 3 | 208 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.18 |
| HSL | 295.61º | 0.97% | 0.41% | - |
| HSV(B) | 295.61º | 0.99% | 0.82% | - |
| XYZ | 33.41 | 15.96 | 60.99 | - |
| YUV | 83.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 208 | 0.07 | 0.99 | 0 | 0.18 | 295.61 | 0.97 | 0.41 |
| Hex | C1 | 3 | D0 | 7 | 63 | 0 | 12 | 128 | 61 | 29 |
| Octal | 301 | 3 | 320 | 7 | 143 | 0 | 22 | 450 | 141 | 51 |
| Binary | 11000001 | 11 | 11010000 | 111 | 1100011 | 0 | 10010 | 100101000 | 1100001 | 101001 |
Color Harmonies of #C103D0
Complementary color
Monochromatic Colors of #C103D0
Black with #C103D0
Text Example
Text Example
White with #C103D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103D0; }
p { color: rgb(193,3,208); }
H1.HeaderClassName
{
color: #C103D0;
}
.AnyTagClassName
{
color: #C103D0;
}
</style>
background-color css
<style>
a { background-color: #C103D0; }
a { background-color: rgb(193,3,208); }
div.DivClassName
{
background-color: #C103D0;
}
.BgClassName
{
background-color: #C103D0;
}
</style>
border-color css
<style>
span { border-color: #C103D0; }
span { border-color: rgb(193,3,208); }
td.TdClassName
{
border-color: #C103D0;
}
.TagClassName
{
border-color: #C103D0;
}
</style>