Shades of Medium Violet Red #C30B9D
Tints of Medium Violet Red #C30B9D
RGB
CMYK
RGB Variations
Color information
#C30B9D (or 0xC30B9D) is known color: Medium Violet Red. HEX triplet: C3, 0B and 9D. RGB value is (195,11,157). Sum of RGB (Red+Green+Blue) = 195+11+157=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30B9D is #3CF462. Grayscale: #525252. Windows color (decimal): -3994723 or 10292163. OLE color: 10292163.
HSL color Cylindrical-coordinate representation of color #C30B9D: hue angle of 312.39º 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 #C30B9D is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 157 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.24 |
| HSL | 312.39º | 0.89% | 0.4% | - |
| HSV(B) | 312.39º | 0.94% | 0.76% | - |
| XYZ | 28.71 | 14.28 | 33.14 | - |
| YUV | 82.66 | 169.96 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 157 | 0 | 0.94 | 0.19 | 0.24 | 312.39 | 0.89 | 0.4 |
| Hex | C3 | B | 9D | 0 | 5E | 13 | 18 | 138 | 59 | 28 |
| Octal | 303 | 13 | 235 | 0 | 136 | 23 | 30 | 470 | 131 | 50 |
| Binary | 11000011 | 1011 | 10011101 | 0 | 1011110 | 10011 | 11000 | 100111000 | 1011001 | 101000 |
Color Harmonies of #C30B9D
Complementary color
Monochromatic Colors of #C30B9D
Black with #C30B9D
Text Example
Text Example
White with #C30B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B9D; }
p { color: rgb(195,11,157); }
H1.HeaderClassName
{
color: #C30B9D;
}
.AnyTagClassName
{
color: #C30B9D;
}
</style>
background-color css
<style>
a { background-color: #C30B9D; }
a { background-color: rgb(195,11,157); }
div.DivClassName
{
background-color: #C30B9D;
}
.BgClassName
{
background-color: #C30B9D;
}
</style>
border-color css
<style>
span { border-color: #C30B9D; }
span { border-color: rgb(195,11,157); }
td.TdClassName
{
border-color: #C30B9D;
}
.TagClassName
{
border-color: #C30B9D;
}
</style>