Shades of Medium Red Violet #C330A3
Tints of Medium Red Violet #C330A3
RGB
CMYK
RGB Variations
Color information
#C330A3 (or 0xC330A3) is known color: Medium Red Violet. HEX triplet: C3, 30 and A3. RGB value is (195,48,163). Sum of RGB (Red+Green+Blue) = 195+48+163=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C330A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330A3 is #3CCF5C. Grayscale: #686868. Windows color (decimal): -3985245 or 10694851. OLE color: 10694851.
HSL color Cylindrical-coordinate representation of color #C330A3: hue angle of 313.06º 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 #C330A3 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 163 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.24 |
| HSL | 313.06º | 0.6% | 0.48% | - |
| HSV(B) | 313.06º | 0.75% | 0.76% | - |
| XYZ | 30.17 | 16.36 | 36.22 | - |
| YUV | 105.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 163 | 0 | 0.75 | 0.16 | 0.24 | 313.06 | 0.6 | 0.48 |
| Hex | C3 | 30 | A3 | 0 | 4B | 10 | 18 | 139 | 3C | 30 |
| Octal | 303 | 60 | 243 | 0 | 113 | 20 | 30 | 471 | 74 | 60 |
| Binary | 11000011 | 110000 | 10100011 | 0 | 1001011 | 10000 | 11000 | 100111001 | 111100 | 110000 |
Color Harmonies of #C330A3
Complementary color
Monochromatic Colors of #C330A3
Black with #C330A3
Text Example
Text Example
White with #C330A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330A3; }
p { color: rgb(195,48,163); }
H1.HeaderClassName
{
color: #C330A3;
}
.AnyTagClassName
{
color: #C330A3;
}
</style>
background-color css
<style>
a { background-color: #C330A3; }
a { background-color: rgb(195,48,163); }
div.DivClassName
{
background-color: #C330A3;
}
.BgClassName
{
background-color: #C330A3;
}
</style>
border-color css
<style>
span { border-color: #C330A3; }
span { border-color: rgb(195,48,163); }
td.TdClassName
{
border-color: #C330A3;
}
.TagClassName
{
border-color: #C330A3;
}
</style>