Shades of Medium Violet Red #C30F72
Tints of Medium Violet Red #C30F72
RGB
CMYK
RGB Variations
Color information
#C30F72 (or 0xC30F72) is known color: Medium Violet Red. HEX triplet: C3, 0F and 72. RGB value is (195,15,114). Sum of RGB (Red+Green+Blue) = 195+15+114=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F72 is #3CF08D. Grayscale: #4F4F4F. Windows color (decimal): -3993742 or 7475139. OLE color: 7475139.
HSL color Cylindrical-coordinate representation of color #C30F72: hue angle of 327º 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 #C30F72 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 114 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.24 |
| HSL | 327º | 0.86% | 0.41% | - |
| HSV(B) | 327º | 0.92% | 0.76% | - |
| XYZ | 25.71 | 13.16 | 17.1 | - |
| YUV | 80.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 114 | 0 | 0.92 | 0.42 | 0.24 | 327 | 0.86 | 0.41 |
| Hex | C3 | F | 72 | 0 | 5C | 2A | 18 | 147 | 56 | 29 |
| Octal | 303 | 17 | 162 | 0 | 134 | 52 | 30 | 507 | 126 | 51 |
| Binary | 11000011 | 1111 | 1110010 | 0 | 1011100 | 101010 | 11000 | 101000111 | 1010110 | 101001 |
Color Harmonies of #C30F72
Complementary color
Monochromatic Colors of #C30F72
Black with #C30F72
Text Example
Text Example
White with #C30F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F72; }
p { color: rgb(195,15,114); }
H1.HeaderClassName
{
color: #C30F72;
}
.AnyTagClassName
{
color: #C30F72;
}
</style>
background-color css
<style>
a { background-color: #C30F72; }
a { background-color: rgb(195,15,114); }
div.DivClassName
{
background-color: #C30F72;
}
.BgClassName
{
background-color: #C30F72;
}
</style>
border-color css
<style>
span { border-color: #C30F72; }
span { border-color: rgb(195,15,114); }
td.TdClassName
{
border-color: #C30F72;
}
.TagClassName
{
border-color: #C30F72;
}
</style>