Shades of Medium Red Violet #C0287D
Tints of Medium Red Violet #C0287D
RGB
CMYK
RGB Variations
Color information
#C0287D (or 0xC0287D) is known color: Medium Red Violet. HEX triplet: C0, 28 and 7D. RGB value is (192,40,125). Sum of RGB (Red+Green+Blue) = 192+40+125=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0287D is #3FD782. Grayscale: #5E5E5E. Windows color (decimal): -4183939 or 8202432. OLE color: 8202432.
HSL color Cylindrical-coordinate representation of color #C0287D: hue angle of 326.45º 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 #C0287D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 125 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.25 |
| HSL | 326.45º | 0.66% | 0.45% | - |
| HSV(B) | 326.45º | 0.79% | 0.75% | - |
| XYZ | 26.2 | 14.2 | 20.76 | - |
| YUV | 95.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 125 | 0 | 0.79 | 0.35 | 0.25 | 326.45 | 0.66 | 0.45 |
| Hex | C0 | 28 | 7D | 0 | 4F | 23 | 19 | 146 | 42 | 2D |
| Octal | 300 | 50 | 175 | 0 | 117 | 43 | 31 | 506 | 102 | 55 |
| Binary | 11000000 | 101000 | 1111101 | 0 | 1001111 | 100011 | 11001 | 101000110 | 1000010 | 101101 |
Color Harmonies of #C0287D
Complementary color
Monochromatic Colors of #C0287D
Black with #C0287D
Text Example
Text Example
White with #C0287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0287D; }
p { color: rgb(192,40,125); }
H1.HeaderClassName
{
color: #C0287D;
}
.AnyTagClassName
{
color: #C0287D;
}
</style>
background-color css
<style>
a { background-color: #C0287D; }
a { background-color: rgb(192,40,125); }
div.DivClassName
{
background-color: #C0287D;
}
.BgClassName
{
background-color: #C0287D;
}
</style>
border-color css
<style>
span { border-color: #C0287D; }
span { border-color: rgb(192,40,125); }
td.TdClassName
{
border-color: #C0287D;
}
.TagClassName
{
border-color: #C0287D;
}
</style>