Shades of Medium Violet Red #C30CA6
Tints of Medium Violet Red #C30CA6
RGB
CMYK
RGB Variations
Color information
#C30CA6 (or 0xC30CA6) is known color: Medium Violet Red. HEX triplet: C3, 0C and A6. RGB value is (195,12,166). Sum of RGB (Red+Green+Blue) = 195+12+166=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CA6 is #3CF359. Grayscale: #535353. Windows color (decimal): -3994458 or 10882243. OLE color: 10882243.
HSL color Cylindrical-coordinate representation of color #C30CA6: hue angle of 309.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CA6 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 166 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.24 |
| HSL | 309.51º | 0.88% | 0.41% | - |
| HSV(B) | 309.51º | 0.94% | 0.76% | - |
| XYZ | 29.52 | 14.62 | 37.34 | - |
| YUV | 84.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 166 | 0 | 0.94 | 0.15 | 0.24 | 309.51 | 0.88 | 0.41 |
| Hex | C3 | C | A6 | 0 | 5E | F | 18 | 136 | 58 | 29 |
| Octal | 303 | 14 | 246 | 0 | 136 | 17 | 30 | 466 | 130 | 51 |
| Binary | 11000011 | 1100 | 10100110 | 0 | 1011110 | 1111 | 11000 | 100110110 | 1011000 | 101001 |
Color Harmonies of #C30CA6
Complementary color
Monochromatic Colors of #C30CA6
Black with #C30CA6
Text Example
Text Example
White with #C30CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CA6; }
p { color: rgb(195,12,166); }
H1.HeaderClassName
{
color: #C30CA6;
}
.AnyTagClassName
{
color: #C30CA6;
}
</style>
background-color css
<style>
a { background-color: #C30CA6; }
a { background-color: rgb(195,12,166); }
div.DivClassName
{
background-color: #C30CA6;
}
.BgClassName
{
background-color: #C30CA6;
}
</style>
border-color css
<style>
span { border-color: #C30CA6; }
span { border-color: rgb(195,12,166); }
td.TdClassName
{
border-color: #C30CA6;
}
.TagClassName
{
border-color: #C30CA6;
}
</style>