Shades of Medium Red Violet #C0289B
Tints of Medium Red Violet #C0289B
RGB
CMYK
RGB Variations
Color information
#C0289B (or 0xC0289B) is known color: Medium Red Violet. HEX triplet: C0, 28 and 9B. RGB value is (192,40,155). Sum of RGB (Red+Green+Blue) = 192+40+155=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0289B is #3FD764. Grayscale: #626262. Windows color (decimal): -4183909 or 10168512. OLE color: 10168512.
HSL color Cylindrical-coordinate representation of color #C0289B: hue angle of 314.61º 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 #C0289B is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 155 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.25 |
| HSL | 314.61º | 0.66% | 0.45% | - |
| HSV(B) | 314.61º | 0.79% | 0.75% | - |
| XYZ | 28.41 | 15.09 | 32.43 | - |
| YUV | 98.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 155 | 0 | 0.79 | 0.19 | 0.25 | 314.61 | 0.66 | 0.45 |
| Hex | C0 | 28 | 9B | 0 | 4F | 13 | 19 | 13B | 42 | 2D |
| Octal | 300 | 50 | 233 | 0 | 117 | 23 | 31 | 473 | 102 | 55 |
| Binary | 11000000 | 101000 | 10011011 | 0 | 1001111 | 10011 | 11001 | 100111011 | 1000010 | 101101 |
Color Harmonies of #C0289B
Complementary color
Monochromatic Colors of #C0289B
Black with #C0289B
Text Example
Text Example
White with #C0289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0289B; }
p { color: rgb(192,40,155); }
H1.HeaderClassName
{
color: #C0289B;
}
.AnyTagClassName
{
color: #C0289B;
}
</style>
background-color css
<style>
a { background-color: #C0289B; }
a { background-color: rgb(192,40,155); }
div.DivClassName
{
background-color: #C0289B;
}
.BgClassName
{
background-color: #C0289B;
}
</style>
border-color css
<style>
span { border-color: #C0289B; }
span { border-color: rgb(192,40,155); }
td.TdClassName
{
border-color: #C0289B;
}
.TagClassName
{
border-color: #C0289B;
}
</style>