Shades of Medium Red Violet #C0259A
Tints of Medium Red Violet #C0259A
RGB
CMYK
RGB Variations
Color information
#C0259A (or 0xC0259A) is known color: Medium Red Violet. HEX triplet: C0, 25 and 9A. RGB value is (192,37,154). Sum of RGB (Red+Green+Blue) = 192+37+154=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0259A is #3FDA65. Grayscale: #606060. Windows color (decimal): -4184678 or 10102208. OLE color: 10102208.
HSL color Cylindrical-coordinate representation of color #C0259A: hue angle of 314.71º 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 #C0259A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 154 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.25 |
| HSL | 314.71º | 0.68% | 0.45% | - |
| HSV(B) | 314.71º | 0.81% | 0.75% | - |
| XYZ | 28.23 | 14.86 | 31.95 | - |
| YUV | 96.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 154 | 0 | 0.81 | 0.20 | 0.25 | 314.71 | 0.68 | 0.45 |
| Hex | C0 | 25 | 9A | 0 | 51 | 14 | 19 | 13B | 44 | 2D |
| Octal | 300 | 45 | 232 | 0 | 121 | 24 | 31 | 473 | 104 | 55 |
| Binary | 11000000 | 100101 | 10011010 | 0 | 1010001 | 10100 | 11001 | 100111011 | 1000100 | 101101 |
Color Harmonies of #C0259A
Complementary color
Monochromatic Colors of #C0259A
Black with #C0259A
Text Example
Text Example
White with #C0259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0259A; }
p { color: rgb(192,37,154); }
H1.HeaderClassName
{
color: #C0259A;
}
.AnyTagClassName
{
color: #C0259A;
}
</style>
background-color css
<style>
a { background-color: #C0259A; }
a { background-color: rgb(192,37,154); }
div.DivClassName
{
background-color: #C0259A;
}
.BgClassName
{
background-color: #C0259A;
}
</style>
border-color css
<style>
span { border-color: #C0259A; }
span { border-color: rgb(192,37,154); }
td.TdClassName
{
border-color: #C0259A;
}
.TagClassName
{
border-color: #C0259A;
}
</style>