Shades of Medium Violet Red #C00672
Tints of Medium Violet Red #C00672
RGB
CMYK
RGB Variations
Color information
#C00672 (or 0xC00672) is known color: Medium Violet Red. HEX triplet: C0, 06 and 72. RGB value is (192,6,114). Sum of RGB (Red+Green+Blue) = 192+6+114=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C00672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00672 is #3FF98D. Grayscale: #494949. Windows color (decimal): -4192654 or 7472832. OLE color: 7472832.
HSL color Cylindrical-coordinate representation of color #C00672: hue angle of 325.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00672 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.25 |
| HSL | 325.16º | 0.94% | 0.39% | - |
| HSV(B) | 325.16º | 0.97% | 0.75% | - |
| XYZ | 24.84 | 12.55 | 17.03 | - |
| YUV | 73.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 114 | 0 | 0.97 | 0.41 | 0.25 | 325.16 | 0.94 | 0.39 |
| Hex | C0 | 6 | 72 | 0 | 61 | 29 | 19 | 145 | 5E | 27 |
| Octal | 300 | 6 | 162 | 0 | 141 | 51 | 31 | 505 | 136 | 47 |
| Binary | 11000000 | 110 | 1110010 | 0 | 1100001 | 101001 | 11001 | 101000101 | 1011110 | 100111 |
Color Harmonies of #C00672
Complementary color
Monochromatic Colors of #C00672
Black with #C00672
Text Example
Text Example
White with #C00672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00672; }
p { color: rgb(192,6,114); }
H1.HeaderClassName
{
color: #C00672;
}
.AnyTagClassName
{
color: #C00672;
}
</style>
background-color css
<style>
a { background-color: #C00672; }
a { background-color: rgb(192,6,114); }
div.DivClassName
{
background-color: #C00672;
}
.BgClassName
{
background-color: #C00672;
}
</style>
border-color css
<style>
span { border-color: #C00672; }
span { border-color: rgb(192,6,114); }
td.TdClassName
{
border-color: #C00672;
}
.TagClassName
{
border-color: #C00672;
}
</style>