Shades of Medium Violet Red #C30481
Tints of Medium Violet Red #C30481
RGB
CMYK
RGB Variations
Color information
#C30481 (or 0xC30481) is known color: Medium Violet Red. HEX triplet: C3, 04 and 81. RGB value is (195,4,129). Sum of RGB (Red+Green+Blue) = 195+4+129=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C30481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30481 is #3CFB7E. Grayscale: #4B4B4B. Windows color (decimal): -3996543 or 8455363. OLE color: 8455363.
HSL color Cylindrical-coordinate representation of color #C30481: hue angle of 320.73º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30481 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.24 |
| HSL | 320.73º | 0.96% | 0.39% | - |
| HSV(B) | 320.73º | 0.98% | 0.76% | - |
| XYZ | 26.51 | 13.27 | 21.93 | - |
| YUV | 75.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 129 | 0 | 0.98 | 0.34 | 0.24 | 320.73 | 0.96 | 0.39 |
| Hex | C3 | 4 | 81 | 0 | 62 | 22 | 18 | 141 | 60 | 27 |
| Octal | 303 | 4 | 201 | 0 | 142 | 42 | 30 | 501 | 140 | 47 |
| Binary | 11000011 | 100 | 10000001 | 0 | 1100010 | 100010 | 11000 | 101000001 | 1100000 | 100111 |
Color Harmonies of #C30481
Complementary color
Monochromatic Colors of #C30481
Black with #C30481
Text Example
Text Example
White with #C30481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30481; }
p { color: rgb(195,4,129); }
H1.HeaderClassName
{
color: #C30481;
}
.AnyTagClassName
{
color: #C30481;
}
</style>
background-color css
<style>
a { background-color: #C30481; }
a { background-color: rgb(195,4,129); }
div.DivClassName
{
background-color: #C30481;
}
.BgClassName
{
background-color: #C30481;
}
</style>
border-color css
<style>
span { border-color: #C30481; }
span { border-color: rgb(195,4,129); }
td.TdClassName
{
border-color: #C30481;
}
.TagClassName
{
border-color: #C30481;
}
</style>