Shades of Medium Violet Red #C30DA1
Tints of Medium Violet Red #C30DA1
RGB
CMYK
RGB Variations
Color information
#C30DA1 (or 0xC30DA1) is known color: Medium Violet Red. HEX triplet: C3, 0D and A1. RGB value is (195,13,161). Sum of RGB (Red+Green+Blue) = 195+13+161=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30DA1 is #3CF25E. Grayscale: #535353. Windows color (decimal): -3994207 or 10554819. OLE color: 10554819.
HSL color Cylindrical-coordinate representation of color #C30DA1: hue angle of 311.21º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30DA1 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 161 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.24 |
| HSL | 311.21º | 0.88% | 0.41% | - |
| HSV(B) | 311.21º | 0.93% | 0.76% | - |
| XYZ | 29.08 | 14.46 | 34.98 | - |
| YUV | 84.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 161 | 0 | 0.93 | 0.17 | 0.24 | 311.21 | 0.88 | 0.41 |
| Hex | C3 | D | A1 | 0 | 5D | 11 | 18 | 137 | 58 | 29 |
| Octal | 303 | 15 | 241 | 0 | 135 | 21 | 30 | 467 | 130 | 51 |
| Binary | 11000011 | 1101 | 10100001 | 0 | 1011101 | 10001 | 11000 | 100110111 | 1011000 | 101001 |
Color Harmonies of #C30DA1
Complementary color
Monochromatic Colors of #C30DA1
Black with #C30DA1
Text Example
Text Example
White with #C30DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DA1; }
p { color: rgb(195,13,161); }
H1.HeaderClassName
{
color: #C30DA1;
}
.AnyTagClassName
{
color: #C30DA1;
}
</style>
background-color css
<style>
a { background-color: #C30DA1; }
a { background-color: rgb(195,13,161); }
div.DivClassName
{
background-color: #C30DA1;
}
.BgClassName
{
background-color: #C30DA1;
}
</style>
border-color css
<style>
span { border-color: #C30DA1; }
span { border-color: rgb(195,13,161); }
td.TdClassName
{
border-color: #C30DA1;
}
.TagClassName
{
border-color: #C30DA1;
}
</style>