Shades of Medium Red Violet #C0257C
Tints of Medium Red Violet #C0257C
RGB
CMYK
RGB Variations
Color information
#C0257C (or 0xC0257C) is known color: Medium Red Violet. HEX triplet: C0, 25 and 7C. RGB value is (192,37,124). Sum of RGB (Red+Green+Blue) = 192+37+124=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0257C is #3FDA83. Grayscale: #5D5D5D. Windows color (decimal): -4184708 or 8136128. OLE color: 8136128.
HSL color Cylindrical-coordinate representation of color #C0257C: hue angle of 326.32º 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 #C0257C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 124 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.25 |
| HSL | 326.32º | 0.68% | 0.45% | - |
| HSV(B) | 326.32º | 0.81% | 0.75% | - |
| XYZ | 26.04 | 13.98 | 20.4 | - |
| YUV | 93.26 | 145.35 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 124 | 0 | 0.81 | 0.35 | 0.25 | 326.32 | 0.68 | 0.45 |
| Hex | C0 | 25 | 7C | 0 | 51 | 23 | 19 | 146 | 44 | 2D |
| Octal | 300 | 45 | 174 | 0 | 121 | 43 | 31 | 506 | 104 | 55 |
| Binary | 11000000 | 100101 | 1111100 | 0 | 1010001 | 100011 | 11001 | 101000110 | 1000100 | 101101 |
Color Harmonies of #C0257C
Complementary color
Monochromatic Colors of #C0257C
Black with #C0257C
Text Example
Text Example
White with #C0257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0257C; }
p { color: rgb(192,37,124); }
H1.HeaderClassName
{
color: #C0257C;
}
.AnyTagClassName
{
color: #C0257C;
}
</style>
background-color css
<style>
a { background-color: #C0257C; }
a { background-color: rgb(192,37,124); }
div.DivClassName
{
background-color: #C0257C;
}
.BgClassName
{
background-color: #C0257C;
}
</style>
border-color css
<style>
span { border-color: #C0257C; }
span { border-color: rgb(192,37,124); }
td.TdClassName
{
border-color: #C0257C;
}
.TagClassName
{
border-color: #C0257C;
}
</style>