Shades of Medium Violet Red #C00675
Tints of Medium Violet Red #C00675
RGB
CMYK
RGB Variations
Color information
#C00675 (or 0xC00675) is known color: Medium Violet Red. HEX triplet: C0, 06 and 75. RGB value is (192,6,117). Sum of RGB (Red+Green+Blue) = 192+6+117=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00675 is #3FF98A. Grayscale: #4A4A4A. Windows color (decimal): -4192651 or 7669440. OLE color: 7669440.
HSL color Cylindrical-coordinate representation of color #C00675: hue angle of 324.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00675 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.25 |
| HSL | 324.19º | 0.94% | 0.39% | - |
| HSV(B) | 324.19º | 0.97% | 0.75% | - |
| XYZ | 25.01 | 12.62 | 17.95 | - |
| YUV | 74.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 117 | 0 | 0.97 | 0.39 | 0.25 | 324.19 | 0.94 | 0.39 |
| Hex | C0 | 6 | 75 | 0 | 61 | 27 | 19 | 144 | 5E | 27 |
| Octal | 300 | 6 | 165 | 0 | 141 | 47 | 31 | 504 | 136 | 47 |
| Binary | 11000000 | 110 | 1110101 | 0 | 1100001 | 100111 | 11001 | 101000100 | 1011110 | 100111 |
Color Harmonies of #C00675
Complementary color
Monochromatic Colors of #C00675
Black with #C00675
Text Example
Text Example
White with #C00675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00675; }
p { color: rgb(192,6,117); }
H1.HeaderClassName
{
color: #C00675;
}
.AnyTagClassName
{
color: #C00675;
}
</style>
background-color css
<style>
a { background-color: #C00675; }
a { background-color: rgb(192,6,117); }
div.DivClassName
{
background-color: #C00675;
}
.BgClassName
{
background-color: #C00675;
}
</style>
border-color css
<style>
span { border-color: #C00675; }
span { border-color: rgb(192,6,117); }
td.TdClassName
{
border-color: #C00675;
}
.TagClassName
{
border-color: #C00675;
}
</style>