Shades of Medium Violet Red #C10487
Tints of Medium Violet Red #C10487
RGB
CMYK
RGB Variations
Color information
#C10487 (or 0xC10487) is known color: Medium Violet Red. HEX triplet: C1, 04 and 87. RGB value is (193,4,135). Sum of RGB (Red+Green+Blue) = 193+4+135=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C10487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10487 is #3EFB78. Grayscale: #4B4B4B. Windows color (decimal): -4127609 or 8848577. OLE color: 8848577.
HSL color Cylindrical-coordinate representation of color #C10487: hue angle of 318.41º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10487 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.24 |
| HSL | 318.41º | 0.96% | 0.39% | - |
| HSV(B) | 318.41º | 0.98% | 0.76% | - |
| XYZ | 26.41 | 13.17 | 24.07 | - |
| YUV | 75.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 135 | 0 | 0.98 | 0.30 | 0.24 | 318.41 | 0.96 | 0.39 |
| Hex | C1 | 4 | 87 | 0 | 62 | 1E | 18 | 13E | 60 | 27 |
| Octal | 301 | 4 | 207 | 0 | 142 | 36 | 30 | 476 | 140 | 47 |
| Binary | 11000001 | 100 | 10000111 | 0 | 1100010 | 11110 | 11000 | 100111110 | 1100000 | 100111 |
Color Harmonies of #C10487
Complementary color
Monochromatic Colors of #C10487
Black with #C10487
Text Example
Text Example
White with #C10487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10487; }
p { color: rgb(193,4,135); }
H1.HeaderClassName
{
color: #C10487;
}
.AnyTagClassName
{
color: #C10487;
}
</style>
background-color css
<style>
a { background-color: #C10487; }
a { background-color: rgb(193,4,135); }
div.DivClassName
{
background-color: #C10487;
}
.BgClassName
{
background-color: #C10487;
}
</style>
border-color css
<style>
span { border-color: #C10487; }
span { border-color: rgb(193,4,135); }
td.TdClassName
{
border-color: #C10487;
}
.TagClassName
{
border-color: #C10487;
}
</style>