Shades of Medium Violet Red #C8249B
Tints of Medium Violet Red #C8249B
RGB
CMYK
RGB Variations
Color information
#C8249B (or 0xC8249B) is known color: Medium Violet Red. HEX triplet: C8, 24 and 9B. RGB value is (200,36,155). Sum of RGB (Red+Green+Blue) = 200+36+155=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8249B is #37DB64. Grayscale: #626262. Windows color (decimal): -3660645 or 10167496. OLE color: 10167496.
HSL color Cylindrical-coordinate representation of color #C8249B: hue angle of 316.46º 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 #C8249B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 155 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.22 |
| HSL | 316.46º | 0.69% | 0.46% | - |
| HSV(B) | 316.46º | 0.82% | 0.78% | - |
| XYZ | 30.37 | 15.91 | 32.48 | - |
| YUV | 98.6 | 159.83 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 155 | 0 | 0.82 | 0.22 | 0.22 | 316.46 | 0.69 | 0.46 |
| Hex | C8 | 24 | 9B | 0 | 52 | 16 | 16 | 13C | 45 | 2E |
| Octal | 310 | 44 | 233 | 0 | 122 | 26 | 26 | 474 | 105 | 56 |
| Binary | 11001000 | 100100 | 10011011 | 0 | 1010010 | 10110 | 10110 | 100111100 | 1000101 | 101110 |
Color Harmonies of #C8249B
Complementary color
Monochromatic Colors of #C8249B
Black with #C8249B
Text Example
Text Example
White with #C8249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8249B; }
p { color: rgb(200,36,155); }
H1.HeaderClassName
{
color: #C8249B;
}
.AnyTagClassName
{
color: #C8249B;
}
</style>
background-color css
<style>
a { background-color: #C8249B; }
a { background-color: rgb(200,36,155); }
div.DivClassName
{
background-color: #C8249B;
}
.BgClassName
{
background-color: #C8249B;
}
</style>
border-color css
<style>
span { border-color: #C8249B; }
span { border-color: rgb(200,36,155); }
td.TdClassName
{
border-color: #C8249B;
}
.TagClassName
{
border-color: #C8249B;
}
</style>