Shades of Medium Violet Red #C30AA6
Tints of Medium Violet Red #C30AA6
RGB
CMYK
RGB Variations
Color information
#C30AA6 (or 0xC30AA6) is known color: Medium Violet Red. HEX triplet: C3, 0A and A6. RGB value is (195,10,166). Sum of RGB (Red+Green+Blue) = 195+10+166=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30AA6 is #3CF559. Grayscale: #525252. Windows color (decimal): -3994970 or 10881731. OLE color: 10881731.
HSL color Cylindrical-coordinate representation of color #C30AA6: hue angle of 309.41º 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 #C30AA6 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 166 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.24 |
| HSL | 309.41º | 0.9% | 0.4% | - |
| HSV(B) | 309.41º | 0.95% | 0.76% | - |
| XYZ | 29.5 | 14.57 | 37.33 | - |
| YUV | 83.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 166 | 0 | 0.95 | 0.15 | 0.24 | 309.41 | 0.9 | 0.4 |
| Hex | C3 | A | A6 | 0 | 5F | F | 18 | 135 | 5A | 28 |
| Octal | 303 | 12 | 246 | 0 | 137 | 17 | 30 | 465 | 132 | 50 |
| Binary | 11000011 | 1010 | 10100110 | 0 | 1011111 | 1111 | 11000 | 100110101 | 1011010 | 101000 |
Color Harmonies of #C30AA6
Complementary color
Monochromatic Colors of #C30AA6
Black with #C30AA6
Text Example
Text Example
White with #C30AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AA6; }
p { color: rgb(195,10,166); }
H1.HeaderClassName
{
color: #C30AA6;
}
.AnyTagClassName
{
color: #C30AA6;
}
</style>
background-color css
<style>
a { background-color: #C30AA6; }
a { background-color: rgb(195,10,166); }
div.DivClassName
{
background-color: #C30AA6;
}
.BgClassName
{
background-color: #C30AA6;
}
</style>
border-color css
<style>
span { border-color: #C30AA6; }
span { border-color: rgb(195,10,166); }
td.TdClassName
{
border-color: #C30AA6;
}
.TagClassName
{
border-color: #C30AA6;
}
</style>