Shades of Medium Violet Red #C3218D
Tints of Medium Violet Red #C3218D
RGB
CMYK
RGB Variations
Color information
#C3218D (or 0xC3218D) is known color: Medium Violet Red. HEX triplet: C3, 21 and 8D. RGB value is (195,33,141). Sum of RGB (Red+Green+Blue) = 195+33+141=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3218D is #3CDE72. Grayscale: #5D5D5D. Windows color (decimal): -3989107 or 9249219. OLE color: 9249219.
HSL color Cylindrical-coordinate representation of color #C3218D: hue angle of 320º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3218D is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 141 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.24 |
| HSL | 320º | 0.71% | 0.45% | - |
| HSV(B) | 320º | 0.83% | 0.76% | - |
| XYZ | 27.86 | 14.61 | 26.55 | - |
| YUV | 93.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 141 | 0 | 0.83 | 0.28 | 0.24 | 320 | 0.71 | 0.45 |
| Hex | C3 | 21 | 8D | 0 | 53 | 1C | 18 | 140 | 47 | 2D |
| Octal | 303 | 41 | 215 | 0 | 123 | 34 | 30 | 500 | 107 | 55 |
| Binary | 11000011 | 100001 | 10001101 | 0 | 1010011 | 11100 | 11000 | 101000000 | 1000111 | 101101 |
Color Harmonies of #C3218D
Complementary color
Monochromatic Colors of #C3218D
Black with #C3218D
Text Example
Text Example
White with #C3218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3218D; }
p { color: rgb(195,33,141); }
H1.HeaderClassName
{
color: #C3218D;
}
.AnyTagClassName
{
color: #C3218D;
}
</style>
background-color css
<style>
a { background-color: #C3218D; }
a { background-color: rgb(195,33,141); }
div.DivClassName
{
background-color: #C3218D;
}
.BgClassName
{
background-color: #C3218D;
}
</style>
border-color css
<style>
span { border-color: #C3218D; }
span { border-color: rgb(195,33,141); }
td.TdClassName
{
border-color: #C3218D;
}
.TagClassName
{
border-color: #C3218D;
}
</style>