Shades of Medium Violet Red #C30A88
Tints of Medium Violet Red #C30A88
RGB
CMYK
RGB Variations
Color information
#C30A88 (or 0xC30A88) is known color: Medium Violet Red. HEX triplet: C3, 0A and 88. RGB value is (195,10,136). Sum of RGB (Red+Green+Blue) = 195+10+136=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30A88 is #3CF577. Grayscale: #4F4F4F. Windows color (decimal): -3995000 or 8915651. OLE color: 8915651.
HSL color Cylindrical-coordinate representation of color #C30A88: hue angle of 319.14º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A88 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 136 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.24 |
| HSL | 319.14º | 0.9% | 0.4% | - |
| HSV(B) | 319.14º | 0.95% | 0.76% | - |
| XYZ | 27.06 | 13.6 | 24.49 | - |
| YUV | 79.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 136 | 0 | 0.95 | 0.30 | 0.24 | 319.14 | 0.9 | 0.4 |
| Hex | C3 | A | 88 | 0 | 5F | 1E | 18 | 13F | 5A | 28 |
| Octal | 303 | 12 | 210 | 0 | 137 | 36 | 30 | 477 | 132 | 50 |
| Binary | 11000011 | 1010 | 10001000 | 0 | 1011111 | 11110 | 11000 | 100111111 | 1011010 | 101000 |
Color Harmonies of #C30A88
Complementary color
Monochromatic Colors of #C30A88
Black with #C30A88
Text Example
Text Example
White with #C30A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A88; }
p { color: rgb(195,10,136); }
H1.HeaderClassName
{
color: #C30A88;
}
.AnyTagClassName
{
color: #C30A88;
}
</style>
background-color css
<style>
a { background-color: #C30A88; }
a { background-color: rgb(195,10,136); }
div.DivClassName
{
background-color: #C30A88;
}
.BgClassName
{
background-color: #C30A88;
}
</style>
border-color css
<style>
span { border-color: #C30A88; }
span { border-color: rgb(195,10,136); }
td.TdClassName
{
border-color: #C30A88;
}
.TagClassName
{
border-color: #C30A88;
}
</style>