Shades of Medium Violet Red #C305A1
Tints of Medium Violet Red #C305A1
RGB
CMYK
RGB Variations
Color information
#C305A1 (or 0xC305A1) is known color: Medium Violet Red. HEX triplet: C3, 05 and A1. RGB value is (195,5,161). Sum of RGB (Red+Green+Blue) = 195+5+161=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C305A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C305A1 is #3CFA5E. Grayscale: #4F4F4F. Windows color (decimal): -3996255 or 10552771. OLE color: 10552771.
HSL color Cylindrical-coordinate representation of color #C305A1: hue angle of 310.74º 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 #C305A1 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 161 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.24 |
| HSL | 310.74º | 0.95% | 0.39% | - |
| HSV(B) | 310.74º | 0.97% | 0.76% | - |
| XYZ | 28.99 | 14.28 | 34.95 | - |
| YUV | 79.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 161 | 0 | 0.97 | 0.17 | 0.24 | 310.74 | 0.95 | 0.39 |
| Hex | C3 | 5 | A1 | 0 | 61 | 11 | 18 | 137 | 5F | 27 |
| Octal | 303 | 5 | 241 | 0 | 141 | 21 | 30 | 467 | 137 | 47 |
| Binary | 11000011 | 101 | 10100001 | 0 | 1100001 | 10001 | 11000 | 100110111 | 1011111 | 100111 |
Color Harmonies of #C305A1
Complementary color
Monochromatic Colors of #C305A1
Black with #C305A1
Text Example
Text Example
White with #C305A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305A1; }
p { color: rgb(195,5,161); }
H1.HeaderClassName
{
color: #C305A1;
}
.AnyTagClassName
{
color: #C305A1;
}
</style>
background-color css
<style>
a { background-color: #C305A1; }
a { background-color: rgb(195,5,161); }
div.DivClassName
{
background-color: #C305A1;
}
.BgClassName
{
background-color: #C305A1;
}
</style>
border-color css
<style>
span { border-color: #C305A1; }
span { border-color: rgb(195,5,161); }
td.TdClassName
{
border-color: #C305A1;
}
.TagClassName
{
border-color: #C305A1;
}
</style>