Shades of Medium Violet Red #C3058A
Tints of Medium Violet Red #C3058A
RGB
CMYK
RGB Variations
Color information
#C3058A (or 0xC3058A) is known color: Medium Violet Red. HEX triplet: C3, 05 and 8A. RGB value is (195,5,138). Sum of RGB (Red+Green+Blue) = 195+5+138=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3058A is #3CFA75. Grayscale: #4C4C4C. Windows color (decimal): -3996278 or 9045443. OLE color: 9045443.
HSL color Cylindrical-coordinate representation of color #C3058A: hue angle of 318º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3058A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 138 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.24 |
| HSL | 318º | 0.95% | 0.39% | - |
| HSV(B) | 318º | 0.97% | 0.76% | - |
| XYZ | 27.15 | 13.55 | 25.23 | - |
| YUV | 76.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 138 | 0 | 0.97 | 0.29 | 0.24 | 318 | 0.95 | 0.39 |
| Hex | C3 | 5 | 8A | 0 | 61 | 1D | 18 | 13E | 5F | 27 |
| Octal | 303 | 5 | 212 | 0 | 141 | 35 | 30 | 476 | 137 | 47 |
| Binary | 11000011 | 101 | 10001010 | 0 | 1100001 | 11101 | 11000 | 100111110 | 1011111 | 100111 |
Color Harmonies of #C3058A
Complementary color
Monochromatic Colors of #C3058A
Black with #C3058A
Text Example
Text Example
White with #C3058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3058A; }
p { color: rgb(195,5,138); }
H1.HeaderClassName
{
color: #C3058A;
}
.AnyTagClassName
{
color: #C3058A;
}
</style>
background-color css
<style>
a { background-color: #C3058A; }
a { background-color: rgb(195,5,138); }
div.DivClassName
{
background-color: #C3058A;
}
.BgClassName
{
background-color: #C3058A;
}
</style>
border-color css
<style>
span { border-color: #C3058A; }
span { border-color: rgb(195,5,138); }
td.TdClassName
{
border-color: #C3058A;
}
.TagClassName
{
border-color: #C3058A;
}
</style>