Shades of Medium Red Violet #C330A0
Tints of Medium Red Violet #C330A0
RGB
CMYK
RGB Variations
Color information
#C330A0 (or 0xC330A0) is known color: Medium Red Violet. HEX triplet: C3, 30 and A0. RGB value is (195,48,160). Sum of RGB (Red+Green+Blue) = 195+48+160=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C330A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330A0 is #3CCF5F. Grayscale: #686868. Windows color (decimal): -3985248 or 10498243. OLE color: 10498243.
HSL color Cylindrical-coordinate representation of color #C330A0: hue angle of 314.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C330A0 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 160 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.24 |
| HSL | 314.29º | 0.6% | 0.48% | - |
| HSV(B) | 314.29º | 0.75% | 0.76% | - |
| XYZ | 29.91 | 16.25 | 34.82 | - |
| YUV | 104.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 160 | 0 | 0.75 | 0.18 | 0.24 | 314.29 | 0.6 | 0.48 |
| Hex | C3 | 30 | A0 | 0 | 4B | 12 | 18 | 13A | 3C | 30 |
| Octal | 303 | 60 | 240 | 0 | 113 | 22 | 30 | 472 | 74 | 60 |
| Binary | 11000011 | 110000 | 10100000 | 0 | 1001011 | 10010 | 11000 | 100111010 | 111100 | 110000 |
Color Harmonies of #C330A0
Complementary color
Monochromatic Colors of #C330A0
Black with #C330A0
Text Example
Text Example
White with #C330A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330A0; }
p { color: rgb(195,48,160); }
H1.HeaderClassName
{
color: #C330A0;
}
.AnyTagClassName
{
color: #C330A0;
}
</style>
background-color css
<style>
a { background-color: #C330A0; }
a { background-color: rgb(195,48,160); }
div.DivClassName
{
background-color: #C330A0;
}
.BgClassName
{
background-color: #C330A0;
}
</style>
border-color css
<style>
span { border-color: #C330A0; }
span { border-color: rgb(195,48,160); }
td.TdClassName
{
border-color: #C330A0;
}
.TagClassName
{
border-color: #C330A0;
}
</style>