Shades of Medium Violet Red #C30F7E
Tints of Medium Violet Red #C30F7E
RGB
CMYK
RGB Variations
Color information
#C30F7E (or 0xC30F7E) is known color: Medium Violet Red. HEX triplet: C3, 0F and 7E. RGB value is (195,15,126). Sum of RGB (Red+Green+Blue) = 195+15+126=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F7E is #3CF081. Grayscale: #515151. Windows color (decimal): -3993730 or 8261571. OLE color: 8261571.
HSL color Cylindrical-coordinate representation of color #C30F7E: hue angle of 323º 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 #C30F7E is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 126 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.24 |
| HSL | 323º | 0.86% | 0.41% | - |
| HSV(B) | 323º | 0.92% | 0.76% | - |
| XYZ | 26.44 | 13.45 | 20.94 | - |
| YUV | 81.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 126 | 0 | 0.92 | 0.35 | 0.24 | 323 | 0.86 | 0.41 |
| Hex | C3 | F | 7E | 0 | 5C | 23 | 18 | 143 | 56 | 29 |
| Octal | 303 | 17 | 176 | 0 | 134 | 43 | 30 | 503 | 126 | 51 |
| Binary | 11000011 | 1111 | 1111110 | 0 | 1011100 | 100011 | 11000 | 101000011 | 1010110 | 101001 |
Color Harmonies of #C30F7E
Complementary color
Monochromatic Colors of #C30F7E
Black with #C30F7E
Text Example
Text Example
White with #C30F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F7E; }
p { color: rgb(195,15,126); }
H1.HeaderClassName
{
color: #C30F7E;
}
.AnyTagClassName
{
color: #C30F7E;
}
</style>
background-color css
<style>
a { background-color: #C30F7E; }
a { background-color: rgb(195,15,126); }
div.DivClassName
{
background-color: #C30F7E;
}
.BgClassName
{
background-color: #C30F7E;
}
</style>
border-color css
<style>
span { border-color: #C30F7E; }
span { border-color: rgb(195,15,126); }
td.TdClassName
{
border-color: #C30F7E;
}
.TagClassName
{
border-color: #C30F7E;
}
</style>