Shades of Medium Violet Red #C0249D
Tints of Medium Violet Red #C0249D
RGB
CMYK
RGB Variations
Color information
#C0249D (or 0xC0249D) is known color: Medium Violet Red. HEX triplet: C0, 24 and 9D. RGB value is (192,36,157). Sum of RGB (Red+Green+Blue) = 192+36+157=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0249D is #3FDB62. Grayscale: #606060. Windows color (decimal): -4184931 or 10298560. OLE color: 10298560.
HSL color Cylindrical-coordinate representation of color #C0249D: hue angle of 313.46º 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 #C0249D is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 157 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.25 |
| HSL | 313.46º | 0.68% | 0.45% | - |
| HSV(B) | 313.46º | 0.81% | 0.75% | - |
| XYZ | 28.45 | 14.9 | 33.28 | - |
| YUV | 96.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 157 | 0 | 0.81 | 0.18 | 0.25 | 313.46 | 0.68 | 0.45 |
| Hex | C0 | 24 | 9D | 0 | 51 | 12 | 19 | 139 | 44 | 2D |
| Octal | 300 | 44 | 235 | 0 | 121 | 22 | 31 | 471 | 104 | 55 |
| Binary | 11000000 | 100100 | 10011101 | 0 | 1010001 | 10010 | 11001 | 100111001 | 1000100 | 101101 |
Color Harmonies of #C0249D
Complementary color
Monochromatic Colors of #C0249D
Black with #C0249D
Text Example
Text Example
White with #C0249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0249D; }
p { color: rgb(192,36,157); }
H1.HeaderClassName
{
color: #C0249D;
}
.AnyTagClassName
{
color: #C0249D;
}
</style>
background-color css
<style>
a { background-color: #C0249D; }
a { background-color: rgb(192,36,157); }
div.DivClassName
{
background-color: #C0249D;
}
.BgClassName
{
background-color: #C0249D;
}
</style>
border-color css
<style>
span { border-color: #C0249D; }
span { border-color: rgb(192,36,157); }
td.TdClassName
{
border-color: #C0249D;
}
.TagClassName
{
border-color: #C0249D;
}
</style>