Shades of Medium Violet Red #C60396
Tints of Medium Violet Red #C60396
RGB
CMYK
RGB Variations
Color information
#C60396 (or 0xC60396) is known color: Medium Violet Red. HEX triplet: C6, 03 and 96. RGB value is (198,3,150). Sum of RGB (Red+Green+Blue) = 198+3+150=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C60396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60396 is #39FC69. Grayscale: #4D4D4D. Windows color (decimal): -3800170 or 9831366. OLE color: 9831366.
HSL color Cylindrical-coordinate representation of color #C60396: hue angle of 314.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60396 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 150 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.22 |
| HSL | 314.77º | 0.97% | 0.39% | - |
| HSV(B) | 314.77º | 0.98% | 0.78% | - |
| XYZ | 28.83 | 14.27 | 30.09 | - |
| YUV | 78.06 | 168.6 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 150 | 0 | 0.98 | 0.24 | 0.22 | 314.77 | 0.97 | 0.39 |
| Hex | C6 | 3 | 96 | 0 | 62 | 18 | 16 | 13B | 61 | 27 |
| Octal | 306 | 3 | 226 | 0 | 142 | 30 | 26 | 473 | 141 | 47 |
| Binary | 11000110 | 11 | 10010110 | 0 | 1100010 | 11000 | 10110 | 100111011 | 1100001 | 100111 |
Color Harmonies of #C60396
Complementary color
Monochromatic Colors of #C60396
Black with #C60396
Text Example
Text Example
White with #C60396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60396; }
p { color: rgb(198,3,150); }
H1.HeaderClassName
{
color: #C60396;
}
.AnyTagClassName
{
color: #C60396;
}
</style>
background-color css
<style>
a { background-color: #C60396; }
a { background-color: rgb(198,3,150); }
div.DivClassName
{
background-color: #C60396;
}
.BgClassName
{
background-color: #C60396;
}
</style>
border-color css
<style>
span { border-color: #C60396; }
span { border-color: rgb(198,3,150); }
td.TdClassName
{
border-color: #C60396;
}
.TagClassName
{
border-color: #C60396;
}
</style>