Shades of Medium Violet Red #C00475
Tints of Medium Violet Red #C00475
RGB
CMYK
RGB Variations
Color information
#C00475 (or 0xC00475) is known color: Medium Violet Red. HEX triplet: C0, 04 and 75. RGB value is (192,4,117). Sum of RGB (Red+Green+Blue) = 192+4+117=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00475 is #3FFB8A. Grayscale: #484848. Windows color (decimal): -4193163 or 7668928. OLE color: 7668928.
HSL color Cylindrical-coordinate representation of color #C00475: hue angle of 323.94º 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 #C00475 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.25 |
| HSL | 323.94º | 0.96% | 0.38% | - |
| HSV(B) | 323.94º | 0.98% | 0.75% | - |
| XYZ | 24.99 | 12.58 | 17.94 | - |
| YUV | 73.09 | 152.78 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 117 | 0 | 0.98 | 0.39 | 0.25 | 323.94 | 0.96 | 0.38 |
| Hex | C0 | 4 | 75 | 0 | 62 | 27 | 19 | 144 | 60 | 26 |
| Octal | 300 | 4 | 165 | 0 | 142 | 47 | 31 | 504 | 140 | 46 |
| Binary | 11000000 | 100 | 1110101 | 0 | 1100010 | 100111 | 11001 | 101000100 | 1100000 | 100110 |
Color Harmonies of #C00475
Complementary color
Monochromatic Colors of #C00475
Black with #C00475
Text Example
Text Example
White with #C00475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00475; }
p { color: rgb(192,4,117); }
H1.HeaderClassName
{
color: #C00475;
}
.AnyTagClassName
{
color: #C00475;
}
</style>
background-color css
<style>
a { background-color: #C00475; }
a { background-color: rgb(192,4,117); }
div.DivClassName
{
background-color: #C00475;
}
.BgClassName
{
background-color: #C00475;
}
</style>
border-color css
<style>
span { border-color: #C00475; }
span { border-color: rgb(192,4,117); }
td.TdClassName
{
border-color: #C00475;
}
.TagClassName
{
border-color: #C00475;
}
</style>