Shades of Medium Violet Red #C00670
Tints of Medium Violet Red #C00670
RGB
CMYK
RGB Variations
Color information
#C00670 (or 0xC00670) is known color: Medium Violet Red. HEX triplet: C0, 06 and 70. RGB value is (192,6,112). Sum of RGB (Red+Green+Blue) = 192+6+112=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C00670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00670 is #3FF98F. Grayscale: #494949. Windows color (decimal): -4192656 or 7341760. OLE color: 7341760.
HSL color Cylindrical-coordinate representation of color #C00670: hue angle of 325.81º 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 #C00670 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.25 |
| HSL | 325.81º | 0.94% | 0.39% | - |
| HSV(B) | 325.81º | 0.97% | 0.75% | - |
| XYZ | 24.73 | 12.51 | 16.44 | - |
| YUV | 73.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 112 | 0 | 0.97 | 0.42 | 0.25 | 325.81 | 0.94 | 0.39 |
| Hex | C0 | 6 | 70 | 0 | 61 | 2A | 19 | 146 | 5E | 27 |
| Octal | 300 | 6 | 160 | 0 | 141 | 52 | 31 | 506 | 136 | 47 |
| Binary | 11000000 | 110 | 1110000 | 0 | 1100001 | 101010 | 11001 | 101000110 | 1011110 | 100111 |
Color Harmonies of #C00670
Complementary color
Monochromatic Colors of #C00670
Black with #C00670
Text Example
Text Example
White with #C00670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00670; }
p { color: rgb(192,6,112); }
H1.HeaderClassName
{
color: #C00670;
}
.AnyTagClassName
{
color: #C00670;
}
</style>
background-color css
<style>
a { background-color: #C00670; }
a { background-color: rgb(192,6,112); }
div.DivClassName
{
background-color: #C00670;
}
.BgClassName
{
background-color: #C00670;
}
</style>
border-color css
<style>
span { border-color: #C00670; }
span { border-color: rgb(192,6,112); }
td.TdClassName
{
border-color: #C00670;
}
.TagClassName
{
border-color: #C00670;
}
</style>