Shades of Medium Violet Red #C30F6D
Tints of Medium Violet Red #C30F6D
RGB
CMYK
RGB Variations
Color information
#C30F6D (or 0xC30F6D) is known color: Medium Violet Red. HEX triplet: C3, 0F and 6D. RGB value is (195,15,109). Sum of RGB (Red+Green+Blue) = 195+15+109=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F6D is #3CF092. Grayscale: #4F4F4F. Windows color (decimal): -3993747 or 7147459. OLE color: 7147459.
HSL color Cylindrical-coordinate representation of color #C30F6D: hue angle of 328.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F6D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 109 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.24 |
| HSL | 328.67º | 0.86% | 0.41% | - |
| HSV(B) | 328.67º | 0.92% | 0.76% | - |
| XYZ | 25.44 | 13.05 | 15.65 | - |
| YUV | 79.54 | 144.63 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 109 | 0 | 0.92 | 0.44 | 0.24 | 328.67 | 0.86 | 0.41 |
| Hex | C3 | F | 6D | 0 | 5C | 2C | 18 | 149 | 56 | 29 |
| Octal | 303 | 17 | 155 | 0 | 134 | 54 | 30 | 511 | 126 | 51 |
| Binary | 11000011 | 1111 | 1101101 | 0 | 1011100 | 101100 | 11000 | 101001001 | 1010110 | 101001 |
Color Harmonies of #C30F6D
Complementary color
Monochromatic Colors of #C30F6D
Black with #C30F6D
Text Example
Text Example
White with #C30F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F6D; }
p { color: rgb(195,15,109); }
H1.HeaderClassName
{
color: #C30F6D;
}
.AnyTagClassName
{
color: #C30F6D;
}
</style>
background-color css
<style>
a { background-color: #C30F6D; }
a { background-color: rgb(195,15,109); }
div.DivClassName
{
background-color: #C30F6D;
}
.BgClassName
{
background-color: #C30F6D;
}
</style>
border-color css
<style>
span { border-color: #C30F6D; }
span { border-color: rgb(195,15,109); }
td.TdClassName
{
border-color: #C30F6D;
}
.TagClassName
{
border-color: #C30F6D;
}
</style>