Shades of Medium Violet Red #C12285
Tints of Medium Violet Red #C12285
RGB
CMYK
RGB Variations
Color information
#C12285 (or 0xC12285) is known color: Medium Violet Red. HEX triplet: C1, 22 and 85. RGB value is (193,34,133). Sum of RGB (Red+Green+Blue) = 193+34+133=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C12285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12285 is #3EDD7A. Grayscale: #5C5C5C. Windows color (decimal): -4119931 or 8725185. OLE color: 8725185.
HSL color Cylindrical-coordinate representation of color #C12285: hue angle of 322.64º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12285 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 133 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.24 |
| HSL | 322.64º | 0.7% | 0.45% | - |
| HSV(B) | 322.64º | 0.82% | 0.76% | - |
| XYZ | 26.8 | 14.17 | 23.51 | - |
| YUV | 92.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 133 | 0 | 0.82 | 0.31 | 0.24 | 322.64 | 0.7 | 0.45 |
| Hex | C1 | 22 | 85 | 0 | 52 | 1F | 18 | 143 | 46 | 2D |
| Octal | 301 | 42 | 205 | 0 | 122 | 37 | 30 | 503 | 106 | 55 |
| Binary | 11000001 | 100010 | 10000101 | 0 | 1010010 | 11111 | 11000 | 101000011 | 1000110 | 101101 |
Color Harmonies of #C12285
Complementary color
Monochromatic Colors of #C12285
Black with #C12285
Text Example
Text Example
White with #C12285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12285; }
p { color: rgb(193,34,133); }
H1.HeaderClassName
{
color: #C12285;
}
.AnyTagClassName
{
color: #C12285;
}
</style>
background-color css
<style>
a { background-color: #C12285; }
a { background-color: rgb(193,34,133); }
div.DivClassName
{
background-color: #C12285;
}
.BgClassName
{
background-color: #C12285;
}
</style>
border-color css
<style>
span { border-color: #C12285; }
span { border-color: rgb(193,34,133); }
td.TdClassName
{
border-color: #C12285;
}
.TagClassName
{
border-color: #C12285;
}
</style>