Shades of Medium Violet Red #C8249F
Tints of Medium Violet Red #C8249F
RGB
CMYK
RGB Variations
Color information
#C8249F (or 0xC8249F) is known color: Medium Violet Red. HEX triplet: C8, 24 and 9F. RGB value is (200,36,159). Sum of RGB (Red+Green+Blue) = 200+36+159=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8249F is #37DB60. Grayscale: #626262. Windows color (decimal): -3660641 or 10429640. OLE color: 10429640.
HSL color Cylindrical-coordinate representation of color #C8249F: hue angle of 315º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8249F is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 159 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.22 |
| HSL | 315º | 0.69% | 0.46% | - |
| HSV(B) | 315º | 0.82% | 0.78% | - |
| XYZ | 30.71 | 16.04 | 34.28 | - |
| YUV | 99.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 159 | 0 | 0.82 | 0.20 | 0.22 | 315 | 0.69 | 0.46 |
| Hex | C8 | 24 | 9F | 0 | 52 | 14 | 16 | 13B | 45 | 2E |
| Octal | 310 | 44 | 237 | 0 | 122 | 24 | 26 | 473 | 105 | 56 |
| Binary | 11001000 | 100100 | 10011111 | 0 | 1010010 | 10100 | 10110 | 100111011 | 1000101 | 101110 |
Color Harmonies of #C8249F
Complementary color
Monochromatic Colors of #C8249F
Black with #C8249F
Text Example
Text Example
White with #C8249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8249F; }
p { color: rgb(200,36,159); }
H1.HeaderClassName
{
color: #C8249F;
}
.AnyTagClassName
{
color: #C8249F;
}
</style>
background-color css
<style>
a { background-color: #C8249F; }
a { background-color: rgb(200,36,159); }
div.DivClassName
{
background-color: #C8249F;
}
.BgClassName
{
background-color: #C8249F;
}
</style>
border-color css
<style>
span { border-color: #C8249F; }
span { border-color: rgb(200,36,159); }
td.TdClassName
{
border-color: #C8249F;
}
.TagClassName
{
border-color: #C8249F;
}
</style>