Shades of Medium Violet Red #C30CA2
Tints of Medium Violet Red #C30CA2
RGB
CMYK
RGB Variations
Color information
#C30CA2 (or 0xC30CA2) is known color: Medium Violet Red. HEX triplet: C3, 0C and A2. RGB value is (195,12,162). Sum of RGB (Red+Green+Blue) = 195+12+162=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CA2 is #3CF35D. Grayscale: #535353. Windows color (decimal): -3994462 or 10620099. OLE color: 10620099.
HSL color Cylindrical-coordinate representation of color #C30CA2: hue angle of 310.82º 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 #C30CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.24 |
| HSL | 310.82º | 0.88% | 0.41% | - |
| HSV(B) | 310.82º | 0.94% | 0.76% | - |
| XYZ | 29.16 | 14.47 | 35.44 | - |
| YUV | 83.82 | 172.13 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 162 | 0 | 0.94 | 0.17 | 0.24 | 310.82 | 0.88 | 0.41 |
| Hex | C3 | C | A2 | 0 | 5E | 11 | 18 | 137 | 58 | 29 |
| Octal | 303 | 14 | 242 | 0 | 136 | 21 | 30 | 467 | 130 | 51 |
| Binary | 11000011 | 1100 | 10100010 | 0 | 1011110 | 10001 | 11000 | 100110111 | 1011000 | 101001 |
Color Harmonies of #C30CA2
Complementary color
Monochromatic Colors of #C30CA2
Black with #C30CA2
Text Example
Text Example
White with #C30CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CA2; }
p { color: rgb(195,12,162); }
H1.HeaderClassName
{
color: #C30CA2;
}
.AnyTagClassName
{
color: #C30CA2;
}
</style>
background-color css
<style>
a { background-color: #C30CA2; }
a { background-color: rgb(195,12,162); }
div.DivClassName
{
background-color: #C30CA2;
}
.BgClassName
{
background-color: #C30CA2;
}
</style>
border-color css
<style>
span { border-color: #C30CA2; }
span { border-color: rgb(195,12,162); }
td.TdClassName
{
border-color: #C30CA2;
}
.TagClassName
{
border-color: #C30CA2;
}
</style>