Shades of Medium Violet Red #C30788
Tints of Medium Violet Red #C30788
RGB
CMYK
RGB Variations
Color information
#C30788 (or 0xC30788) is known color: Medium Violet Red. HEX triplet: C3, 07 and 88. RGB value is (195,7,136). Sum of RGB (Red+Green+Blue) = 195+7+136=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C30788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30788 is #3CF877. Grayscale: #4D4D4D. Windows color (decimal): -3995768 or 8914883. OLE color: 8914883.
HSL color Cylindrical-coordinate representation of color #C30788: hue angle of 318.83º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30788 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.24 |
| HSL | 318.83º | 0.93% | 0.4% | - |
| HSV(B) | 318.83º | 0.96% | 0.76% | - |
| XYZ | 27.03 | 13.53 | 24.48 | - |
| YUV | 77.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 136 | 0 | 0.96 | 0.30 | 0.24 | 318.83 | 0.93 | 0.4 |
| Hex | C3 | 7 | 88 | 0 | 60 | 1E | 18 | 13F | 5D | 28 |
| Octal | 303 | 7 | 210 | 0 | 140 | 36 | 30 | 477 | 135 | 50 |
| Binary | 11000011 | 111 | 10001000 | 0 | 1100000 | 11110 | 11000 | 100111111 | 1011101 | 101000 |
Color Harmonies of #C30788
Complementary color
Monochromatic Colors of #C30788
Black with #C30788
Text Example
Text Example
White with #C30788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30788; }
p { color: rgb(195,7,136); }
H1.HeaderClassName
{
color: #C30788;
}
.AnyTagClassName
{
color: #C30788;
}
</style>
background-color css
<style>
a { background-color: #C30788; }
a { background-color: rgb(195,7,136); }
div.DivClassName
{
background-color: #C30788;
}
.BgClassName
{
background-color: #C30788;
}
</style>
border-color css
<style>
span { border-color: #C30788; }
span { border-color: rgb(195,7,136); }
td.TdClassName
{
border-color: #C30788;
}
.TagClassName
{
border-color: #C30788;
}
</style>