Shades of Medium Violet Red #C30F87
Tints of Medium Violet Red #C30F87
RGB
CMYK
RGB Variations
Color information
#C30F87 (or 0xC30F87) is known color: Medium Violet Red. HEX triplet: C3, 0F and 87. RGB value is (195,15,135). Sum of RGB (Red+Green+Blue) = 195+15+135=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30F87 is #3CF078. Grayscale: #525252. Windows color (decimal): -3993721 or 8851395. OLE color: 8851395.
HSL color Cylindrical-coordinate representation of color #C30F87: hue angle of 320º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F87 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 135 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.24 |
| HSL | 320º | 0.86% | 0.41% | - |
| HSV(B) | 320º | 0.92% | 0.76% | - |
| XYZ | 27.05 | 13.69 | 24.14 | - |
| YUV | 82.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 135 | 0 | 0.92 | 0.31 | 0.24 | 320 | 0.86 | 0.41 |
| Hex | C3 | F | 87 | 0 | 5C | 1F | 18 | 140 | 56 | 29 |
| Octal | 303 | 17 | 207 | 0 | 134 | 37 | 30 | 500 | 126 | 51 |
| Binary | 11000011 | 1111 | 10000111 | 0 | 1011100 | 11111 | 11000 | 101000000 | 1010110 | 101001 |
Color Harmonies of #C30F87
Complementary color
Monochromatic Colors of #C30F87
Black with #C30F87
Text Example
Text Example
White with #C30F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F87; }
p { color: rgb(195,15,135); }
H1.HeaderClassName
{
color: #C30F87;
}
.AnyTagClassName
{
color: #C30F87;
}
</style>
background-color css
<style>
a { background-color: #C30F87; }
a { background-color: rgb(195,15,135); }
div.DivClassName
{
background-color: #C30F87;
}
.BgClassName
{
background-color: #C30F87;
}
</style>
border-color css
<style>
span { border-color: #C30F87; }
span { border-color: rgb(195,15,135); }
td.TdClassName
{
border-color: #C30F87;
}
.TagClassName
{
border-color: #C30F87;
}
</style>