Shades of Deep Magenta #C102A6
Tints of Deep Magenta #C102A6
RGB
CMYK
RGB Variations
Color information
#C102A6 (or 0xC102A6) is known color: Deep Magenta. HEX triplet: C1, 02 and A6. RGB value is (193,2,166). Sum of RGB (Red+Green+Blue) = 193+2+166=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C102A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C102A6 is #3EFD59. Grayscale: #4D4D4D. Windows color (decimal): -4128090 or 10879681. OLE color: 10879681.
HSL color Cylindrical-coordinate representation of color #C102A6: hue angle of 308.48º 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 #C102A6 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.24 |
| HSL | 308.48º | 0.98% | 0.38% | - |
| HSV(B) | 308.48º | 0.99% | 0.76% | - |
| XYZ | 28.9 | 14.13 | 37.28 | - |
| YUV | 77.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 166 | 0 | 0.99 | 0.14 | 0.24 | 308.48 | 0.98 | 0.38 |
| Hex | C1 | 2 | A6 | 0 | 63 | E | 18 | 134 | 62 | 26 |
| Octal | 301 | 2 | 246 | 0 | 143 | 16 | 30 | 464 | 142 | 46 |
| Binary | 11000001 | 10 | 10100110 | 0 | 1100011 | 1110 | 11000 | 100110100 | 1100010 | 100110 |
Color Harmonies of #C102A6
Complementary color
Monochromatic Colors of #C102A6
Black with #C102A6
Text Example
Text Example
White with #C102A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102A6; }
p { color: rgb(193,2,166); }
H1.HeaderClassName
{
color: #C102A6;
}
.AnyTagClassName
{
color: #C102A6;
}
</style>
background-color css
<style>
a { background-color: #C102A6; }
a { background-color: rgb(193,2,166); }
div.DivClassName
{
background-color: #C102A6;
}
.BgClassName
{
background-color: #C102A6;
}
</style>
border-color css
<style>
span { border-color: #C102A6; }
span { border-color: rgb(193,2,166); }
td.TdClassName
{
border-color: #C102A6;
}
.TagClassName
{
border-color: #C102A6;
}
</style>