Shades of Medium Violet Red #C301A0
Tints of Medium Violet Red #C301A0
RGB
CMYK
RGB Variations
Color information
#C301A0 (or 0xC301A0) is known color: Medium Violet Red. HEX triplet: C3, 01 and A0. RGB value is (195,1,160). Sum of RGB (Red+Green+Blue) = 195+1+160=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C301A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301A0 is #3CFE5F. Grayscale: #4C4C4C. Windows color (decimal): -3997280 or 10486211. OLE color: 10486211.
HSL color Cylindrical-coordinate representation of color #C301A0: hue angle of 310.82º degrees, saturation: 0.99, 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 #C301A0 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 160 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.24 |
| HSL | 310.82º | 0.99% | 0.38% | - |
| HSV(B) | 310.82º | 0.99% | 0.76% | - |
| XYZ | 28.86 | 14.16 | 34.47 | - |
| YUV | 77.13 | 174.77 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 160 | 0 | 0.99 | 0.18 | 0.24 | 310.82 | 0.99 | 0.38 |
| Hex | C3 | 1 | A0 | 0 | 63 | 12 | 18 | 137 | 63 | 26 |
| Octal | 303 | 1 | 240 | 0 | 143 | 22 | 30 | 467 | 143 | 46 |
| Binary | 11000011 | 1 | 10100000 | 0 | 1100011 | 10010 | 11000 | 100110111 | 1100011 | 100110 |
Color Harmonies of #C301A0
Complementary color
Monochromatic Colors of #C301A0
Black with #C301A0
Text Example
Text Example
White with #C301A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301A0; }
p { color: rgb(195,1,160); }
H1.HeaderClassName
{
color: #C301A0;
}
.AnyTagClassName
{
color: #C301A0;
}
</style>
background-color css
<style>
a { background-color: #C301A0; }
a { background-color: rgb(195,1,160); }
div.DivClassName
{
background-color: #C301A0;
}
.BgClassName
{
background-color: #C301A0;
}
</style>
border-color css
<style>
span { border-color: #C301A0; }
span { border-color: rgb(195,1,160); }
td.TdClassName
{
border-color: #C301A0;
}
.TagClassName
{
border-color: #C301A0;
}
</style>