Shades of Medium Violet Red #C30088
Tints of Medium Violet Red #C30088
RGB
CMYK
RGB Variations
Color information
#C30088 (or 0xC30088) is known color: Medium Violet Red. HEX triplet: C3, 00 and 88. RGB value is (195,0,136). Sum of RGB (Red+Green+Blue) = 195+0+136=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C30088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30088 is #3CFF77. Grayscale: #494949. Windows color (decimal): -3997560 or 8913091. OLE color: 8913091.
HSL color Cylindrical-coordinate representation of color #C30088: hue angle of 318.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30088 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.30 | 0.24 |
| HSL | 318.15º | 1% | 0.38% | - |
| HSV(B) | 318.15º | 1% | 0.76% | - |
| XYZ | 26.95 | 13.38 | 24.45 | - |
| YUV | 73.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 136 | 0 | 1 | 0.30 | 0.24 | 318.15 | 1 | 0.38 |
| Hex | C3 | 0 | 88 | 0 | 64 | 1E | 18 | 13E | 64 | 26 |
| Octal | 303 | 0 | 210 | 0 | 144 | 36 | 30 | 476 | 144 | 46 |
| Binary | 11000011 | 0 | 10001000 | 0 | 1100100 | 11110 | 11000 | 100111110 | 1100100 | 100110 |
Color Harmonies of #C30088
Complementary color
Monochromatic Colors of #C30088
Black with #C30088
Text Example
Text Example
White with #C30088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30088; }
p { color: rgb(195,0,136); }
H1.HeaderClassName
{
color: #C30088;
}
.AnyTagClassName
{
color: #C30088;
}
</style>
background-color css
<style>
a { background-color: #C30088; }
a { background-color: rgb(195,0,136); }
div.DivClassName
{
background-color: #C30088;
}
.BgClassName
{
background-color: #C30088;
}
</style>
border-color css
<style>
span { border-color: #C30088; }
span { border-color: rgb(195,0,136); }
td.TdClassName
{
border-color: #C30088;
}
.TagClassName
{
border-color: #C30088;
}
</style>