Shades of Medium Violet Red #C0127D
Tints of Medium Violet Red #C0127D
RGB
CMYK
RGB Variations
Color information
#C0127D (or 0xC0127D) is known color: Medium Violet Red. HEX triplet: C0, 12 and 7D. RGB value is (192,18,125). Sum of RGB (Red+Green+Blue) = 192+18+125=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0127D is #3FED82. Grayscale: #515151. Windows color (decimal): -4189571 or 8196800. OLE color: 8196800.
HSL color Cylindrical-coordinate representation of color #C0127D: hue angle of 323.1º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0127D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 125 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.25 |
| HSL | 323.1º | 0.83% | 0.41% | - |
| HSV(B) | 323.1º | 0.91% | 0.75% | - |
| XYZ | 25.66 | 13.12 | 20.58 | - |
| YUV | 82.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 125 | 0 | 0.91 | 0.35 | 0.25 | 323.1 | 0.83 | 0.41 |
| Hex | C0 | 12 | 7D | 0 | 5B | 23 | 19 | 143 | 53 | 29 |
| Octal | 300 | 22 | 175 | 0 | 133 | 43 | 31 | 503 | 123 | 51 |
| Binary | 11000000 | 10010 | 1111101 | 0 | 1011011 | 100011 | 11001 | 101000011 | 1010011 | 101001 |
Color Harmonies of #C0127D
Complementary color
Monochromatic Colors of #C0127D
Black with #C0127D
Text Example
Text Example
White with #C0127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0127D; }
p { color: rgb(192,18,125); }
H1.HeaderClassName
{
color: #C0127D;
}
.AnyTagClassName
{
color: #C0127D;
}
</style>
background-color css
<style>
a { background-color: #C0127D; }
a { background-color: rgb(192,18,125); }
div.DivClassName
{
background-color: #C0127D;
}
.BgClassName
{
background-color: #C0127D;
}
</style>
border-color css
<style>
span { border-color: #C0127D; }
span { border-color: rgb(192,18,125); }
td.TdClassName
{
border-color: #C0127D;
}
.TagClassName
{
border-color: #C0127D;
}
</style>