Shades of Medium Violet Red #C80395
Tints of Medium Violet Red #C80395
RGB
CMYK
RGB Variations
Color information
#C80395 (or 0xC80395) is known color: Medium Violet Red. HEX triplet: C8, 03 and 95. RGB value is (200,3,149). Sum of RGB (Red+Green+Blue) = 200+3+149=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80395 is #37FC6A. Grayscale: #4E4E4E. Windows color (decimal): -3669099 or 9765832. OLE color: 9765832.
HSL color Cylindrical-coordinate representation of color #C80395: hue angle of 315.53º 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 #C80395 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.22 |
| HSL | 315.53º | 0.97% | 0.4% | - |
| HSV(B) | 315.53º | 0.99% | 0.78% | - |
| XYZ | 29.28 | 14.51 | 29.69 | - |
| YUV | 78.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 149 | 0 | 0.98 | 0.26 | 0.22 | 315.53 | 0.97 | 0.4 |
| Hex | C8 | 3 | 95 | 0 | 62 | 1A | 16 | 13C | 61 | 28 |
| Octal | 310 | 3 | 225 | 0 | 142 | 32 | 26 | 474 | 141 | 50 |
| Binary | 11001000 | 11 | 10010101 | 0 | 1100010 | 11010 | 10110 | 100111100 | 1100001 | 101000 |
Color Harmonies of #C80395
Complementary color
Monochromatic Colors of #C80395
Black with #C80395
Text Example
Text Example
White with #C80395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80395; }
p { color: rgb(200,3,149); }
H1.HeaderClassName
{
color: #C80395;
}
.AnyTagClassName
{
color: #C80395;
}
</style>
background-color css
<style>
a { background-color: #C80395; }
a { background-color: rgb(200,3,149); }
div.DivClassName
{
background-color: #C80395;
}
.BgClassName
{
background-color: #C80395;
}
</style>
border-color css
<style>
span { border-color: #C80395; }
span { border-color: rgb(200,3,149); }
td.TdClassName
{
border-color: #C80395;
}
.TagClassName
{
border-color: #C80395;
}
</style>