Shades of Medium Violet Red #C3129D
Tints of Medium Violet Red #C3129D
RGB
CMYK
RGB Variations
Color information
#C3129D (or 0xC3129D) is known color: Medium Violet Red. HEX triplet: C3, 12 and 9D. RGB value is (195,18,157). Sum of RGB (Red+Green+Blue) = 195+18+157=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3129D is #3CED62. Grayscale: #565656. Windows color (decimal): -3992931 or 10293955. OLE color: 10293955.
HSL color Cylindrical-coordinate representation of color #C3129D: hue angle of 312.88º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3129D is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.24 |
| HSL | 312.88º | 0.83% | 0.42% | - |
| HSV(B) | 312.88º | 0.91% | 0.76% | - |
| XYZ | 28.81 | 14.47 | 33.17 | - |
| YUV | 86.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 157 | 0 | 0.91 | 0.19 | 0.24 | 312.88 | 0.83 | 0.42 |
| Hex | C3 | 12 | 9D | 0 | 5B | 13 | 18 | 139 | 53 | 2A |
| Octal | 303 | 22 | 235 | 0 | 133 | 23 | 30 | 471 | 123 | 52 |
| Binary | 11000011 | 10010 | 10011101 | 0 | 1011011 | 10011 | 11000 | 100111001 | 1010011 | 101010 |
Color Harmonies of #C3129D
Complementary color
Monochromatic Colors of #C3129D
Black with #C3129D
Text Example
Text Example
White with #C3129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3129D; }
p { color: rgb(195,18,157); }
H1.HeaderClassName
{
color: #C3129D;
}
.AnyTagClassName
{
color: #C3129D;
}
</style>
background-color css
<style>
a { background-color: #C3129D; }
a { background-color: rgb(195,18,157); }
div.DivClassName
{
background-color: #C3129D;
}
.BgClassName
{
background-color: #C3129D;
}
</style>
border-color css
<style>
span { border-color: #C3129D; }
span { border-color: rgb(195,18,157); }
td.TdClassName
{
border-color: #C3129D;
}
.TagClassName
{
border-color: #C3129D;
}
</style>