Shades of Medium Violet Red #C30C6E
Tints of Medium Violet Red #C30C6E
RGB
CMYK
RGB Variations
Color information
#C30C6E (or 0xC30C6E) is known color: Medium Violet Red. HEX triplet: C3, 0C and 6E. RGB value is (195,12,110). Sum of RGB (Red+Green+Blue) = 195+12+110=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C6E is #3CF391. Grayscale: #4D4D4D. Windows color (decimal): -3994514 or 7212227. OLE color: 7212227.
HSL color Cylindrical-coordinate representation of color #C30C6E: hue angle of 327.87º 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 #C30C6E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 110 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.24 |
| HSL | 327.87º | 0.88% | 0.41% | - |
| HSV(B) | 327.87º | 0.94% | 0.76% | - |
| XYZ | 25.45 | 12.99 | 15.92 | - |
| YUV | 77.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 110 | 0 | 0.94 | 0.44 | 0.24 | 327.87 | 0.88 | 0.41 |
| Hex | C3 | C | 6E | 0 | 5E | 2C | 18 | 148 | 58 | 29 |
| Octal | 303 | 14 | 156 | 0 | 136 | 54 | 30 | 510 | 130 | 51 |
| Binary | 11000011 | 1100 | 1101110 | 0 | 1011110 | 101100 | 11000 | 101001000 | 1011000 | 101001 |
Color Harmonies of #C30C6E
Complementary color
Monochromatic Colors of #C30C6E
Black with #C30C6E
Text Example
Text Example
White with #C30C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C6E; }
p { color: rgb(195,12,110); }
H1.HeaderClassName
{
color: #C30C6E;
}
.AnyTagClassName
{
color: #C30C6E;
}
</style>
background-color css
<style>
a { background-color: #C30C6E; }
a { background-color: rgb(195,12,110); }
div.DivClassName
{
background-color: #C30C6E;
}
.BgClassName
{
background-color: #C30C6E;
}
</style>
border-color css
<style>
span { border-color: #C30C6E; }
span { border-color: rgb(195,12,110); }
td.TdClassName
{
border-color: #C30C6E;
}
.TagClassName
{
border-color: #C30C6E;
}
</style>