Shades of Medium Violet Red #C00497
Tints of Medium Violet Red #C00497
RGB
CMYK
RGB Variations
Color information
#C00497 (or 0xC00497) is known color: Medium Violet Red. HEX triplet: C0, 04 and 97. RGB value is (192,4,151). Sum of RGB (Red+Green+Blue) = 192+4+151=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C00497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00497 is #3FFB68. Grayscale: #4C4C4C. Windows color (decimal): -4193129 or 9897152. OLE color: 9897152.
HSL color Cylindrical-coordinate representation of color #C00497: hue angle of 313.09º 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 #C00497 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.25 |
| HSL | 313.09º | 0.96% | 0.38% | - |
| HSV(B) | 313.09º | 0.98% | 0.75% | - |
| XYZ | 27.37 | 13.53 | 30.45 | - |
| YUV | 76.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 151 | 0 | 0.98 | 0.21 | 0.25 | 313.09 | 0.96 | 0.38 |
| Hex | C0 | 4 | 97 | 0 | 62 | 15 | 19 | 139 | 60 | 26 |
| Octal | 300 | 4 | 227 | 0 | 142 | 25 | 31 | 471 | 140 | 46 |
| Binary | 11000000 | 100 | 10010111 | 0 | 1100010 | 10101 | 11001 | 100111001 | 1100000 | 100110 |
Color Harmonies of #C00497
Complementary color
Monochromatic Colors of #C00497
Black with #C00497
Text Example
Text Example
White with #C00497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00497; }
p { color: rgb(192,4,151); }
H1.HeaderClassName
{
color: #C00497;
}
.AnyTagClassName
{
color: #C00497;
}
</style>
background-color css
<style>
a { background-color: #C00497; }
a { background-color: rgb(192,4,151); }
div.DivClassName
{
background-color: #C00497;
}
.BgClassName
{
background-color: #C00497;
}
</style>
border-color css
<style>
span { border-color: #C00497; }
span { border-color: rgb(192,4,151); }
td.TdClassName
{
border-color: #C00497;
}
.TagClassName
{
border-color: #C00497;
}
</style>