Shades of Medium Violet Red #C30B9F
Tints of Medium Violet Red #C30B9F
RGB
CMYK
RGB Variations
Color information
#C30B9F (or 0xC30B9F) is known color: Medium Violet Red. HEX triplet: C3, 0B and 9F. RGB value is (195,11,159). Sum of RGB (Red+Green+Blue) = 195+11+159=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30B9F is #3CF460. Grayscale: #525252. Windows color (decimal): -3994721 or 10423235. OLE color: 10423235.
HSL color Cylindrical-coordinate representation of color #C30B9F: hue angle of 311.74º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B9F is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 159 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.24 |
| HSL | 311.74º | 0.89% | 0.4% | - |
| HSV(B) | 311.74º | 0.94% | 0.76% | - |
| XYZ | 28.88 | 14.34 | 34.05 | - |
| YUV | 82.89 | 170.96 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 159 | 0 | 0.94 | 0.18 | 0.24 | 311.74 | 0.89 | 0.4 |
| Hex | C3 | B | 9F | 0 | 5E | 12 | 18 | 138 | 59 | 28 |
| Octal | 303 | 13 | 237 | 0 | 136 | 22 | 30 | 470 | 131 | 50 |
| Binary | 11000011 | 1011 | 10011111 | 0 | 1011110 | 10010 | 11000 | 100111000 | 1011001 | 101000 |
Color Harmonies of #C30B9F
Complementary color
Monochromatic Colors of #C30B9F
Black with #C30B9F
Text Example
Text Example
White with #C30B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B9F; }
p { color: rgb(195,11,159); }
H1.HeaderClassName
{
color: #C30B9F;
}
.AnyTagClassName
{
color: #C30B9F;
}
</style>
background-color css
<style>
a { background-color: #C30B9F; }
a { background-color: rgb(195,11,159); }
div.DivClassName
{
background-color: #C30B9F;
}
.BgClassName
{
background-color: #C30B9F;
}
</style>
border-color css
<style>
span { border-color: #C30B9F; }
span { border-color: rgb(195,11,159); }
td.TdClassName
{
border-color: #C30B9F;
}
.TagClassName
{
border-color: #C30B9F;
}
</style>