Shades of Medium Violet Red #C30CA7
Tints of Medium Violet Red #C30CA7
RGB
CMYK
RGB Variations
Color information
#C30CA7 (or 0xC30CA7) is known color: Medium Violet Red. HEX triplet: C3, 0C and A7. RGB value is (195,12,167). Sum of RGB (Red+Green+Blue) = 195+12+167=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CA7 is #3CF358. Grayscale: #535353. Windows color (decimal): -3994457 or 10947779. OLE color: 10947779.
HSL color Cylindrical-coordinate representation of color #C30CA7: hue angle of 309.18º 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 #C30CA7 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 167 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.24 |
| HSL | 309.18º | 0.88% | 0.41% | - |
| HSV(B) | 309.18º | 0.94% | 0.76% | - |
| XYZ | 29.61 | 14.66 | 37.83 | - |
| YUV | 84.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 167 | 0 | 0.94 | 0.14 | 0.24 | 309.18 | 0.88 | 0.41 |
| Hex | C3 | C | A7 | 0 | 5E | E | 18 | 135 | 58 | 29 |
| Octal | 303 | 14 | 247 | 0 | 136 | 16 | 30 | 465 | 130 | 51 |
| Binary | 11000011 | 1100 | 10100111 | 0 | 1011110 | 1110 | 11000 | 100110101 | 1011000 | 101001 |
Color Harmonies of #C30CA7
Complementary color
Monochromatic Colors of #C30CA7
Black with #C30CA7
Text Example
Text Example
White with #C30CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CA7; }
p { color: rgb(195,12,167); }
H1.HeaderClassName
{
color: #C30CA7;
}
.AnyTagClassName
{
color: #C30CA7;
}
</style>
background-color css
<style>
a { background-color: #C30CA7; }
a { background-color: rgb(195,12,167); }
div.DivClassName
{
background-color: #C30CA7;
}
.BgClassName
{
background-color: #C30CA7;
}
</style>
border-color css
<style>
span { border-color: #C30CA7; }
span { border-color: rgb(195,12,167); }
td.TdClassName
{
border-color: #C30CA7;
}
.TagClassName
{
border-color: #C30CA7;
}
</style>