Shades of Medium Violet Red #C3138F
Tints of Medium Violet Red #C3138F
RGB
CMYK
RGB Variations
Color information
#C3138F (or 0xC3138F) is known color: Medium Violet Red. HEX triplet: C3, 13 and 8F. RGB value is (195,19,143). Sum of RGB (Red+Green+Blue) = 195+19+143=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3138F is #3CEC70. Grayscale: #555555. Windows color (decimal): -3992689 or 9376707. OLE color: 9376707.
HSL color Cylindrical-coordinate representation of color #C3138F: hue angle of 317.73º 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 #C3138F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 143 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.24 |
| HSL | 317.73º | 0.82% | 0.42% | - |
| HSV(B) | 317.73º | 0.9% | 0.76% | - |
| XYZ | 27.7 | 14.05 | 27.24 | - |
| YUV | 85.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 143 | 0 | 0.90 | 0.27 | 0.24 | 317.73 | 0.82 | 0.42 |
| Hex | C3 | 13 | 8F | 0 | 5A | 1B | 18 | 13E | 52 | 2A |
| Octal | 303 | 23 | 217 | 0 | 132 | 33 | 30 | 476 | 122 | 52 |
| Binary | 11000011 | 10011 | 10001111 | 0 | 1011010 | 11011 | 11000 | 100111110 | 1010010 | 101010 |
Color Harmonies of #C3138F
Complementary color
Monochromatic Colors of #C3138F
Black with #C3138F
Text Example
Text Example
White with #C3138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3138F; }
p { color: rgb(195,19,143); }
H1.HeaderClassName
{
color: #C3138F;
}
.AnyTagClassName
{
color: #C3138F;
}
</style>
background-color css
<style>
a { background-color: #C3138F; }
a { background-color: rgb(195,19,143); }
div.DivClassName
{
background-color: #C3138F;
}
.BgClassName
{
background-color: #C3138F;
}
</style>
border-color css
<style>
span { border-color: #C3138F; }
span { border-color: rgb(195,19,143); }
td.TdClassName
{
border-color: #C3138F;
}
.TagClassName
{
border-color: #C3138F;
}
</style>