Shades of Medium Violet Red #C0249B
Tints of Medium Violet Red #C0249B
RGB
CMYK
RGB Variations
Color information
#C0249B (or 0xC0249B) is known color: Medium Violet Red. HEX triplet: C0, 24 and 9B. RGB value is (192,36,155). Sum of RGB (Red+Green+Blue) = 192+36+155=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0249B is #3FDB64. Grayscale: #5F5F5F. Windows color (decimal): -4184933 or 10167488. OLE color: 10167488.
HSL color Cylindrical-coordinate representation of color #C0249B: hue angle of 314.23º 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 #C0249B is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 155 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.25 |
| HSL | 314.23º | 0.68% | 0.45% | - |
| HSV(B) | 314.23º | 0.81% | 0.75% | - |
| XYZ | 28.29 | 14.83 | 32.38 | - |
| YUV | 96.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 155 | 0 | 0.81 | 0.19 | 0.25 | 314.23 | 0.68 | 0.45 |
| Hex | C0 | 24 | 9B | 0 | 51 | 13 | 19 | 13A | 44 | 2D |
| Octal | 300 | 44 | 233 | 0 | 121 | 23 | 31 | 472 | 104 | 55 |
| Binary | 11000000 | 100100 | 10011011 | 0 | 1010001 | 10011 | 11001 | 100111010 | 1000100 | 101101 |
Color Harmonies of #C0249B
Complementary color
Monochromatic Colors of #C0249B
Black with #C0249B
Text Example
Text Example
White with #C0249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0249B; }
p { color: rgb(192,36,155); }
H1.HeaderClassName
{
color: #C0249B;
}
.AnyTagClassName
{
color: #C0249B;
}
</style>
background-color css
<style>
a { background-color: #C0249B; }
a { background-color: rgb(192,36,155); }
div.DivClassName
{
background-color: #C0249B;
}
.BgClassName
{
background-color: #C0249B;
}
</style>
border-color css
<style>
span { border-color: #C0249B; }
span { border-color: rgb(192,36,155); }
td.TdClassName
{
border-color: #C0249B;
}
.TagClassName
{
border-color: #C0249B;
}
</style>