Shades of Medium Red Violet #C0258C
Tints of Medium Red Violet #C0258C
RGB
CMYK
RGB Variations
Color information
#C0258C (or 0xC0258C) is known color: Medium Red Violet. HEX triplet: C0, 25 and 8C. RGB value is (192,37,140). Sum of RGB (Red+Green+Blue) = 192+37+140=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0258C is #3FDA73. Grayscale: #5E5E5E. Windows color (decimal): -4184692 or 9184704. OLE color: 9184704.
HSL color Cylindrical-coordinate representation of color #C0258C: hue angle of 320.13º 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 #C0258C is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 140 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.25 |
| HSL | 320.13º | 0.68% | 0.45% | - |
| HSV(B) | 320.13º | 0.81% | 0.75% | - |
| XYZ | 27.13 | 14.42 | 26.16 | - |
| YUV | 95.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 140 | 0 | 0.81 | 0.27 | 0.25 | 320.13 | 0.68 | 0.45 |
| Hex | C0 | 25 | 8C | 0 | 51 | 1B | 19 | 140 | 44 | 2D |
| Octal | 300 | 45 | 214 | 0 | 121 | 33 | 31 | 500 | 104 | 55 |
| Binary | 11000000 | 100101 | 10001100 | 0 | 1010001 | 11011 | 11001 | 101000000 | 1000100 | 101101 |
Color Harmonies of #C0258C
Complementary color
Monochromatic Colors of #C0258C
Black with #C0258C
Text Example
Text Example
White with #C0258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0258C; }
p { color: rgb(192,37,140); }
H1.HeaderClassName
{
color: #C0258C;
}
.AnyTagClassName
{
color: #C0258C;
}
</style>
background-color css
<style>
a { background-color: #C0258C; }
a { background-color: rgb(192,37,140); }
div.DivClassName
{
background-color: #C0258C;
}
.BgClassName
{
background-color: #C0258C;
}
</style>
border-color css
<style>
span { border-color: #C0258C; }
span { border-color: rgb(192,37,140); }
td.TdClassName
{
border-color: #C0258C;
}
.TagClassName
{
border-color: #C0258C;
}
</style>