Shades of Medium Violet Red #C0249A
Tints of Medium Violet Red #C0249A
RGB
CMYK
RGB Variations
Color information
#C0249A (or 0xC0249A) is known color: Medium Violet Red. HEX triplet: C0, 24 and 9A. RGB value is (192,36,154). Sum of RGB (Red+Green+Blue) = 192+36+154=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0249A is #3FDB65. Grayscale: #5F5F5F. Windows color (decimal): -4184934 or 10101952. OLE color: 10101952.
HSL color Cylindrical-coordinate representation of color #C0249A: hue angle of 314.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0249A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 154 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.25 |
| HSL | 314.62º | 0.68% | 0.45% | - |
| HSV(B) | 314.62º | 0.81% | 0.75% | - |
| XYZ | 28.2 | 14.8 | 31.94 | - |
| YUV | 96.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 154 | 0 | 0.81 | 0.20 | 0.25 | 314.62 | 0.68 | 0.45 |
| Hex | C0 | 24 | 9A | 0 | 51 | 14 | 19 | 13B | 44 | 2D |
| Octal | 300 | 44 | 232 | 0 | 121 | 24 | 31 | 473 | 104 | 55 |
| Binary | 11000000 | 100100 | 10011010 | 0 | 1010001 | 10100 | 11001 | 100111011 | 1000100 | 101101 |
Color Harmonies of #C0249A
Complementary color
Monochromatic Colors of #C0249A
Black with #C0249A
Text Example
Text Example
White with #C0249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0249A; }
p { color: rgb(192,36,154); }
H1.HeaderClassName
{
color: #C0249A;
}
.AnyTagClassName
{
color: #C0249A;
}
</style>
background-color css
<style>
a { background-color: #C0249A; }
a { background-color: rgb(192,36,154); }
div.DivClassName
{
background-color: #C0249A;
}
.BgClassName
{
background-color: #C0249A;
}
</style>
border-color css
<style>
span { border-color: #C0249A; }
span { border-color: rgb(192,36,154); }
td.TdClassName
{
border-color: #C0249A;
}
.TagClassName
{
border-color: #C0249A;
}
</style>