Shades of Medium Violet Red #C02395
Tints of Medium Violet Red #C02395
RGB
CMYK
RGB Variations
Color information
#C02395 (or 0xC02395) is known color: Medium Violet Red. HEX triplet: C0, 23 and 95. RGB value is (192,35,149). Sum of RGB (Red+Green+Blue) = 192+35+149=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C02395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02395 is #3FDC6A. Grayscale: #5E5E5E. Windows color (decimal): -4185195 or 9774016. OLE color: 9774016.
HSL color Cylindrical-coordinate representation of color #C02395: hue angle of 316.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02395 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 149 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.25 |
| HSL | 316.43º | 0.69% | 0.45% | - |
| HSV(B) | 316.43º | 0.82% | 0.75% | - |
| XYZ | 27.76 | 14.58 | 29.78 | - |
| YUV | 94.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 149 | 0 | 0.82 | 0.22 | 0.25 | 316.43 | 0.69 | 0.45 |
| Hex | C0 | 23 | 95 | 0 | 52 | 16 | 19 | 13C | 45 | 2D |
| Octal | 300 | 43 | 225 | 0 | 122 | 26 | 31 | 474 | 105 | 55 |
| Binary | 11000000 | 100011 | 10010101 | 0 | 1010010 | 10110 | 11001 | 100111100 | 1000101 | 101101 |
Color Harmonies of #C02395
Complementary color
Monochromatic Colors of #C02395
Black with #C02395
Text Example
Text Example
White with #C02395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02395; }
p { color: rgb(192,35,149); }
H1.HeaderClassName
{
color: #C02395;
}
.AnyTagClassName
{
color: #C02395;
}
</style>
background-color css
<style>
a { background-color: #C02395; }
a { background-color: rgb(192,35,149); }
div.DivClassName
{
background-color: #C02395;
}
.BgClassName
{
background-color: #C02395;
}
</style>
border-color css
<style>
span { border-color: #C02395; }
span { border-color: rgb(192,35,149); }
td.TdClassName
{
border-color: #C02395;
}
.TagClassName
{
border-color: #C02395;
}
</style>