Shades of Medium Violet Red #C30FA5
Tints of Medium Violet Red #C30FA5
RGB
CMYK
RGB Variations
Color information
#C30FA5 (or 0xC30FA5) is known color: Medium Violet Red. HEX triplet: C3, 0F and A5. RGB value is (195,15,165). Sum of RGB (Red+Green+Blue) = 195+15+165=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FA5 is #3CF05A. Grayscale: #555555. Windows color (decimal): -3993691 or 10817475. OLE color: 10817475.
HSL color Cylindrical-coordinate representation of color #C30FA5: hue angle of 310º 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 #C30FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 165 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.24 |
| HSL | 310º | 0.86% | 0.41% | - |
| HSV(B) | 310º | 0.92% | 0.76% | - |
| XYZ | 29.47 | 14.66 | 36.87 | - |
| YUV | 85.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 165 | 0 | 0.92 | 0.15 | 0.24 | 310 | 0.86 | 0.41 |
| Hex | C3 | F | A5 | 0 | 5C | F | 18 | 136 | 56 | 29 |
| Octal | 303 | 17 | 245 | 0 | 134 | 17 | 30 | 466 | 126 | 51 |
| Binary | 11000011 | 1111 | 10100101 | 0 | 1011100 | 1111 | 11000 | 100110110 | 1010110 | 101001 |
Color Harmonies of #C30FA5
Complementary color
Monochromatic Colors of #C30FA5
Black with #C30FA5
Text Example
Text Example
White with #C30FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FA5; }
p { color: rgb(195,15,165); }
H1.HeaderClassName
{
color: #C30FA5;
}
.AnyTagClassName
{
color: #C30FA5;
}
</style>
background-color css
<style>
a { background-color: #C30FA5; }
a { background-color: rgb(195,15,165); }
div.DivClassName
{
background-color: #C30FA5;
}
.BgClassName
{
background-color: #C30FA5;
}
</style>
border-color css
<style>
span { border-color: #C30FA5; }
span { border-color: rgb(195,15,165); }
td.TdClassName
{
border-color: #C30FA5;
}
.TagClassName
{
border-color: #C30FA5;
}
</style>