Shades of Medium Violet Red #C3227B
Tints of Medium Violet Red #C3227B
RGB
CMYK
RGB Variations
Color information
#C3227B (or 0xC3227B) is known color: Medium Violet Red. HEX triplet: C3, 22 and 7B. RGB value is (195,34,123). Sum of RGB (Red+Green+Blue) = 195+34+123=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3227B is #3CDD84. Grayscale: #5C5C5C. Windows color (decimal): -3988869 or 8069827. OLE color: 8069827.
HSL color Cylindrical-coordinate representation of color #C3227B: hue angle of 326.83º degrees, saturation: 0.7, 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 #C3227B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 123 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.24 |
| HSL | 326.83º | 0.7% | 0.45% | - |
| HSV(B) | 326.83º | 0.83% | 0.76% | - |
| XYZ | 26.65 | 14.18 | 20.07 | - |
| YUV | 92.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 123 | 0 | 0.83 | 0.37 | 0.24 | 326.83 | 0.7 | 0.45 |
| Hex | C3 | 22 | 7B | 0 | 53 | 25 | 18 | 147 | 46 | 2D |
| Octal | 303 | 42 | 173 | 0 | 123 | 45 | 30 | 507 | 106 | 55 |
| Binary | 11000011 | 100010 | 1111011 | 0 | 1010011 | 100101 | 11000 | 101000111 | 1000110 | 101101 |
Color Harmonies of #C3227B
Complementary color
Monochromatic Colors of #C3227B
Black with #C3227B
Text Example
Text Example
White with #C3227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3227B; }
p { color: rgb(195,34,123); }
H1.HeaderClassName
{
color: #C3227B;
}
.AnyTagClassName
{
color: #C3227B;
}
</style>
background-color css
<style>
a { background-color: #C3227B; }
a { background-color: rgb(195,34,123); }
div.DivClassName
{
background-color: #C3227B;
}
.BgClassName
{
background-color: #C3227B;
}
</style>
border-color css
<style>
span { border-color: #C3227B; }
span { border-color: rgb(195,34,123); }
td.TdClassName
{
border-color: #C3227B;
}
.TagClassName
{
border-color: #C3227B;
}
</style>