Shades of Medium Red Violet #C0287C
Tints of Medium Red Violet #C0287C
RGB
CMYK
RGB Variations
Color information
#C0287C (or 0xC0287C) is known color: Medium Red Violet. HEX triplet: C0, 28 and 7C. RGB value is (192,40,124). Sum of RGB (Red+Green+Blue) = 192+40+124=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0287C is #3FD783. Grayscale: #5E5E5E. Windows color (decimal): -4183940 or 8136896. OLE color: 8136896.
HSL color Cylindrical-coordinate representation of color #C0287C: hue angle of 326.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0287C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 124 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.25 |
| HSL | 326.84º | 0.66% | 0.45% | - |
| HSV(B) | 326.84º | 0.79% | 0.75% | - |
| XYZ | 26.14 | 14.18 | 20.43 | - |
| YUV | 95.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 124 | 0 | 0.79 | 0.35 | 0.25 | 326.84 | 0.66 | 0.45 |
| Hex | C0 | 28 | 7C | 0 | 4F | 23 | 19 | 147 | 42 | 2D |
| Octal | 300 | 50 | 174 | 0 | 117 | 43 | 31 | 507 | 102 | 55 |
| Binary | 11000000 | 101000 | 1111100 | 0 | 1001111 | 100011 | 11001 | 101000111 | 1000010 | 101101 |
Color Harmonies of #C0287C
Complementary color
Monochromatic Colors of #C0287C
Black with #C0287C
Text Example
Text Example
White with #C0287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0287C; }
p { color: rgb(192,40,124); }
H1.HeaderClassName
{
color: #C0287C;
}
.AnyTagClassName
{
color: #C0287C;
}
</style>
background-color css
<style>
a { background-color: #C0287C; }
a { background-color: rgb(192,40,124); }
div.DivClassName
{
background-color: #C0287C;
}
.BgClassName
{
background-color: #C0287C;
}
</style>
border-color css
<style>
span { border-color: #C0287C; }
span { border-color: rgb(192,40,124); }
td.TdClassName
{
border-color: #C0287C;
}
.TagClassName
{
border-color: #C0287C;
}
</style>