Shades of Medium Red Violet #C0287A
Tints of Medium Red Violet #C0287A
RGB
CMYK
RGB Variations
Color information
#C0287A (or 0xC0287A) is known color: Medium Red Violet. HEX triplet: C0, 28 and 7A. RGB value is (192,40,122). Sum of RGB (Red+Green+Blue) = 192+40+122=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0287A is #3FD785. Grayscale: #5E5E5E. Windows color (decimal): -4183942 or 8005824. OLE color: 8005824.
HSL color Cylindrical-coordinate representation of color #C0287A: hue angle of 327.63º 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 #C0287A is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 122 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.25 |
| HSL | 327.63º | 0.66% | 0.45% | - |
| HSV(B) | 327.63º | 0.79% | 0.75% | - |
| XYZ | 26.01 | 14.13 | 19.77 | - |
| YUV | 94.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 122 | 0 | 0.79 | 0.36 | 0.25 | 327.63 | 0.66 | 0.45 |
| Hex | C0 | 28 | 7A | 0 | 4F | 24 | 19 | 148 | 42 | 2D |
| Octal | 300 | 50 | 172 | 0 | 117 | 44 | 31 | 510 | 102 | 55 |
| Binary | 11000000 | 101000 | 1111010 | 0 | 1001111 | 100100 | 11001 | 101001000 | 1000010 | 101101 |
Color Harmonies of #C0287A
Complementary color
Monochromatic Colors of #C0287A
Black with #C0287A
Text Example
Text Example
White with #C0287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0287A; }
p { color: rgb(192,40,122); }
H1.HeaderClassName
{
color: #C0287A;
}
.AnyTagClassName
{
color: #C0287A;
}
</style>
background-color css
<style>
a { background-color: #C0287A; }
a { background-color: rgb(192,40,122); }
div.DivClassName
{
background-color: #C0287A;
}
.BgClassName
{
background-color: #C0287A;
}
</style>
border-color css
<style>
span { border-color: #C0287A; }
span { border-color: rgb(192,40,122); }
td.TdClassName
{
border-color: #C0287A;
}
.TagClassName
{
border-color: #C0287A;
}
</style>