Shades of Medium Violet Red #C00495
Tints of Medium Violet Red #C00495
RGB
CMYK
RGB Variations
Color information
#C00495 (or 0xC00495) is known color: Medium Violet Red. HEX triplet: C0, 04 and 95. RGB value is (192,4,149). Sum of RGB (Red+Green+Blue) = 192+4+149=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C00495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00495 is #3FFB6A. Grayscale: #4C4C4C. Windows color (decimal): -4193131 or 9766080. OLE color: 9766080.
HSL color Cylindrical-coordinate representation of color #C00495: hue angle of 313.72º 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 #C00495 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.25 |
| HSL | 313.72º | 0.96% | 0.38% | - |
| HSV(B) | 313.72º | 0.98% | 0.75% | - |
| XYZ | 27.21 | 13.46 | 29.6 | - |
| YUV | 76.74 | 168.78 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 149 | 0 | 0.98 | 0.22 | 0.25 | 313.72 | 0.96 | 0.38 |
| Hex | C0 | 4 | 95 | 0 | 62 | 16 | 19 | 13A | 60 | 26 |
| Octal | 300 | 4 | 225 | 0 | 142 | 26 | 31 | 472 | 140 | 46 |
| Binary | 11000000 | 100 | 10010101 | 0 | 1100010 | 10110 | 11001 | 100111010 | 1100000 | 100110 |
Color Harmonies of #C00495
Complementary color
Monochromatic Colors of #C00495
Black with #C00495
Text Example
Text Example
White with #C00495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00495; }
p { color: rgb(192,4,149); }
H1.HeaderClassName
{
color: #C00495;
}
.AnyTagClassName
{
color: #C00495;
}
</style>
background-color css
<style>
a { background-color: #C00495; }
a { background-color: rgb(192,4,149); }
div.DivClassName
{
background-color: #C00495;
}
.BgClassName
{
background-color: #C00495;
}
</style>
border-color css
<style>
span { border-color: #C00495; }
span { border-color: rgb(192,4,149); }
td.TdClassName
{
border-color: #C00495;
}
.TagClassName
{
border-color: #C00495;
}
</style>