Shades of Medium Violet Red #C30BA5
Tints of Medium Violet Red #C30BA5
RGB
CMYK
RGB Variations
Color information
#C30BA5 (or 0xC30BA5) is known color: Medium Violet Red. HEX triplet: C3, 0B and A5. RGB value is (195,11,165). Sum of RGB (Red+Green+Blue) = 195+11+165=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30BA5 is #3CF45A. Grayscale: #535353. Windows color (decimal): -3994715 or 10816451. OLE color: 10816451.
HSL color Cylindrical-coordinate representation of color #C30BA5: hue angle of 309.78º 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 #C30BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.24 |
| HSL | 309.78º | 0.89% | 0.4% | - |
| HSV(B) | 309.78º | 0.94% | 0.76% | - |
| XYZ | 29.42 | 14.56 | 36.86 | - |
| YUV | 83.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 165 | 0 | 0.94 | 0.15 | 0.24 | 309.78 | 0.89 | 0.4 |
| Hex | C3 | B | A5 | 0 | 5E | F | 18 | 136 | 59 | 28 |
| Octal | 303 | 13 | 245 | 0 | 136 | 17 | 30 | 466 | 131 | 50 |
| Binary | 11000011 | 1011 | 10100101 | 0 | 1011110 | 1111 | 11000 | 100110110 | 1011001 | 101000 |
Color Harmonies of #C30BA5
Complementary color
Monochromatic Colors of #C30BA5
Black with #C30BA5
Text Example
Text Example
White with #C30BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BA5; }
p { color: rgb(195,11,165); }
H1.HeaderClassName
{
color: #C30BA5;
}
.AnyTagClassName
{
color: #C30BA5;
}
</style>
background-color css
<style>
a { background-color: #C30BA5; }
a { background-color: rgb(195,11,165); }
div.DivClassName
{
background-color: #C30BA5;
}
.BgClassName
{
background-color: #C30BA5;
}
</style>
border-color css
<style>
span { border-color: #C30BA5; }
span { border-color: rgb(195,11,165); }
td.TdClassName
{
border-color: #C30BA5;
}
.TagClassName
{
border-color: #C30BA5;
}
</style>