Shades of Medium Violet Red #C12083
Tints of Medium Violet Red #C12083
RGB
CMYK
RGB Variations
Color information
#C12083 (or 0xC12083) is known color: Medium Violet Red. HEX triplet: C1, 20 and 83. RGB value is (193,32,131). Sum of RGB (Red+Green+Blue) = 193+32+131=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C12083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12083 is #3EDF7C. Grayscale: #5B5B5B. Windows color (decimal): -4120445 or 8593601. OLE color: 8593601.
HSL color Cylindrical-coordinate representation of color #C12083: hue angle of 323.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12083 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 131 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.24 |
| HSL | 323.11º | 0.72% | 0.44% | - |
| HSV(B) | 323.11º | 0.83% | 0.76% | - |
| XYZ | 26.61 | 14.01 | 22.77 | - |
| YUV | 91.43 | 150.34 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 131 | 0 | 0.83 | 0.32 | 0.24 | 323.11 | 0.72 | 0.44 |
| Hex | C1 | 20 | 83 | 0 | 53 | 20 | 18 | 143 | 48 | 2C |
| Octal | 301 | 40 | 203 | 0 | 123 | 40 | 30 | 503 | 110 | 54 |
| Binary | 11000001 | 100000 | 10000011 | 0 | 1010011 | 100000 | 11000 | 101000011 | 1001000 | 101100 |
Color Harmonies of #C12083
Complementary color
Monochromatic Colors of #C12083
Black with #C12083
Text Example
Text Example
White with #C12083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12083; }
p { color: rgb(193,32,131); }
H1.HeaderClassName
{
color: #C12083;
}
.AnyTagClassName
{
color: #C12083;
}
</style>
background-color css
<style>
a { background-color: #C12083; }
a { background-color: rgb(193,32,131); }
div.DivClassName
{
background-color: #C12083;
}
.BgClassName
{
background-color: #C12083;
}
</style>
border-color css
<style>
span { border-color: #C12083; }
span { border-color: rgb(193,32,131); }
td.TdClassName
{
border-color: #C12083;
}
.TagClassName
{
border-color: #C12083;
}
</style>