Shades of Medium Red Violet #C0289D
Tints of Medium Red Violet #C0289D
RGB
CMYK
RGB Variations
Color information
#C0289D (or 0xC0289D) is known color: Medium Red Violet. HEX triplet: C0, 28 and 9D. RGB value is (192,40,157). Sum of RGB (Red+Green+Blue) = 192+40+157=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0289D is #3FD762. Grayscale: #626262. Windows color (decimal): -4183907 or 10299584. OLE color: 10299584.
HSL color Cylindrical-coordinate representation of color #C0289D: hue angle of 313.82º 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 #C0289D is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 157 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.25 |
| HSL | 313.82º | 0.66% | 0.45% | - |
| HSV(B) | 313.82º | 0.79% | 0.75% | - |
| XYZ | 28.58 | 15.16 | 33.32 | - |
| YUV | 98.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 157 | 0 | 0.79 | 0.18 | 0.25 | 313.82 | 0.66 | 0.45 |
| Hex | C0 | 28 | 9D | 0 | 4F | 12 | 19 | 13A | 42 | 2D |
| Octal | 300 | 50 | 235 | 0 | 117 | 22 | 31 | 472 | 102 | 55 |
| Binary | 11000000 | 101000 | 10011101 | 0 | 1001111 | 10010 | 11001 | 100111010 | 1000010 | 101101 |
Color Harmonies of #C0289D
Complementary color
Monochromatic Colors of #C0289D
Black with #C0289D
Text Example
Text Example
White with #C0289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0289D; }
p { color: rgb(192,40,157); }
H1.HeaderClassName
{
color: #C0289D;
}
.AnyTagClassName
{
color: #C0289D;
}
</style>
background-color css
<style>
a { background-color: #C0289D; }
a { background-color: rgb(192,40,157); }
div.DivClassName
{
background-color: #C0289D;
}
.BgClassName
{
background-color: #C0289D;
}
</style>
border-color css
<style>
span { border-color: #C0289D; }
span { border-color: rgb(192,40,157); }
td.TdClassName
{
border-color: #C0289D;
}
.TagClassName
{
border-color: #C0289D;
}
</style>