Shades of Medium Violet Red #C8248D
Tints of Medium Violet Red #C8248D
RGB
CMYK
RGB Variations
Color information
#C8248D (or 0xC8248D) is known color: Medium Violet Red. HEX triplet: C8, 24 and 8D. RGB value is (200,36,141). Sum of RGB (Red+Green+Blue) = 200+36+141=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8248D is #37DB72. Grayscale: #606060. Windows color (decimal): -3660659 or 9249992. OLE color: 9249992.
HSL color Cylindrical-coordinate representation of color #C8248D: hue angle of 321.59º 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 #C8248D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 141 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 321.59º | 0.69% | 0.46% | - |
| HSV(B) | 321.59º | 0.82% | 0.78% | - |
| XYZ | 29.26 | 15.46 | 26.64 | - |
| YUV | 97.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 141 | 0 | 0.82 | 0.29 | 0.22 | 321.59 | 0.69 | 0.46 |
| Hex | C8 | 24 | 8D | 0 | 52 | 1D | 16 | 142 | 45 | 2E |
| Octal | 310 | 44 | 215 | 0 | 122 | 35 | 26 | 502 | 105 | 56 |
| Binary | 11001000 | 100100 | 10001101 | 0 | 1010010 | 11101 | 10110 | 101000010 | 1000101 | 101110 |
Color Harmonies of #C8248D
Complementary color
Monochromatic Colors of #C8248D
Black with #C8248D
Text Example
Text Example
White with #C8248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8248D; }
p { color: rgb(200,36,141); }
H1.HeaderClassName
{
color: #C8248D;
}
.AnyTagClassName
{
color: #C8248D;
}
</style>
background-color css
<style>
a { background-color: #C8248D; }
a { background-color: rgb(200,36,141); }
div.DivClassName
{
background-color: #C8248D;
}
.BgClassName
{
background-color: #C8248D;
}
</style>
border-color css
<style>
span { border-color: #C8248D; }
span { border-color: rgb(200,36,141); }
td.TdClassName
{
border-color: #C8248D;
}
.TagClassName
{
border-color: #C8248D;
}
</style>