Shades of Medium Violet Red #C303A0
Tints of Medium Violet Red #C303A0
RGB
CMYK
RGB Variations
Color information
#C303A0 (or 0xC303A0) is known color: Medium Violet Red. HEX triplet: C3, 03 and A0. RGB value is (195,3,160). Sum of RGB (Red+Green+Blue) = 195+3+160=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C303A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303A0 is #3CFC5F. Grayscale: #4D4D4D. Windows color (decimal): -3996768 or 10486723. OLE color: 10486723.
HSL color Cylindrical-coordinate representation of color #C303A0: hue angle of 310.94º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C303A0 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.24 |
| HSL | 310.94º | 0.97% | 0.39% | - |
| HSV(B) | 310.94º | 0.98% | 0.76% | - |
| XYZ | 28.88 | 14.21 | 34.48 | - |
| YUV | 78.31 | 174.11 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 160 | 0 | 0.98 | 0.18 | 0.24 | 310.94 | 0.97 | 0.39 |
| Hex | C3 | 3 | A0 | 0 | 62 | 12 | 18 | 137 | 61 | 27 |
| Octal | 303 | 3 | 240 | 0 | 142 | 22 | 30 | 467 | 141 | 47 |
| Binary | 11000011 | 11 | 10100000 | 0 | 1100010 | 10010 | 11000 | 100110111 | 1100001 | 100111 |
Color Harmonies of #C303A0
Complementary color
Monochromatic Colors of #C303A0
Black with #C303A0
Text Example
Text Example
White with #C303A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303A0; }
p { color: rgb(195,3,160); }
H1.HeaderClassName
{
color: #C303A0;
}
.AnyTagClassName
{
color: #C303A0;
}
</style>
background-color css
<style>
a { background-color: #C303A0; }
a { background-color: rgb(195,3,160); }
div.DivClassName
{
background-color: #C303A0;
}
.BgClassName
{
background-color: #C303A0;
}
</style>
border-color css
<style>
span { border-color: #C303A0; }
span { border-color: rgb(195,3,160); }
td.TdClassName
{
border-color: #C303A0;
}
.TagClassName
{
border-color: #C303A0;
}
</style>