Shades of Medium Violet Red #C30888
Tints of Medium Violet Red #C30888
RGB
CMYK
RGB Variations
Color information
#C30888 (or 0xC30888) is known color: Medium Violet Red. HEX triplet: C3, 08 and 88. RGB value is (195,8,136). Sum of RGB (Red+Green+Blue) = 195+8+136=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C30888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30888 is #3CF777. Grayscale: #4E4E4E. Windows color (decimal): -3995512 or 8915139. OLE color: 8915139.
HSL color Cylindrical-coordinate representation of color #C30888: hue angle of 318.93º degrees, saturation: 0.92, 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 #C30888 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 136 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.24 |
| HSL | 318.93º | 0.92% | 0.4% | - |
| HSV(B) | 318.93º | 0.96% | 0.76% | - |
| XYZ | 27.04 | 13.55 | 24.48 | - |
| YUV | 78.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 136 | 0 | 0.96 | 0.30 | 0.24 | 318.93 | 0.92 | 0.4 |
| Hex | C3 | 8 | 88 | 0 | 60 | 1E | 18 | 13F | 5C | 28 |
| Octal | 303 | 10 | 210 | 0 | 140 | 36 | 30 | 477 | 134 | 50 |
| Binary | 11000011 | 1000 | 10001000 | 0 | 1100000 | 11110 | 11000 | 100111111 | 1011100 | 101000 |
Color Harmonies of #C30888
Complementary color
Monochromatic Colors of #C30888
Black with #C30888
Text Example
Text Example
White with #C30888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30888; }
p { color: rgb(195,8,136); }
H1.HeaderClassName
{
color: #C30888;
}
.AnyTagClassName
{
color: #C30888;
}
</style>
background-color css
<style>
a { background-color: #C30888; }
a { background-color: rgb(195,8,136); }
div.DivClassName
{
background-color: #C30888;
}
.BgClassName
{
background-color: #C30888;
}
</style>
border-color css
<style>
span { border-color: #C30888; }
span { border-color: rgb(195,8,136); }
td.TdClassName
{
border-color: #C30888;
}
.TagClassName
{
border-color: #C30888;
}
</style>