Shades of Medium Violet Red #C3217C
Tints of Medium Violet Red #C3217C
RGB
CMYK
RGB Variations
Color information
#C3217C (or 0xC3217C) is known color: Medium Violet Red. HEX triplet: C3, 21 and 7C. RGB value is (195,33,124). Sum of RGB (Red+Green+Blue) = 195+33+124=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3217C is #3CDE83. Grayscale: #5B5B5B. Windows color (decimal): -3989124 or 8135107. OLE color: 8135107.
HSL color Cylindrical-coordinate representation of color #C3217C: hue angle of 326.3º 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 #C3217C is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 124 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.24 |
| HSL | 326.3º | 0.71% | 0.45% | - |
| HSV(B) | 326.3º | 0.83% | 0.76% | - |
| XYZ | 26.69 | 14.15 | 20.39 | - |
| YUV | 91.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 124 | 0 | 0.83 | 0.36 | 0.24 | 326.3 | 0.71 | 0.45 |
| Hex | C3 | 21 | 7C | 0 | 53 | 24 | 18 | 146 | 47 | 2D |
| Octal | 303 | 41 | 174 | 0 | 123 | 44 | 30 | 506 | 107 | 55 |
| Binary | 11000011 | 100001 | 1111100 | 0 | 1010011 | 100100 | 11000 | 101000110 | 1000111 | 101101 |
Color Harmonies of #C3217C
Complementary color
Monochromatic Colors of #C3217C
Black with #C3217C
Text Example
Text Example
White with #C3217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3217C; }
p { color: rgb(195,33,124); }
H1.HeaderClassName
{
color: #C3217C;
}
.AnyTagClassName
{
color: #C3217C;
}
</style>
background-color css
<style>
a { background-color: #C3217C; }
a { background-color: rgb(195,33,124); }
div.DivClassName
{
background-color: #C3217C;
}
.BgClassName
{
background-color: #C3217C;
}
</style>
border-color css
<style>
span { border-color: #C3217C; }
span { border-color: rgb(195,33,124); }
td.TdClassName
{
border-color: #C3217C;
}
.TagClassName
{
border-color: #C3217C;
}
</style>