Shades of Medium Violet Red #C80396
Tints of Medium Violet Red #C80396
RGB
CMYK
RGB Variations
Color information
#C80396 (or 0xC80396) is known color: Medium Violet Red. HEX triplet: C8, 03 and 96. RGB value is (200,3,150). Sum of RGB (Red+Green+Blue) = 200+3+150=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C80396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80396 is #37FC69. Grayscale: #4E4E4E. Windows color (decimal): -3669098 or 9831368. OLE color: 9831368.
HSL color Cylindrical-coordinate representation of color #C80396: hue angle of 315.23º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80396 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 150 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.22 |
| HSL | 315.23º | 0.97% | 0.4% | - |
| HSV(B) | 315.23º | 0.99% | 0.78% | - |
| XYZ | 29.36 | 14.55 | 30.11 | - |
| YUV | 78.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 150 | 0 | 0.98 | 0.25 | 0.22 | 315.23 | 0.97 | 0.4 |
| Hex | C8 | 3 | 96 | 0 | 62 | 19 | 16 | 13B | 61 | 28 |
| Octal | 310 | 3 | 226 | 0 | 142 | 31 | 26 | 473 | 141 | 50 |
| Binary | 11001000 | 11 | 10010110 | 0 | 1100010 | 11001 | 10110 | 100111011 | 1100001 | 101000 |
Color Harmonies of #C80396
Complementary color
Monochromatic Colors of #C80396
Black with #C80396
Text Example
Text Example
White with #C80396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80396; }
p { color: rgb(200,3,150); }
H1.HeaderClassName
{
color: #C80396;
}
.AnyTagClassName
{
color: #C80396;
}
</style>
background-color css
<style>
a { background-color: #C80396; }
a { background-color: rgb(200,3,150); }
div.DivClassName
{
background-color: #C80396;
}
.BgClassName
{
background-color: #C80396;
}
</style>
border-color css
<style>
span { border-color: #C80396; }
span { border-color: rgb(200,3,150); }
td.TdClassName
{
border-color: #C80396;
}
.TagClassName
{
border-color: #C80396;
}
</style>