Shades of Medium Violet Red #C303A2
Tints of Medium Violet Red #C303A2
RGB
CMYK
RGB Variations
Color information
#C303A2 (or 0xC303A2) is known color: Medium Violet Red. HEX triplet: C3, 03 and A2. RGB value is (195,3,162). Sum of RGB (Red+Green+Blue) = 195+3+162=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C303A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303A2 is #3CFC5D. Grayscale: #4E4E4E. Windows color (decimal): -3996766 or 10617795. OLE color: 10617795.
HSL color Cylindrical-coordinate representation of color #C303A2: hue angle of 310.31º 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 #C303A2 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 162 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.24 |
| HSL | 310.31º | 0.97% | 0.39% | - |
| HSV(B) | 310.31º | 0.98% | 0.76% | - |
| XYZ | 29.06 | 14.28 | 35.41 | - |
| YUV | 78.53 | 175.11 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 162 | 0 | 0.98 | 0.17 | 0.24 | 310.31 | 0.97 | 0.39 |
| Hex | C3 | 3 | A2 | 0 | 62 | 11 | 18 | 136 | 61 | 27 |
| Octal | 303 | 3 | 242 | 0 | 142 | 21 | 30 | 466 | 141 | 47 |
| Binary | 11000011 | 11 | 10100010 | 0 | 1100010 | 10001 | 11000 | 100110110 | 1100001 | 100111 |
Color Harmonies of #C303A2
Complementary color
Monochromatic Colors of #C303A2
Black with #C303A2
Text Example
Text Example
White with #C303A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303A2; }
p { color: rgb(195,3,162); }
H1.HeaderClassName
{
color: #C303A2;
}
.AnyTagClassName
{
color: #C303A2;
}
</style>
background-color css
<style>
a { background-color: #C303A2; }
a { background-color: rgb(195,3,162); }
div.DivClassName
{
background-color: #C303A2;
}
.BgClassName
{
background-color: #C303A2;
}
</style>
border-color css
<style>
span { border-color: #C303A2; }
span { border-color: rgb(195,3,162); }
td.TdClassName
{
border-color: #C303A2;
}
.TagClassName
{
border-color: #C303A2;
}
</style>