Shades of Medium Red Violet #C0259B
Tints of Medium Red Violet #C0259B
RGB
CMYK
RGB Variations
Color information
#C0259B (or 0xC0259B) is known color: Medium Red Violet. HEX triplet: C0, 25 and 9B. RGB value is (192,37,155). Sum of RGB (Red+Green+Blue) = 192+37+155=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0259B is #3FDA64. Grayscale: #606060. Windows color (decimal): -4184677 or 10167744. OLE color: 10167744.
HSL color Cylindrical-coordinate representation of color #C0259B: hue angle of 314.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 #C0259B is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 155 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.25 |
| HSL | 314.32º | 0.68% | 0.45% | - |
| HSV(B) | 314.32º | 0.81% | 0.75% | - |
| XYZ | 28.32 | 14.9 | 32.39 | - |
| YUV | 96.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 155 | 0 | 0.81 | 0.19 | 0.25 | 314.32 | 0.68 | 0.45 |
| Hex | C0 | 25 | 9B | 0 | 51 | 13 | 19 | 13A | 44 | 2D |
| Octal | 300 | 45 | 233 | 0 | 121 | 23 | 31 | 472 | 104 | 55 |
| Binary | 11000000 | 100101 | 10011011 | 0 | 1010001 | 10011 | 11001 | 100111010 | 1000100 | 101101 |
Color Harmonies of #C0259B
Complementary color
Monochromatic Colors of #C0259B
Black with #C0259B
Text Example
Text Example
White with #C0259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0259B; }
p { color: rgb(192,37,155); }
H1.HeaderClassName
{
color: #C0259B;
}
.AnyTagClassName
{
color: #C0259B;
}
</style>
background-color css
<style>
a { background-color: #C0259B; }
a { background-color: rgb(192,37,155); }
div.DivClassName
{
background-color: #C0259B;
}
.BgClassName
{
background-color: #C0259B;
}
</style>
border-color css
<style>
span { border-color: #C0259B; }
span { border-color: rgb(192,37,155); }
td.TdClassName
{
border-color: #C0259B;
}
.TagClassName
{
border-color: #C0259B;
}
</style>