Shades of Medium Violet Red #C8259F
Tints of Medium Violet Red #C8259F
RGB
CMYK
RGB Variations
Color information
#C8259F (or 0xC8259F) is known color: Medium Violet Red. HEX triplet: C8, 25 and 9F. RGB value is (200,37,159). Sum of RGB (Red+Green+Blue) = 200+37+159=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8259F is #37DA60. Grayscale: #636363. Windows color (decimal): -3660385 or 10429896. OLE color: 10429896.
HSL color Cylindrical-coordinate representation of color #C8259F: hue angle of 315.09º 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 #C8259F is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 159 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.22 |
| HSL | 315.09º | 0.69% | 0.46% | - |
| HSV(B) | 315.09º | 0.82% | 0.78% | - |
| XYZ | 30.74 | 16.11 | 34.29 | - |
| YUV | 99.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 159 | 0 | 0.82 | 0.20 | 0.22 | 315.09 | 0.69 | 0.46 |
| Hex | C8 | 25 | 9F | 0 | 52 | 14 | 16 | 13B | 45 | 2E |
| Octal | 310 | 45 | 237 | 0 | 122 | 24 | 26 | 473 | 105 | 56 |
| Binary | 11001000 | 100101 | 10011111 | 0 | 1010010 | 10100 | 10110 | 100111011 | 1000101 | 101110 |
Color Harmonies of #C8259F
Complementary color
Monochromatic Colors of #C8259F
Black with #C8259F
Text Example
Text Example
White with #C8259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8259F; }
p { color: rgb(200,37,159); }
H1.HeaderClassName
{
color: #C8259F;
}
.AnyTagClassName
{
color: #C8259F;
}
</style>
background-color css
<style>
a { background-color: #C8259F; }
a { background-color: rgb(200,37,159); }
div.DivClassName
{
background-color: #C8259F;
}
.BgClassName
{
background-color: #C8259F;
}
</style>
border-color css
<style>
span { border-color: #C8259F; }
span { border-color: rgb(200,37,159); }
td.TdClassName
{
border-color: #C8259F;
}
.TagClassName
{
border-color: #C8259F;
}
</style>