Shades of Medium Violet Red #C30C8F
Tints of Medium Violet Red #C30C8F
RGB
CMYK
RGB Variations
Color information
#C30C8F (or 0xC30C8F) is known color: Medium Violet Red. HEX triplet: C3, 0C and 8F. RGB value is (195,12,143). Sum of RGB (Red+Green+Blue) = 195+12+143=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C8F is #3CF370. Grayscale: #515151. Windows color (decimal): -3994481 or 9374915. OLE color: 9374915.
HSL color Cylindrical-coordinate representation of color #C30C8F: hue angle of 317.05º 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 #C30C8F is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 143 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.24 |
| HSL | 317.05º | 0.88% | 0.41% | - |
| HSV(B) | 317.05º | 0.94% | 0.76% | - |
| XYZ | 27.6 | 13.85 | 27.21 | - |
| YUV | 81.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 143 | 0 | 0.94 | 0.27 | 0.24 | 317.05 | 0.88 | 0.41 |
| Hex | C3 | C | 8F | 0 | 5E | 1B | 18 | 13D | 58 | 29 |
| Octal | 303 | 14 | 217 | 0 | 136 | 33 | 30 | 475 | 130 | 51 |
| Binary | 11000011 | 1100 | 10001111 | 0 | 1011110 | 11011 | 11000 | 100111101 | 1011000 | 101001 |
Color Harmonies of #C30C8F
Complementary color
Monochromatic Colors of #C30C8F
Black with #C30C8F
Text Example
Text Example
White with #C30C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C8F; }
p { color: rgb(195,12,143); }
H1.HeaderClassName
{
color: #C30C8F;
}
.AnyTagClassName
{
color: #C30C8F;
}
</style>
background-color css
<style>
a { background-color: #C30C8F; }
a { background-color: rgb(195,12,143); }
div.DivClassName
{
background-color: #C30C8F;
}
.BgClassName
{
background-color: #C30C8F;
}
</style>
border-color css
<style>
span { border-color: #C30C8F; }
span { border-color: rgb(195,12,143); }
td.TdClassName
{
border-color: #C30C8F;
}
.TagClassName
{
border-color: #C30C8F;
}
</style>