Shades of Medium Violet Red #C102A0
Tints of Medium Violet Red #C102A0
RGB
CMYK
RGB Variations
Color information
#C102A0 (or 0xC102A0) is known color: Medium Violet Red. HEX triplet: C1, 02 and A0. RGB value is (193,2,160). Sum of RGB (Red+Green+Blue) = 193+2+160=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C102A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C102A0 is #3EFD5F. Grayscale: #4C4C4C. Windows color (decimal): -4128096 or 10486465. OLE color: 10486465.
HSL color Cylindrical-coordinate representation of color #C102A0: hue angle of 310.37º 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 #C102A0 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.24 |
| HSL | 310.37º | 0.98% | 0.38% | - |
| HSV(B) | 310.37º | 0.99% | 0.76% | - |
| XYZ | 28.36 | 13.92 | 34.45 | - |
| YUV | 77.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 160 | 0 | 0.99 | 0.17 | 0.24 | 310.37 | 0.98 | 0.38 |
| Hex | C1 | 2 | A0 | 0 | 63 | 11 | 18 | 136 | 62 | 26 |
| Octal | 301 | 2 | 240 | 0 | 143 | 21 | 30 | 466 | 142 | 46 |
| Binary | 11000001 | 10 | 10100000 | 0 | 1100011 | 10001 | 11000 | 100110110 | 1100010 | 100110 |
Color Harmonies of #C102A0
Complementary color
Monochromatic Colors of #C102A0
Black with #C102A0
Text Example
Text Example
White with #C102A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102A0; }
p { color: rgb(193,2,160); }
H1.HeaderClassName
{
color: #C102A0;
}
.AnyTagClassName
{
color: #C102A0;
}
</style>
background-color css
<style>
a { background-color: #C102A0; }
a { background-color: rgb(193,2,160); }
div.DivClassName
{
background-color: #C102A0;
}
.BgClassName
{
background-color: #C102A0;
}
</style>
border-color css
<style>
span { border-color: #C102A0; }
span { border-color: rgb(193,2,160); }
td.TdClassName
{
border-color: #C102A0;
}
.TagClassName
{
border-color: #C102A0;
}
</style>