Shades of Medium Violet Red #C3008D
Tints of Medium Violet Red #C3008D
RGB
CMYK
RGB Variations
Color information
#C3008D (or 0xC3008D) is known color: Medium Violet Red. HEX triplet: C3, 00 and 8D. RGB value is (195,0,141). Sum of RGB (Red+Green+Blue) = 195+0+141=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3008D is #3CFF72. Grayscale: #4A4A4A. Windows color (decimal): -3997555 or 9240771. OLE color: 9240771.
HSL color Cylindrical-coordinate representation of color #C3008D: hue angle of 316.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3008D is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.28 | 0.24 |
| HSL | 316.62º | 1% | 0.38% | - |
| HSV(B) | 316.62º | 1% | 0.76% | - |
| XYZ | 27.31 | 13.53 | 26.37 | - |
| YUV | 74.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 141 | 0 | 1 | 0.28 | 0.24 | 316.62 | 1 | 0.38 |
| Hex | C3 | 0 | 8D | 0 | 64 | 1C | 18 | 13D | 64 | 26 |
| Octal | 303 | 0 | 215 | 0 | 144 | 34 | 30 | 475 | 144 | 46 |
| Binary | 11000011 | 0 | 10001101 | 0 | 1100100 | 11100 | 11000 | 100111101 | 1100100 | 100110 |
Color Harmonies of #C3008D
Complementary color
Monochromatic Colors of #C3008D
Black with #C3008D
Text Example
Text Example
White with #C3008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3008D; }
p { color: rgb(195,0,141); }
H1.HeaderClassName
{
color: #C3008D;
}
.AnyTagClassName
{
color: #C3008D;
}
</style>
background-color css
<style>
a { background-color: #C3008D; }
a { background-color: rgb(195,0,141); }
div.DivClassName
{
background-color: #C3008D;
}
.BgClassName
{
background-color: #C3008D;
}
</style>
border-color css
<style>
span { border-color: #C3008D; }
span { border-color: rgb(195,0,141); }
td.TdClassName
{
border-color: #C3008D;
}
.TagClassName
{
border-color: #C3008D;
}
</style>