Shades of Medium Violet Red #C30F8D
Tints of Medium Violet Red #C30F8D
RGB
CMYK
RGB Variations
Color information
#C30F8D (or 0xC30F8D) is known color: Medium Violet Red. HEX triplet: C3, 0F and 8D. RGB value is (195,15,141). Sum of RGB (Red+Green+Blue) = 195+15+141=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30F8D is #3CF072. Grayscale: #525252. Windows color (decimal): -3993715 or 9244611. OLE color: 9244611.
HSL color Cylindrical-coordinate representation of color #C30F8D: hue angle of 318º 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 #C30F8D is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 141 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.24 |
| HSL | 318º | 0.86% | 0.41% | - |
| HSV(B) | 318º | 0.92% | 0.76% | - |
| XYZ | 27.48 | 13.87 | 26.43 | - |
| YUV | 83.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 141 | 0 | 0.92 | 0.28 | 0.24 | 318 | 0.86 | 0.41 |
| Hex | C3 | F | 8D | 0 | 5C | 1C | 18 | 13E | 56 | 29 |
| Octal | 303 | 17 | 215 | 0 | 134 | 34 | 30 | 476 | 126 | 51 |
| Binary | 11000011 | 1111 | 10001101 | 0 | 1011100 | 11100 | 11000 | 100111110 | 1010110 | 101001 |
Color Harmonies of #C30F8D
Complementary color
Monochromatic Colors of #C30F8D
Black with #C30F8D
Text Example
Text Example
White with #C30F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F8D; }
p { color: rgb(195,15,141); }
H1.HeaderClassName
{
color: #C30F8D;
}
.AnyTagClassName
{
color: #C30F8D;
}
</style>
background-color css
<style>
a { background-color: #C30F8D; }
a { background-color: rgb(195,15,141); }
div.DivClassName
{
background-color: #C30F8D;
}
.BgClassName
{
background-color: #C30F8D;
}
</style>
border-color css
<style>
span { border-color: #C30F8D; }
span { border-color: rgb(195,15,141); }
td.TdClassName
{
border-color: #C30F8D;
}
.TagClassName
{
border-color: #C30F8D;
}
</style>