Shades of Medium Violet Red #C30F8F
Tints of Medium Violet Red #C30F8F
RGB
CMYK
RGB Variations
Color information
#C30F8F (or 0xC30F8F) is known color: Medium Violet Red. HEX triplet: C3, 0F and 8F. RGB value is (195,15,143). Sum of RGB (Red+Green+Blue) = 195+15+143=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30F8F is #3CF070. Grayscale: #535353. Windows color (decimal): -3993713 or 9375683. OLE color: 9375683.
HSL color Cylindrical-coordinate representation of color #C30F8F: hue angle of 317.33º 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 #C30F8F is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 143 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.24 |
| HSL | 317.33º | 0.86% | 0.41% | - |
| HSV(B) | 317.33º | 0.92% | 0.76% | - |
| XYZ | 27.63 | 13.93 | 27.22 | - |
| YUV | 83.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 143 | 0 | 0.92 | 0.27 | 0.24 | 317.33 | 0.86 | 0.41 |
| Hex | C3 | F | 8F | 0 | 5C | 1B | 18 | 13D | 56 | 29 |
| Octal | 303 | 17 | 217 | 0 | 134 | 33 | 30 | 475 | 126 | 51 |
| Binary | 11000011 | 1111 | 10001111 | 0 | 1011100 | 11011 | 11000 | 100111101 | 1010110 | 101001 |
Color Harmonies of #C30F8F
Complementary color
Monochromatic Colors of #C30F8F
Black with #C30F8F
Text Example
Text Example
White with #C30F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F8F; }
p { color: rgb(195,15,143); }
H1.HeaderClassName
{
color: #C30F8F;
}
.AnyTagClassName
{
color: #C30F8F;
}
</style>
background-color css
<style>
a { background-color: #C30F8F; }
a { background-color: rgb(195,15,143); }
div.DivClassName
{
background-color: #C30F8F;
}
.BgClassName
{
background-color: #C30F8F;
}
</style>
border-color css
<style>
span { border-color: #C30F8F; }
span { border-color: rgb(195,15,143); }
td.TdClassName
{
border-color: #C30F8F;
}
.TagClassName
{
border-color: #C30F8F;
}
</style>