Shades of Medium Violet Red #C30C7C
Tints of Medium Violet Red #C30C7C
RGB
CMYK
RGB Variations
Color information
#C30C7C (or 0xC30C7C) is known color: Medium Violet Red. HEX triplet: C3, 0C and 7C. RGB value is (195,12,124). Sum of RGB (Red+Green+Blue) = 195+12+124=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C7C is #3CF383. Grayscale: #4F4F4F. Windows color (decimal): -3994500 or 8129731. OLE color: 8129731.
HSL color Cylindrical-coordinate representation of color #C30C7C: hue angle of 323.28º 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 #C30C7C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 124 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.24 |
| HSL | 323.28º | 0.88% | 0.41% | - |
| HSV(B) | 323.28º | 0.94% | 0.76% | - |
| XYZ | 26.28 | 13.32 | 20.26 | - |
| YUV | 79.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 124 | 0 | 0.94 | 0.36 | 0.24 | 323.28 | 0.88 | 0.41 |
| Hex | C3 | C | 7C | 0 | 5E | 24 | 18 | 143 | 58 | 29 |
| Octal | 303 | 14 | 174 | 0 | 136 | 44 | 30 | 503 | 130 | 51 |
| Binary | 11000011 | 1100 | 1111100 | 0 | 1011110 | 100100 | 11000 | 101000011 | 1011000 | 101001 |
Color Harmonies of #C30C7C
Complementary color
Monochromatic Colors of #C30C7C
Black with #C30C7C
Text Example
Text Example
White with #C30C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C7C; }
p { color: rgb(195,12,124); }
H1.HeaderClassName
{
color: #C30C7C;
}
.AnyTagClassName
{
color: #C30C7C;
}
</style>
background-color css
<style>
a { background-color: #C30C7C; }
a { background-color: rgb(195,12,124); }
div.DivClassName
{
background-color: #C30C7C;
}
.BgClassName
{
background-color: #C30C7C;
}
</style>
border-color css
<style>
span { border-color: #C30C7C; }
span { border-color: rgb(195,12,124); }
td.TdClassName
{
border-color: #C30C7C;
}
.TagClassName
{
border-color: #C30C7C;
}
</style>