Shades of Medium Violet Red #C00671
Tints of Medium Violet Red #C00671
RGB
CMYK
RGB Variations
Color information
#C00671 (or 0xC00671) is known color: Medium Violet Red. HEX triplet: C0, 06 and 71. RGB value is (192,6,113). Sum of RGB (Red+Green+Blue) = 192+6+113=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C00671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00671 is #3FF98E. Grayscale: #494949. Windows color (decimal): -4192655 or 7407296. OLE color: 7407296.
HSL color Cylindrical-coordinate representation of color #C00671: hue angle of 325.48º 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 #C00671 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.25 |
| HSL | 325.48º | 0.94% | 0.39% | - |
| HSV(B) | 325.48º | 0.97% | 0.75% | - |
| XYZ | 24.78 | 12.53 | 16.73 | - |
| YUV | 73.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 113 | 0 | 0.97 | 0.41 | 0.25 | 325.48 | 0.94 | 0.39 |
| Hex | C0 | 6 | 71 | 0 | 61 | 29 | 19 | 145 | 5E | 27 |
| Octal | 300 | 6 | 161 | 0 | 141 | 51 | 31 | 505 | 136 | 47 |
| Binary | 11000000 | 110 | 1110001 | 0 | 1100001 | 101001 | 11001 | 101000101 | 1011110 | 100111 |
Color Harmonies of #C00671
Complementary color
Monochromatic Colors of #C00671
Black with #C00671
Text Example
Text Example
White with #C00671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00671; }
p { color: rgb(192,6,113); }
H1.HeaderClassName
{
color: #C00671;
}
.AnyTagClassName
{
color: #C00671;
}
</style>
background-color css
<style>
a { background-color: #C00671; }
a { background-color: rgb(192,6,113); }
div.DivClassName
{
background-color: #C00671;
}
.BgClassName
{
background-color: #C00671;
}
</style>
border-color css
<style>
span { border-color: #C00671; }
span { border-color: rgb(192,6,113); }
td.TdClassName
{
border-color: #C00671;
}
.TagClassName
{
border-color: #C00671;
}
</style>