Shades of Medium Violet Red #C02386
Tints of Medium Violet Red #C02386
RGB
CMYK
RGB Variations
Color information
#C02386 (or 0xC02386) is known color: Medium Violet Red. HEX triplet: C0, 23 and 86. RGB value is (192,35,134). Sum of RGB (Red+Green+Blue) = 192+35+134=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02386 is #3FDC79. Grayscale: #5C5C5C. Windows color (decimal): -4185210 or 8790976. OLE color: 8790976.
HSL color Cylindrical-coordinate representation of color #C02386: hue angle of 322.17º 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 #C02386 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 134 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.25 |
| HSL | 322.17º | 0.69% | 0.45% | - |
| HSV(B) | 322.17º | 0.82% | 0.75% | - |
| XYZ | 26.64 | 14.13 | 23.88 | - |
| YUV | 93.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 134 | 0 | 0.82 | 0.30 | 0.25 | 322.17 | 0.69 | 0.45 |
| Hex | C0 | 23 | 86 | 0 | 52 | 1E | 19 | 142 | 45 | 2D |
| Octal | 300 | 43 | 206 | 0 | 122 | 36 | 31 | 502 | 105 | 55 |
| Binary | 11000000 | 100011 | 10000110 | 0 | 1010010 | 11110 | 11001 | 101000010 | 1000101 | 101101 |
Color Harmonies of #C02386
Complementary color
Monochromatic Colors of #C02386
Black with #C02386
Text Example
Text Example
White with #C02386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02386; }
p { color: rgb(192,35,134); }
H1.HeaderClassName
{
color: #C02386;
}
.AnyTagClassName
{
color: #C02386;
}
</style>
background-color css
<style>
a { background-color: #C02386; }
a { background-color: rgb(192,35,134); }
div.DivClassName
{
background-color: #C02386;
}
.BgClassName
{
background-color: #C02386;
}
</style>
border-color css
<style>
span { border-color: #C02386; }
span { border-color: rgb(192,35,134); }
td.TdClassName
{
border-color: #C02386;
}
.TagClassName
{
border-color: #C02386;
}
</style>