Shades of Medium Violet Red #C01275
Tints of Medium Violet Red #C01275
RGB
CMYK
RGB Variations
Color information
#C01275 (or 0xC01275) is known color: Medium Violet Red. HEX triplet: C0, 12 and 75. RGB value is (192,18,117). Sum of RGB (Red+Green+Blue) = 192+18+117=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C01275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01275 is #3FED8A. Grayscale: #515151. Windows color (decimal): -4189579 or 7672512. OLE color: 7672512.
HSL color Cylindrical-coordinate representation of color #C01275: hue angle of 325.86º 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 #C01275 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 117 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.25 |
| HSL | 325.86º | 0.83% | 0.41% | - |
| HSV(B) | 325.86º | 0.91% | 0.75% | - |
| XYZ | 25.17 | 12.92 | 18 | - |
| YUV | 81.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 117 | 0 | 0.91 | 0.39 | 0.25 | 325.86 | 0.83 | 0.41 |
| Hex | C0 | 12 | 75 | 0 | 5B | 27 | 19 | 146 | 53 | 29 |
| Octal | 300 | 22 | 165 | 0 | 133 | 47 | 31 | 506 | 123 | 51 |
| Binary | 11000000 | 10010 | 1110101 | 0 | 1011011 | 100111 | 11001 | 101000110 | 1010011 | 101001 |
Color Harmonies of #C01275
Complementary color
Monochromatic Colors of #C01275
Black with #C01275
Text Example
Text Example
White with #C01275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01275; }
p { color: rgb(192,18,117); }
H1.HeaderClassName
{
color: #C01275;
}
.AnyTagClassName
{
color: #C01275;
}
</style>
background-color css
<style>
a { background-color: #C01275; }
a { background-color: rgb(192,18,117); }
div.DivClassName
{
background-color: #C01275;
}
.BgClassName
{
background-color: #C01275;
}
</style>
border-color css
<style>
span { border-color: #C01275; }
span { border-color: rgb(192,18,117); }
td.TdClassName
{
border-color: #C01275;
}
.TagClassName
{
border-color: #C01275;
}
</style>