Shades of Medium Violet Red #C00972
Tints of Medium Violet Red #C00972
RGB
CMYK
RGB Variations
Color information
#C00972 (or 0xC00972) is known color: Medium Violet Red. HEX triplet: C0, 09 and 72. RGB value is (192,9,114). Sum of RGB (Red+Green+Blue) = 192+9+114=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00972 is #3FF68D. Grayscale: #4B4B4B. Windows color (decimal): -4191886 or 7473600. OLE color: 7473600.
HSL color Cylindrical-coordinate representation of color #C00972: hue angle of 325.57º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00972 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 114 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.25 |
| HSL | 325.57º | 0.91% | 0.39% | - |
| HSV(B) | 325.57º | 0.95% | 0.75% | - |
| XYZ | 24.87 | 12.62 | 17.04 | - |
| YUV | 75.69 | 149.63 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 114 | 0 | 0.95 | 0.41 | 0.25 | 325.57 | 0.91 | 0.39 |
| Hex | C0 | 9 | 72 | 0 | 5F | 29 | 19 | 146 | 5B | 27 |
| Octal | 300 | 11 | 162 | 0 | 137 | 51 | 31 | 506 | 133 | 47 |
| Binary | 11000000 | 1001 | 1110010 | 0 | 1011111 | 101001 | 11001 | 101000110 | 1011011 | 100111 |
Color Harmonies of #C00972
Complementary color
Monochromatic Colors of #C00972
Black with #C00972
Text Example
Text Example
White with #C00972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00972; }
p { color: rgb(192,9,114); }
H1.HeaderClassName
{
color: #C00972;
}
.AnyTagClassName
{
color: #C00972;
}
</style>
background-color css
<style>
a { background-color: #C00972; }
a { background-color: rgb(192,9,114); }
div.DivClassName
{
background-color: #C00972;
}
.BgClassName
{
background-color: #C00972;
}
</style>
border-color css
<style>
span { border-color: #C00972; }
span { border-color: rgb(192,9,114); }
td.TdClassName
{
border-color: #C00972;
}
.TagClassName
{
border-color: #C00972;
}
</style>