Shades of Medium Violet Red #C30887
Tints of Medium Violet Red #C30887
RGB
CMYK
RGB Variations
Color information
#C30887 (or 0xC30887) is known color: Medium Violet Red. HEX triplet: C3, 08 and 87. RGB value is (195,8,135). Sum of RGB (Red+Green+Blue) = 195+8+135=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C30887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30887 is #3CF778. Grayscale: #4E4E4E. Windows color (decimal): -3995513 or 8849603. OLE color: 8849603.
HSL color Cylindrical-coordinate representation of color #C30887: hue angle of 319.25º 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 #C30887 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 135 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.24 |
| HSL | 319.25º | 0.92% | 0.4% | - |
| HSV(B) | 319.25º | 0.96% | 0.76% | - |
| XYZ | 26.97 | 13.53 | 24.11 | - |
| YUV | 78.39 | 159.95 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 135 | 0 | 0.96 | 0.31 | 0.24 | 319.25 | 0.92 | 0.4 |
| Hex | C3 | 8 | 87 | 0 | 60 | 1F | 18 | 13F | 5C | 28 |
| Octal | 303 | 10 | 207 | 0 | 140 | 37 | 30 | 477 | 134 | 50 |
| Binary | 11000011 | 1000 | 10000111 | 0 | 1100000 | 11111 | 11000 | 100111111 | 1011100 | 101000 |
Color Harmonies of #C30887
Complementary color
Monochromatic Colors of #C30887
Black with #C30887
Text Example
Text Example
White with #C30887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30887; }
p { color: rgb(195,8,135); }
H1.HeaderClassName
{
color: #C30887;
}
.AnyTagClassName
{
color: #C30887;
}
</style>
background-color css
<style>
a { background-color: #C30887; }
a { background-color: rgb(195,8,135); }
div.DivClassName
{
background-color: #C30887;
}
.BgClassName
{
background-color: #C30887;
}
</style>
border-color css
<style>
span { border-color: #C30887; }
span { border-color: rgb(195,8,135); }
td.TdClassName
{
border-color: #C30887;
}
.TagClassName
{
border-color: #C30887;
}
</style>