Shades of Medium Violet Red #C00484
Tints of Medium Violet Red #C00484
RGB
CMYK
RGB Variations
Color information
#C00484 (or 0xC00484) is known color: Medium Violet Red. HEX triplet: C0, 04 and 84. RGB value is (192,4,132). Sum of RGB (Red+Green+Blue) = 192+4+132=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C00484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00484 is #3FFB7B. Grayscale: #4A4A4A. Windows color (decimal): -4193148 or 8651968. OLE color: 8651968.
HSL color Cylindrical-coordinate representation of color #C00484: hue angle of 319.15º 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 #C00484 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.25 |
| HSL | 319.15º | 0.96% | 0.38% | - |
| HSV(B) | 319.15º | 0.98% | 0.75% | - |
| XYZ | 25.95 | 12.96 | 22.96 | - |
| YUV | 74.8 | 160.28 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 132 | 0 | 0.98 | 0.31 | 0.25 | 319.15 | 0.96 | 0.38 |
| Hex | C0 | 4 | 84 | 0 | 62 | 1F | 19 | 13F | 60 | 26 |
| Octal | 300 | 4 | 204 | 0 | 142 | 37 | 31 | 477 | 140 | 46 |
| Binary | 11000000 | 100 | 10000100 | 0 | 1100010 | 11111 | 11001 | 100111111 | 1100000 | 100110 |
Color Harmonies of #C00484
Complementary color
Monochromatic Colors of #C00484
Black with #C00484
Text Example
Text Example
White with #C00484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00484; }
p { color: rgb(192,4,132); }
H1.HeaderClassName
{
color: #C00484;
}
.AnyTagClassName
{
color: #C00484;
}
</style>
background-color css
<style>
a { background-color: #C00484; }
a { background-color: rgb(192,4,132); }
div.DivClassName
{
background-color: #C00484;
}
.BgClassName
{
background-color: #C00484;
}
</style>
border-color css
<style>
span { border-color: #C00484; }
span { border-color: rgb(192,4,132); }
td.TdClassName
{
border-color: #C00484;
}
.TagClassName
{
border-color: #C00484;
}
</style>