Shades of Deep Magenta #C103AA
Tints of Deep Magenta #C103AA
RGB
CMYK
RGB Variations
Color information
#C103AA (or 0xC103AA) is known color: Deep Magenta. HEX triplet: C1, 03 and AA. RGB value is (193,3,170). Sum of RGB (Red+Green+Blue) = 193+3+170=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C103AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103AA is #3EFC55. Grayscale: #4E4E4E. Windows color (decimal): -4127830 or 11142081. OLE color: 11142081.
HSL color Cylindrical-coordinate representation of color #C103AA: hue angle of 307.26º 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 #C103AA is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 170 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.24 |
| HSL | 307.26º | 0.97% | 0.38% | - |
| HSV(B) | 307.26º | 0.98% | 0.76% | - |
| XYZ | 29.28 | 14.3 | 39.25 | - |
| YUV | 78.85 | 179.45 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 170 | 0 | 0.98 | 0.12 | 0.24 | 307.26 | 0.97 | 0.38 |
| Hex | C1 | 3 | AA | 0 | 62 | C | 18 | 133 | 61 | 26 |
| Octal | 301 | 3 | 252 | 0 | 142 | 14 | 30 | 463 | 141 | 46 |
| Binary | 11000001 | 11 | 10101010 | 0 | 1100010 | 1100 | 11000 | 100110011 | 1100001 | 100110 |
Color Harmonies of #C103AA
Complementary color
Monochromatic Colors of #C103AA
Black with #C103AA
Text Example
Text Example
White with #C103AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103AA; }
p { color: rgb(193,3,170); }
H1.HeaderClassName
{
color: #C103AA;
}
.AnyTagClassName
{
color: #C103AA;
}
</style>
background-color css
<style>
a { background-color: #C103AA; }
a { background-color: rgb(193,3,170); }
div.DivClassName
{
background-color: #C103AA;
}
.BgClassName
{
background-color: #C103AA;
}
</style>
border-color css
<style>
span { border-color: #C103AA; }
span { border-color: rgb(193,3,170); }
td.TdClassName
{
border-color: #C103AA;
}
.TagClassName
{
border-color: #C103AA;
}
</style>