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