Shades of Medium Red Violet #C0247A
Tints of Medium Red Violet #C0247A
RGB
CMYK
RGB Variations
Color information
#C0247A (or 0xC0247A) is known color: Medium Red Violet. HEX triplet: C0, 24 and 7A. RGB value is (192,36,122). Sum of RGB (Red+Green+Blue) = 192+36+122=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0247A is #3FDB85. Grayscale: #5C5C5C. Windows color (decimal): -4184966 or 8004800. OLE color: 8004800.
HSL color Cylindrical-coordinate representation of color #C0247A: hue angle of 326.92º 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 #C0247A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 122 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.25 |
| HSL | 326.92º | 0.68% | 0.45% | - |
| HSV(B) | 326.92º | 0.81% | 0.75% | - |
| XYZ | 25.88 | 13.87 | 19.73 | - |
| YUV | 92.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 122 | 0 | 0.81 | 0.36 | 0.25 | 326.92 | 0.68 | 0.45 |
| Hex | C0 | 24 | 7A | 0 | 51 | 24 | 19 | 147 | 44 | 2D |
| Octal | 300 | 44 | 172 | 0 | 121 | 44 | 31 | 507 | 104 | 55 |
| Binary | 11000000 | 100100 | 1111010 | 0 | 1010001 | 100100 | 11001 | 101000111 | 1000100 | 101101 |
Color Harmonies of #C0247A
Complementary color
Monochromatic Colors of #C0247A
Black with #C0247A
Text Example
Text Example
White with #C0247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0247A; }
p { color: rgb(192,36,122); }
H1.HeaderClassName
{
color: #C0247A;
}
.AnyTagClassName
{
color: #C0247A;
}
</style>
background-color css
<style>
a { background-color: #C0247A; }
a { background-color: rgb(192,36,122); }
div.DivClassName
{
background-color: #C0247A;
}
.BgClassName
{
background-color: #C0247A;
}
</style>
border-color css
<style>
span { border-color: #C0247A; }
span { border-color: rgb(192,36,122); }
td.TdClassName
{
border-color: #C0247A;
}
.TagClassName
{
border-color: #C0247A;
}
</style>