Shades of Medium Violet Red #C305A0
Tints of Medium Violet Red #C305A0
RGB
CMYK
RGB Variations
Color information
#C305A0 (or 0xC305A0) is known color: Medium Violet Red. HEX triplet: C3, 05 and A0. RGB value is (195,5,160). Sum of RGB (Red+Green+Blue) = 195+5+160=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C305A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C305A0 is #3CFA5F. Grayscale: #4F4F4F. Windows color (decimal): -3996256 or 10487235. OLE color: 10487235.
HSL color Cylindrical-coordinate representation of color #C305A0: hue angle of 311.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C305A0 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.24 |
| HSL | 311.05º | 0.95% | 0.39% | - |
| HSV(B) | 311.05º | 0.97% | 0.76% | - |
| XYZ | 28.91 | 14.25 | 34.48 | - |
| YUV | 79.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 160 | 0 | 0.97 | 0.18 | 0.24 | 311.05 | 0.95 | 0.39 |
| Hex | C3 | 5 | A0 | 0 | 61 | 12 | 18 | 137 | 5F | 27 |
| Octal | 303 | 5 | 240 | 0 | 141 | 22 | 30 | 467 | 137 | 47 |
| Binary | 11000011 | 101 | 10100000 | 0 | 1100001 | 10010 | 11000 | 100110111 | 1011111 | 100111 |
Color Harmonies of #C305A0
Complementary color
Monochromatic Colors of #C305A0
Black with #C305A0
Text Example
Text Example
White with #C305A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305A0; }
p { color: rgb(195,5,160); }
H1.HeaderClassName
{
color: #C305A0;
}
.AnyTagClassName
{
color: #C305A0;
}
</style>
background-color css
<style>
a { background-color: #C305A0; }
a { background-color: rgb(195,5,160); }
div.DivClassName
{
background-color: #C305A0;
}
.BgClassName
{
background-color: #C305A0;
}
</style>
border-color css
<style>
span { border-color: #C305A0; }
span { border-color: rgb(195,5,160); }
td.TdClassName
{
border-color: #C305A0;
}
.TagClassName
{
border-color: #C305A0;
}
</style>