Shades of Deep Magenta #C102AA
Tints of Deep Magenta #C102AA
RGB
CMYK
RGB Variations
Color information
#C102AA (or 0xC102AA) is known color: Deep Magenta. HEX triplet: C1, 02 and AA. RGB value is (193,2,170). Sum of RGB (Red+Green+Blue) = 193+2+170=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C102AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C102AA is #3EFD55. Grayscale: #4D4D4D. Windows color (decimal): -4128086 or 11141825. OLE color: 11141825.
HSL color Cylindrical-coordinate representation of color #C102AA: hue angle of 307.23º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102AA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.24 |
| HSL | 307.23º | 0.98% | 0.38% | - |
| HSV(B) | 307.23º | 0.99% | 0.76% | - |
| XYZ | 29.27 | 14.28 | 39.24 | - |
| YUV | 78.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 170 | 0 | 0.99 | 0.12 | 0.24 | 307.23 | 0.98 | 0.38 |
| Hex | C1 | 2 | AA | 0 | 63 | C | 18 | 133 | 62 | 26 |
| Octal | 301 | 2 | 252 | 0 | 143 | 14 | 30 | 463 | 142 | 46 |
| Binary | 11000001 | 10 | 10101010 | 0 | 1100011 | 1100 | 11000 | 100110011 | 1100010 | 100110 |
Color Harmonies of #C102AA
Complementary color
Monochromatic Colors of #C102AA
Black with #C102AA
Text Example
Text Example
White with #C102AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102AA; }
p { color: rgb(193,2,170); }
H1.HeaderClassName
{
color: #C102AA;
}
.AnyTagClassName
{
color: #C102AA;
}
</style>
background-color css
<style>
a { background-color: #C102AA; }
a { background-color: rgb(193,2,170); }
div.DivClassName
{
background-color: #C102AA;
}
.BgClassName
{
background-color: #C102AA;
}
</style>
border-color css
<style>
span { border-color: #C102AA; }
span { border-color: rgb(193,2,170); }
td.TdClassName
{
border-color: #C102AA;
}
.TagClassName
{
border-color: #C102AA;
}
</style>