Shades of Medium Violet Red #C8247A
Tints of Medium Violet Red #C8247A
RGB
CMYK
RGB Variations
Color information
#C8247A (or 0xC8247A) is known color: Medium Violet Red. HEX triplet: C8, 24 and 7A. RGB value is (200,36,122). Sum of RGB (Red+Green+Blue) = 200+36+122=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8247A is #37DB85. Grayscale: #5E5E5E. Windows color (decimal): -3660678 or 8004808. OLE color: 8004808.
HSL color Cylindrical-coordinate representation of color #C8247A: hue angle of 328.54º 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 #C8247A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 122 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.22 |
| HSL | 328.54º | 0.69% | 0.46% | - |
| HSV(B) | 328.54º | 0.82% | 0.78% | - |
| XYZ | 27.96 | 14.95 | 19.82 | - |
| YUV | 94.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 122 | 0 | 0.82 | 0.39 | 0.22 | 328.54 | 0.69 | 0.46 |
| Hex | C8 | 24 | 7A | 0 | 52 | 27 | 16 | 149 | 45 | 2E |
| Octal | 310 | 44 | 172 | 0 | 122 | 47 | 26 | 511 | 105 | 56 |
| Binary | 11001000 | 100100 | 1111010 | 0 | 1010010 | 100111 | 10110 | 101001001 | 1000101 | 101110 |
Color Harmonies of #C8247A
Complementary color
Monochromatic Colors of #C8247A
Black with #C8247A
Text Example
Text Example
White with #C8247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8247A; }
p { color: rgb(200,36,122); }
H1.HeaderClassName
{
color: #C8247A;
}
.AnyTagClassName
{
color: #C8247A;
}
</style>
background-color css
<style>
a { background-color: #C8247A; }
a { background-color: rgb(200,36,122); }
div.DivClassName
{
background-color: #C8247A;
}
.BgClassName
{
background-color: #C8247A;
}
</style>
border-color css
<style>
span { border-color: #C8247A; }
span { border-color: rgb(200,36,122); }
td.TdClassName
{
border-color: #C8247A;
}
.TagClassName
{
border-color: #C8247A;
}
</style>