Shades of Medium Violet Red #C3138A
Tints of Medium Violet Red #C3138A
RGB
CMYK
RGB Variations
Color information
#C3138A (or 0xC3138A) is known color: Medium Violet Red. HEX triplet: C3, 13 and 8A. RGB value is (195,19,138). Sum of RGB (Red+Green+Blue) = 195+19+138=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3138A is #3CEC75. Grayscale: #545454. Windows color (decimal): -3992694 or 9049027. OLE color: 9049027.
HSL color Cylindrical-coordinate representation of color #C3138A: hue angle of 319.43º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3138A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 138 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.24 |
| HSL | 319.43º | 0.82% | 0.42% | - |
| HSV(B) | 319.43º | 0.9% | 0.76% | - |
| XYZ | 27.33 | 13.9 | 25.29 | - |
| YUV | 85.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 138 | 0 | 0.90 | 0.29 | 0.24 | 319.43 | 0.82 | 0.42 |
| Hex | C3 | 13 | 8A | 0 | 5A | 1D | 18 | 13F | 52 | 2A |
| Octal | 303 | 23 | 212 | 0 | 132 | 35 | 30 | 477 | 122 | 52 |
| Binary | 11000011 | 10011 | 10001010 | 0 | 1011010 | 11101 | 11000 | 100111111 | 1010010 | 101010 |
Color Harmonies of #C3138A
Complementary color
Monochromatic Colors of #C3138A
Black with #C3138A
Text Example
Text Example
White with #C3138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3138A; }
p { color: rgb(195,19,138); }
H1.HeaderClassName
{
color: #C3138A;
}
.AnyTagClassName
{
color: #C3138A;
}
</style>
background-color css
<style>
a { background-color: #C3138A; }
a { background-color: rgb(195,19,138); }
div.DivClassName
{
background-color: #C3138A;
}
.BgClassName
{
background-color: #C3138A;
}
</style>
border-color css
<style>
span { border-color: #C3138A; }
span { border-color: rgb(195,19,138); }
td.TdClassName
{
border-color: #C3138A;
}
.TagClassName
{
border-color: #C3138A;
}
</style>