Shades of Medium Violet Red #C30B9B
Tints of Medium Violet Red #C30B9B
RGB
CMYK
RGB Variations
Color information
#C30B9B (or 0xC30B9B) is known color: Medium Violet Red. HEX triplet: C3, 0B and 9B. RGB value is (195,11,155). Sum of RGB (Red+Green+Blue) = 195+11+155=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30B9B is #3CF464. Grayscale: #525252. Windows color (decimal): -3994725 or 10161091. OLE color: 10161091.
HSL color Cylindrical-coordinate representation of color #C30B9B: hue angle of 313.04º 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 #C30B9B is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 155 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.24 |
| HSL | 313.04º | 0.89% | 0.4% | - |
| HSV(B) | 313.04º | 0.94% | 0.76% | - |
| XYZ | 28.54 | 14.21 | 32.25 | - |
| YUV | 82.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 155 | 0 | 0.94 | 0.21 | 0.24 | 313.04 | 0.89 | 0.4 |
| Hex | C3 | B | 9B | 0 | 5E | 15 | 18 | 139 | 59 | 28 |
| Octal | 303 | 13 | 233 | 0 | 136 | 25 | 30 | 471 | 131 | 50 |
| Binary | 11000011 | 1011 | 10011011 | 0 | 1011110 | 10101 | 11000 | 100111001 | 1011001 | 101000 |
Color Harmonies of #C30B9B
Complementary color
Monochromatic Colors of #C30B9B
Black with #C30B9B
Text Example
Text Example
White with #C30B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B9B; }
p { color: rgb(195,11,155); }
H1.HeaderClassName
{
color: #C30B9B;
}
.AnyTagClassName
{
color: #C30B9B;
}
</style>
background-color css
<style>
a { background-color: #C30B9B; }
a { background-color: rgb(195,11,155); }
div.DivClassName
{
background-color: #C30B9B;
}
.BgClassName
{
background-color: #C30B9B;
}
</style>
border-color css
<style>
span { border-color: #C30B9B; }
span { border-color: rgb(195,11,155); }
td.TdClassName
{
border-color: #C30B9B;
}
.TagClassName
{
border-color: #C30B9B;
}
</style>