Shades of Medium Violet Red #C02287
Tints of Medium Violet Red #C02287
RGB
CMYK
RGB Variations
Color information
#C02287 (or 0xC02287) is known color: Medium Violet Red. HEX triplet: C0, 22 and 87. RGB value is (192,34,135). Sum of RGB (Red+Green+Blue) = 192+34+135=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02287 is #3FDD78. Grayscale: #5C5C5C. Windows color (decimal): -4185465 or 8856256. OLE color: 8856256.
HSL color Cylindrical-coordinate representation of color #C02287: hue angle of 321.65º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02287 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 135 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.25 |
| HSL | 321.65º | 0.7% | 0.44% | - |
| HSV(B) | 321.65º | 0.82% | 0.75% | - |
| XYZ | 26.68 | 14.1 | 24.24 | - |
| YUV | 92.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 135 | 0 | 0.82 | 0.30 | 0.25 | 321.65 | 0.7 | 0.44 |
| Hex | C0 | 22 | 87 | 0 | 52 | 1E | 19 | 142 | 46 | 2C |
| Octal | 300 | 42 | 207 | 0 | 122 | 36 | 31 | 502 | 106 | 54 |
| Binary | 11000000 | 100010 | 10000111 | 0 | 1010010 | 11110 | 11001 | 101000010 | 1000110 | 101100 |
Color Harmonies of #C02287
Complementary color
Monochromatic Colors of #C02287
Black with #C02287
Text Example
Text Example
White with #C02287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02287; }
p { color: rgb(192,34,135); }
H1.HeaderClassName
{
color: #C02287;
}
.AnyTagClassName
{
color: #C02287;
}
</style>
background-color css
<style>
a { background-color: #C02287; }
a { background-color: rgb(192,34,135); }
div.DivClassName
{
background-color: #C02287;
}
.BgClassName
{
background-color: #C02287;
}
</style>
border-color css
<style>
span { border-color: #C02287; }
span { border-color: rgb(192,34,135); }
td.TdClassName
{
border-color: #C02287;
}
.TagClassName
{
border-color: #C02287;
}
</style>