Shades of Medium Red Violet #C0247C
Tints of Medium Red Violet #C0247C
RGB
CMYK
RGB Variations
Color information
#C0247C (or 0xC0247C) is known color: Medium Red Violet. HEX triplet: C0, 24 and 7C. RGB value is (192,36,124). Sum of RGB (Red+Green+Blue) = 192+36+124=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0247C is #3FDB83. Grayscale: #5C5C5C. Windows color (decimal): -4184964 or 8135872. OLE color: 8135872.
HSL color Cylindrical-coordinate representation of color #C0247C: hue angle of 326.15º 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 #C0247C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 124 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.25 |
| HSL | 326.15º | 0.68% | 0.45% | - |
| HSV(B) | 326.15º | 0.81% | 0.75% | - |
| XYZ | 26.01 | 13.92 | 20.39 | - |
| YUV | 92.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 124 | 0 | 0.81 | 0.35 | 0.25 | 326.15 | 0.68 | 0.45 |
| Hex | C0 | 24 | 7C | 0 | 51 | 23 | 19 | 146 | 44 | 2D |
| Octal | 300 | 44 | 174 | 0 | 121 | 43 | 31 | 506 | 104 | 55 |
| Binary | 11000000 | 100100 | 1111100 | 0 | 1010001 | 100011 | 11001 | 101000110 | 1000100 | 101101 |
Color Harmonies of #C0247C
Complementary color
Monochromatic Colors of #C0247C
Black with #C0247C
Text Example
Text Example
White with #C0247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0247C; }
p { color: rgb(192,36,124); }
H1.HeaderClassName
{
color: #C0247C;
}
.AnyTagClassName
{
color: #C0247C;
}
</style>
background-color css
<style>
a { background-color: #C0247C; }
a { background-color: rgb(192,36,124); }
div.DivClassName
{
background-color: #C0247C;
}
.BgClassName
{
background-color: #C0247C;
}
</style>
border-color css
<style>
span { border-color: #C0247C; }
span { border-color: rgb(192,36,124); }
td.TdClassName
{
border-color: #C0247C;
}
.TagClassName
{
border-color: #C0247C;
}
</style>