Shades of Medium Violet Red #C30F89
Tints of Medium Violet Red #C30F89
RGB
CMYK
RGB Variations
Color information
#C30F89 (or 0xC30F89) is known color: Medium Violet Red. HEX triplet: C3, 0F and 89. RGB value is (195,15,137). Sum of RGB (Red+Green+Blue) = 195+15+137=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30F89 is #3CF076. Grayscale: #525252. Windows color (decimal): -3993719 or 8982467. OLE color: 8982467.
HSL color Cylindrical-coordinate representation of color #C30F89: hue angle of 319.33º 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 #C30F89 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 137 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.24 |
| HSL | 319.33º | 0.86% | 0.41% | - |
| HSV(B) | 319.33º | 0.92% | 0.76% | - |
| XYZ | 27.19 | 13.75 | 24.89 | - |
| YUV | 82.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 137 | 0 | 0.92 | 0.30 | 0.24 | 319.33 | 0.86 | 0.41 |
| Hex | C3 | F | 89 | 0 | 5C | 1E | 18 | 13F | 56 | 29 |
| Octal | 303 | 17 | 211 | 0 | 134 | 36 | 30 | 477 | 126 | 51 |
| Binary | 11000011 | 1111 | 10001001 | 0 | 1011100 | 11110 | 11000 | 100111111 | 1010110 | 101001 |
Color Harmonies of #C30F89
Complementary color
Monochromatic Colors of #C30F89
Black with #C30F89
Text Example
Text Example
White with #C30F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F89; }
p { color: rgb(195,15,137); }
H1.HeaderClassName
{
color: #C30F89;
}
.AnyTagClassName
{
color: #C30F89;
}
</style>
background-color css
<style>
a { background-color: #C30F89; }
a { background-color: rgb(195,15,137); }
div.DivClassName
{
background-color: #C30F89;
}
.BgClassName
{
background-color: #C30F89;
}
</style>
border-color css
<style>
span { border-color: #C30F89; }
span { border-color: rgb(195,15,137); }
td.TdClassName
{
border-color: #C30F89;
}
.TagClassName
{
border-color: #C30F89;
}
</style>