Shades of Medium Violet Red #C01270
Tints of Medium Violet Red #C01270
RGB
CMYK
RGB Variations
Color information
#C01270 (or 0xC01270) is known color: Medium Violet Red. HEX triplet: C0, 12 and 70. RGB value is (192,18,112). Sum of RGB (Red+Green+Blue) = 192+18+112=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C01270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01270 is #3FED8F. Grayscale: #505050. Windows color (decimal): -4189584 or 7344832. OLE color: 7344832.
HSL color Cylindrical-coordinate representation of color #C01270: hue angle of 327.59º 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 #C01270 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 112 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.25 |
| HSL | 327.59º | 0.83% | 0.41% | - |
| HSV(B) | 327.59º | 0.91% | 0.75% | - |
| XYZ | 24.88 | 12.81 | 16.49 | - |
| YUV | 80.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 112 | 0 | 0.91 | 0.42 | 0.25 | 327.59 | 0.83 | 0.41 |
| Hex | C0 | 12 | 70 | 0 | 5B | 2A | 19 | 148 | 53 | 29 |
| Octal | 300 | 22 | 160 | 0 | 133 | 52 | 31 | 510 | 123 | 51 |
| Binary | 11000000 | 10010 | 1110000 | 0 | 1011011 | 101010 | 11001 | 101001000 | 1010011 | 101001 |
Color Harmonies of #C01270
Complementary color
Monochromatic Colors of #C01270
Black with #C01270
Text Example
Text Example
White with #C01270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01270; }
p { color: rgb(192,18,112); }
H1.HeaderClassName
{
color: #C01270;
}
.AnyTagClassName
{
color: #C01270;
}
</style>
background-color css
<style>
a { background-color: #C01270; }
a { background-color: rgb(192,18,112); }
div.DivClassName
{
background-color: #C01270;
}
.BgClassName
{
background-color: #C01270;
}
</style>
border-color css
<style>
span { border-color: #C01270; }
span { border-color: rgb(192,18,112); }
td.TdClassName
{
border-color: #C01270;
}
.TagClassName
{
border-color: #C01270;
}
</style>