Shades of Medium Violet Red #C00470
Tints of Medium Violet Red #C00470
RGB
CMYK
RGB Variations
Color information
#C00470 (or 0xC00470) is known color: Medium Violet Red. HEX triplet: C0, 04 and 70. RGB value is (192,4,112). Sum of RGB (Red+Green+Blue) = 192+4+112=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C00470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00470 is #3FFB8F. Grayscale: #484848. Windows color (decimal): -4193168 or 7341248. OLE color: 7341248.
HSL color Cylindrical-coordinate representation of color #C00470: hue angle of 325.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00470 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.25 |
| HSL | 325.53º | 0.96% | 0.38% | - |
| HSV(B) | 325.53º | 0.98% | 0.75% | - |
| XYZ | 24.71 | 12.46 | 16.43 | - |
| YUV | 72.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 112 | 0 | 0.98 | 0.42 | 0.25 | 325.53 | 0.96 | 0.38 |
| Hex | C0 | 4 | 70 | 0 | 62 | 2A | 19 | 146 | 60 | 26 |
| Octal | 300 | 4 | 160 | 0 | 142 | 52 | 31 | 506 | 140 | 46 |
| Binary | 11000000 | 100 | 1110000 | 0 | 1100010 | 101010 | 11001 | 101000110 | 1100000 | 100110 |
Color Harmonies of #C00470
Complementary color
Monochromatic Colors of #C00470
Black with #C00470
Text Example
Text Example
White with #C00470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00470; }
p { color: rgb(192,4,112); }
H1.HeaderClassName
{
color: #C00470;
}
.AnyTagClassName
{
color: #C00470;
}
</style>
background-color css
<style>
a { background-color: #C00470; }
a { background-color: rgb(192,4,112); }
div.DivClassName
{
background-color: #C00470;
}
.BgClassName
{
background-color: #C00470;
}
</style>
border-color css
<style>
span { border-color: #C00470; }
span { border-color: rgb(192,4,112); }
td.TdClassName
{
border-color: #C00470;
}
.TagClassName
{
border-color: #C00470;
}
</style>