Shades of Medium Violet Red #C30CA3
Tints of Medium Violet Red #C30CA3
RGB
CMYK
RGB Variations
Color information
#C30CA3 (or 0xC30CA3) is known color: Medium Violet Red. HEX triplet: C3, 0C and A3. RGB value is (195,12,163). Sum of RGB (Red+Green+Blue) = 195+12+163=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CA3 is #3CF35C. Grayscale: #535353. Windows color (decimal): -3994461 or 10685635. OLE color: 10685635.
HSL color Cylindrical-coordinate representation of color #C30CA3: hue angle of 310.49º 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 #C30CA3 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 163 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.24 |
| HSL | 310.49º | 0.88% | 0.41% | - |
| HSV(B) | 310.49º | 0.94% | 0.76% | - |
| XYZ | 29.25 | 14.51 | 35.91 | - |
| YUV | 83.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 163 | 0 | 0.94 | 0.16 | 0.24 | 310.49 | 0.88 | 0.41 |
| Hex | C3 | C | A3 | 0 | 5E | 10 | 18 | 136 | 58 | 29 |
| Octal | 303 | 14 | 243 | 0 | 136 | 20 | 30 | 466 | 130 | 51 |
| Binary | 11000011 | 1100 | 10100011 | 0 | 1011110 | 10000 | 11000 | 100110110 | 1011000 | 101001 |
Color Harmonies of #C30CA3
Complementary color
Monochromatic Colors of #C30CA3
Black with #C30CA3
Text Example
Text Example
White with #C30CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CA3; }
p { color: rgb(195,12,163); }
H1.HeaderClassName
{
color: #C30CA3;
}
.AnyTagClassName
{
color: #C30CA3;
}
</style>
background-color css
<style>
a { background-color: #C30CA3; }
a { background-color: rgb(195,12,163); }
div.DivClassName
{
background-color: #C30CA3;
}
.BgClassName
{
background-color: #C30CA3;
}
</style>
border-color css
<style>
span { border-color: #C30CA3; }
span { border-color: rgb(195,12,163); }
td.TdClassName
{
border-color: #C30CA3;
}
.TagClassName
{
border-color: #C30CA3;
}
</style>