Shades of Medium Violet Red #C30AA5
Tints of Medium Violet Red #C30AA5
RGB
CMYK
RGB Variations
Color information
#C30AA5 (or 0xC30AA5) is known color: Medium Violet Red. HEX triplet: C3, 0A and A5. RGB value is (195,10,165). Sum of RGB (Red+Green+Blue) = 195+10+165=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30AA5 is #3CF55A. Grayscale: #525252. Windows color (decimal): -3994971 or 10816195. OLE color: 10816195.
HSL color Cylindrical-coordinate representation of color #C30AA5: hue angle of 309.73º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30AA5 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 165 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.24 |
| HSL | 309.73º | 0.9% | 0.4% | - |
| HSV(B) | 309.73º | 0.95% | 0.76% | - |
| XYZ | 29.41 | 14.54 | 36.85 | - |
| YUV | 82.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 165 | 0 | 0.95 | 0.15 | 0.24 | 309.73 | 0.9 | 0.4 |
| Hex | C3 | A | A5 | 0 | 5F | F | 18 | 136 | 5A | 28 |
| Octal | 303 | 12 | 245 | 0 | 137 | 17 | 30 | 466 | 132 | 50 |
| Binary | 11000011 | 1010 | 10100101 | 0 | 1011111 | 1111 | 11000 | 100110110 | 1011010 | 101000 |
Color Harmonies of #C30AA5
Complementary color
Monochromatic Colors of #C30AA5
Black with #C30AA5
Text Example
Text Example
White with #C30AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AA5; }
p { color: rgb(195,10,165); }
H1.HeaderClassName
{
color: #C30AA5;
}
.AnyTagClassName
{
color: #C30AA5;
}
</style>
background-color css
<style>
a { background-color: #C30AA5; }
a { background-color: rgb(195,10,165); }
div.DivClassName
{
background-color: #C30AA5;
}
.BgClassName
{
background-color: #C30AA5;
}
</style>
border-color css
<style>
span { border-color: #C30AA5; }
span { border-color: rgb(195,10,165); }
td.TdClassName
{
border-color: #C30AA5;
}
.TagClassName
{
border-color: #C30AA5;
}
</style>