Shades of Medium Violet Red #C30F98
Tints of Medium Violet Red #C30F98
RGB
CMYK
RGB Variations
Color information
#C30F98 (or 0xC30F98) is known color: Medium Violet Red. HEX triplet: C3, 0F and 98. RGB value is (195,15,152). Sum of RGB (Red+Green+Blue) = 195+15+152=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30F98 is #3CF067. Grayscale: #545454. Windows color (decimal): -3993704 or 9965507. OLE color: 9965507.
HSL color Cylindrical-coordinate representation of color #C30F98: hue angle of 314.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 #C30F98 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 152 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.24 |
| HSL | 314.33º | 0.86% | 0.41% | - |
| HSV(B) | 314.33º | 0.92% | 0.76% | - |
| XYZ | 28.34 | 14.21 | 30.95 | - |
| YUV | 84.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 152 | 0 | 0.92 | 0.22 | 0.24 | 314.33 | 0.86 | 0.41 |
| Hex | C3 | F | 98 | 0 | 5C | 16 | 18 | 13A | 56 | 29 |
| Octal | 303 | 17 | 230 | 0 | 134 | 26 | 30 | 472 | 126 | 51 |
| Binary | 11000011 | 1111 | 10011000 | 0 | 1011100 | 10110 | 11000 | 100111010 | 1010110 | 101001 |
Color Harmonies of #C30F98
Complementary color
Monochromatic Colors of #C30F98
Black with #C30F98
Text Example
Text Example
White with #C30F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F98; }
p { color: rgb(195,15,152); }
H1.HeaderClassName
{
color: #C30F98;
}
.AnyTagClassName
{
color: #C30F98;
}
</style>
background-color css
<style>
a { background-color: #C30F98; }
a { background-color: rgb(195,15,152); }
div.DivClassName
{
background-color: #C30F98;
}
.BgClassName
{
background-color: #C30F98;
}
</style>
border-color css
<style>
span { border-color: #C30F98; }
span { border-color: rgb(195,15,152); }
td.TdClassName
{
border-color: #C30F98;
}
.TagClassName
{
border-color: #C30F98;
}
</style>