Shades of Medium Violet Red #C8259D
Tints of Medium Violet Red #C8259D
RGB
CMYK
RGB Variations
Color information
#C8259D (or 0xC8259D) is known color: Medium Violet Red. HEX triplet: C8, 25 and 9D. RGB value is (200,37,157). Sum of RGB (Red+Green+Blue) = 200+37+157=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8259D is #37DA62. Grayscale: #636363. Windows color (decimal): -3660387 or 10298824. OLE color: 10298824.
HSL color Cylindrical-coordinate representation of color #C8259D: hue angle of 315.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8259D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 157 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.22 |
| HSL | 315.83º | 0.69% | 0.46% | - |
| HSV(B) | 315.83º | 0.82% | 0.78% | - |
| XYZ | 30.57 | 16.04 | 33.38 | - |
| YUV | 99.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 157 | 0 | 0.82 | 0.22 | 0.22 | 315.83 | 0.69 | 0.46 |
| Hex | C8 | 25 | 9D | 0 | 52 | 16 | 16 | 13C | 45 | 2E |
| Octal | 310 | 45 | 235 | 0 | 122 | 26 | 26 | 474 | 105 | 56 |
| Binary | 11001000 | 100101 | 10011101 | 0 | 1010010 | 10110 | 10110 | 100111100 | 1000101 | 101110 |
Color Harmonies of #C8259D
Complementary color
Monochromatic Colors of #C8259D
Black with #C8259D
Text Example
Text Example
White with #C8259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8259D; }
p { color: rgb(200,37,157); }
H1.HeaderClassName
{
color: #C8259D;
}
.AnyTagClassName
{
color: #C8259D;
}
</style>
background-color css
<style>
a { background-color: #C8259D; }
a { background-color: rgb(200,37,157); }
div.DivClassName
{
background-color: #C8259D;
}
.BgClassName
{
background-color: #C8259D;
}
</style>
border-color css
<style>
span { border-color: #C8259D; }
span { border-color: rgb(200,37,157); }
td.TdClassName
{
border-color: #C8259D;
}
.TagClassName
{
border-color: #C8259D;
}
</style>