Shades of Medium Violet Red #C10875
Tints of Medium Violet Red #C10875
RGB
CMYK
RGB Variations
Color information
#C10875 (or 0xC10875) is known color: Medium Violet Red. HEX triplet: C1, 08 and 75. RGB value is (193,8,117). Sum of RGB (Red+Green+Blue) = 193+8+117=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C10875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10875 is #3EF78A. Grayscale: #4B4B4B. Windows color (decimal): -4126603 or 7669953. OLE color: 7669953.
HSL color Cylindrical-coordinate representation of color #C10875: hue angle of 324.65º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10875 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.24 |
| HSL | 324.65º | 0.92% | 0.39% | - |
| HSV(B) | 324.65º | 0.96% | 0.76% | - |
| XYZ | 25.29 | 12.8 | 17.97 | - |
| YUV | 75.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 117 | 0 | 0.96 | 0.39 | 0.24 | 324.65 | 0.92 | 0.39 |
| Hex | C1 | 8 | 75 | 0 | 60 | 27 | 18 | 145 | 5C | 27 |
| Octal | 301 | 10 | 165 | 0 | 140 | 47 | 30 | 505 | 134 | 47 |
| Binary | 11000001 | 1000 | 1110101 | 0 | 1100000 | 100111 | 11000 | 101000101 | 1011100 | 100111 |
Color Harmonies of #C10875
Complementary color
Monochromatic Colors of #C10875
Black with #C10875
Text Example
Text Example
White with #C10875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10875; }
p { color: rgb(193,8,117); }
H1.HeaderClassName
{
color: #C10875;
}
.AnyTagClassName
{
color: #C10875;
}
</style>
background-color css
<style>
a { background-color: #C10875; }
a { background-color: rgb(193,8,117); }
div.DivClassName
{
background-color: #C10875;
}
.BgClassName
{
background-color: #C10875;
}
</style>
border-color css
<style>
span { border-color: #C10875; }
span { border-color: rgb(193,8,117); }
td.TdClassName
{
border-color: #C10875;
}
.TagClassName
{
border-color: #C10875;
}
</style>