Shades of Medium Violet Red #C30F7A
Tints of Medium Violet Red #C30F7A
RGB
CMYK
RGB Variations
Color information
#C30F7A (or 0xC30F7A) is known color: Medium Violet Red. HEX triplet: C3, 0F and 7A. RGB value is (195,15,122). Sum of RGB (Red+Green+Blue) = 195+15+122=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F7A is #3CF085. Grayscale: #505050. Windows color (decimal): -3993734 or 7999427. OLE color: 7999427.
HSL color Cylindrical-coordinate representation of color #C30F7A: hue angle of 324.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 #C30F7A is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 122 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.24 |
| HSL | 324.33º | 0.86% | 0.41% | - |
| HSV(B) | 324.33º | 0.92% | 0.76% | - |
| XYZ | 26.19 | 13.35 | 19.61 | - |
| YUV | 81.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 122 | 0 | 0.92 | 0.37 | 0.24 | 324.33 | 0.86 | 0.41 |
| Hex | C3 | F | 7A | 0 | 5C | 25 | 18 | 144 | 56 | 29 |
| Octal | 303 | 17 | 172 | 0 | 134 | 45 | 30 | 504 | 126 | 51 |
| Binary | 11000011 | 1111 | 1111010 | 0 | 1011100 | 100101 | 11000 | 101000100 | 1010110 | 101001 |
Color Harmonies of #C30F7A
Complementary color
Monochromatic Colors of #C30F7A
Black with #C30F7A
Text Example
Text Example
White with #C30F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F7A; }
p { color: rgb(195,15,122); }
H1.HeaderClassName
{
color: #C30F7A;
}
.AnyTagClassName
{
color: #C30F7A;
}
</style>
background-color css
<style>
a { background-color: #C30F7A; }
a { background-color: rgb(195,15,122); }
div.DivClassName
{
background-color: #C30F7A;
}
.BgClassName
{
background-color: #C30F7A;
}
</style>
border-color css
<style>
span { border-color: #C30F7A; }
span { border-color: rgb(195,15,122); }
td.TdClassName
{
border-color: #C30F7A;
}
.TagClassName
{
border-color: #C30F7A;
}
</style>