Shades of Medium Violet Red #C10285
Tints of Medium Violet Red #C10285
RGB
CMYK
RGB Variations
Color information
#C10285 (or 0xC10285) is known color: Medium Violet Red. HEX triplet: C1, 02 and 85. RGB value is (193,2,133). Sum of RGB (Red+Green+Blue) = 193+2+133=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C10285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10285 is #3EFD7A. Grayscale: #494949. Windows color (decimal): -4128123 or 8716993. OLE color: 8716993.
HSL color Cylindrical-coordinate representation of color #C10285: hue angle of 318.85º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10285 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.24 |
| HSL | 318.85º | 0.98% | 0.38% | - |
| HSV(B) | 318.85º | 0.99% | 0.76% | - |
| XYZ | 26.25 | 13.07 | 23.33 | - |
| YUV | 74.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 133 | 0 | 0.99 | 0.31 | 0.24 | 318.85 | 0.98 | 0.38 |
| Hex | C1 | 2 | 85 | 0 | 63 | 1F | 18 | 13F | 62 | 26 |
| Octal | 301 | 2 | 205 | 0 | 143 | 37 | 30 | 477 | 142 | 46 |
| Binary | 11000001 | 10 | 10000101 | 0 | 1100011 | 11111 | 11000 | 100111111 | 1100010 | 100110 |
Color Harmonies of #C10285
Complementary color
Monochromatic Colors of #C10285
Black with #C10285
Text Example
Text Example
White with #C10285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10285; }
p { color: rgb(193,2,133); }
H1.HeaderClassName
{
color: #C10285;
}
.AnyTagClassName
{
color: #C10285;
}
</style>
background-color css
<style>
a { background-color: #C10285; }
a { background-color: rgb(193,2,133); }
div.DivClassName
{
background-color: #C10285;
}
.BgClassName
{
background-color: #C10285;
}
</style>
border-color css
<style>
span { border-color: #C10285; }
span { border-color: rgb(193,2,133); }
td.TdClassName
{
border-color: #C10285;
}
.TagClassName
{
border-color: #C10285;
}
</style>