Shades of Medium Violet Red #C307A1
Tints of Medium Violet Red #C307A1
RGB
CMYK
RGB Variations
Color information
#C307A1 (or 0xC307A1) is known color: Medium Violet Red. HEX triplet: C3, 07 and A1. RGB value is (195,7,161). Sum of RGB (Red+Green+Blue) = 195+7+161=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C307A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C307A1 is #3CF85E. Grayscale: #505050. Windows color (decimal): -3995743 or 10553283. OLE color: 10553283.
HSL color Cylindrical-coordinate representation of color #C307A1: hue angle of 310.85º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C307A1 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.24 |
| HSL | 310.85º | 0.93% | 0.4% | - |
| HSV(B) | 310.85º | 0.96% | 0.76% | - |
| XYZ | 29.01 | 14.33 | 34.95 | - |
| YUV | 80.77 | 173.28 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 161 | 0 | 0.96 | 0.17 | 0.24 | 310.85 | 0.93 | 0.4 |
| Hex | C3 | 7 | A1 | 0 | 60 | 11 | 18 | 137 | 5D | 28 |
| Octal | 303 | 7 | 241 | 0 | 140 | 21 | 30 | 467 | 135 | 50 |
| Binary | 11000011 | 111 | 10100001 | 0 | 1100000 | 10001 | 11000 | 100110111 | 1011101 | 101000 |
Color Harmonies of #C307A1
Complementary color
Monochromatic Colors of #C307A1
Black with #C307A1
Text Example
Text Example
White with #C307A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307A1; }
p { color: rgb(195,7,161); }
H1.HeaderClassName
{
color: #C307A1;
}
.AnyTagClassName
{
color: #C307A1;
}
</style>
background-color css
<style>
a { background-color: #C307A1; }
a { background-color: rgb(195,7,161); }
div.DivClassName
{
background-color: #C307A1;
}
.BgClassName
{
background-color: #C307A1;
}
</style>
border-color css
<style>
span { border-color: #C307A1; }
span { border-color: rgb(195,7,161); }
td.TdClassName
{
border-color: #C307A1;
}
.TagClassName
{
border-color: #C307A1;
}
</style>