Shades of Deep Magenta #C103AD
Tints of Deep Magenta #C103AD
RGB
CMYK
RGB Variations
Color information
#C103AD (or 0xC103AD) is known color: Deep Magenta. HEX triplet: C1, 03 and AD. RGB value is (193,3,173). Sum of RGB (Red+Green+Blue) = 193+3+173=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C103AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103AD is #3EFC52. Grayscale: #4E4E4E. Windows color (decimal): -4127827 or 11338689. OLE color: 11338689.
HSL color Cylindrical-coordinate representation of color #C103AD: hue angle of 306.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C103AD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.24 |
| HSL | 306.32º | 0.97% | 0.38% | - |
| HSV(B) | 306.32º | 0.98% | 0.76% | - |
| XYZ | 29.57 | 14.42 | 40.76 | - |
| YUV | 79.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 173 | 0 | 0.98 | 0.10 | 0.24 | 306.32 | 0.97 | 0.38 |
| Hex | C1 | 3 | AD | 0 | 62 | A | 18 | 132 | 61 | 26 |
| Octal | 301 | 3 | 255 | 0 | 142 | 12 | 30 | 462 | 141 | 46 |
| Binary | 11000001 | 11 | 10101101 | 0 | 1100010 | 1010 | 11000 | 100110010 | 1100001 | 100110 |
Color Harmonies of #C103AD
Complementary color
Monochromatic Colors of #C103AD
Black with #C103AD
Text Example
Text Example
White with #C103AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103AD; }
p { color: rgb(193,3,173); }
H1.HeaderClassName
{
color: #C103AD;
}
.AnyTagClassName
{
color: #C103AD;
}
</style>
background-color css
<style>
a { background-color: #C103AD; }
a { background-color: rgb(193,3,173); }
div.DivClassName
{
background-color: #C103AD;
}
.BgClassName
{
background-color: #C103AD;
}
</style>
border-color css
<style>
span { border-color: #C103AD; }
span { border-color: rgb(193,3,173); }
td.TdClassName
{
border-color: #C103AD;
}
.TagClassName
{
border-color: #C103AD;
}
</style>