Shades of Medium Violet Red #C3218E
Tints of Medium Violet Red #C3218E
RGB
CMYK
RGB Variations
Color information
#C3218E (or 0xC3218E) is known color: Medium Violet Red. HEX triplet: C3, 21 and 8E. RGB value is (195,33,142). Sum of RGB (Red+Green+Blue) = 195+33+142=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3218E is #3CDE71. Grayscale: #5D5D5D. Windows color (decimal): -3989106 or 9314755. OLE color: 9314755.
HSL color Cylindrical-coordinate representation of color #C3218E: hue angle of 319.63º 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 #C3218E is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 142 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.24 |
| HSL | 319.63º | 0.71% | 0.45% | - |
| HSV(B) | 319.63º | 0.83% | 0.76% | - |
| XYZ | 27.93 | 14.64 | 26.95 | - |
| YUV | 93.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 142 | 0 | 0.83 | 0.27 | 0.24 | 319.63 | 0.71 | 0.45 |
| Hex | C3 | 21 | 8E | 0 | 53 | 1B | 18 | 140 | 47 | 2D |
| Octal | 303 | 41 | 216 | 0 | 123 | 33 | 30 | 500 | 107 | 55 |
| Binary | 11000011 | 100001 | 10001110 | 0 | 1010011 | 11011 | 11000 | 101000000 | 1000111 | 101101 |
Color Harmonies of #C3218E
Complementary color
Monochromatic Colors of #C3218E
Black with #C3218E
Text Example
Text Example
White with #C3218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3218E; }
p { color: rgb(195,33,142); }
H1.HeaderClassName
{
color: #C3218E;
}
.AnyTagClassName
{
color: #C3218E;
}
</style>
background-color css
<style>
a { background-color: #C3218E; }
a { background-color: rgb(195,33,142); }
div.DivClassName
{
background-color: #C3218E;
}
.BgClassName
{
background-color: #C3218E;
}
</style>
border-color css
<style>
span { border-color: #C3218E; }
span { border-color: rgb(195,33,142); }
td.TdClassName
{
border-color: #C3218E;
}
.TagClassName
{
border-color: #C3218E;
}
</style>