Shades of Medium Violet Red #C3228B
Tints of Medium Violet Red #C3228B
RGB
CMYK
RGB Variations
Color information
#C3228B (or 0xC3228B) is known color: Medium Violet Red. HEX triplet: C3, 22 and 8B. RGB value is (195,34,139). Sum of RGB (Red+Green+Blue) = 195+34+139=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3228B is #3CDD74. Grayscale: #5D5D5D. Windows color (decimal): -3988853 or 9118403. OLE color: 9118403.
HSL color Cylindrical-coordinate representation of color #C3228B: hue angle of 320.87º 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 #C3228B is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 139 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.24 |
| HSL | 320.87º | 0.7% | 0.45% | - |
| HSV(B) | 320.87º | 0.83% | 0.76% | - |
| XYZ | 27.74 | 14.61 | 25.78 | - |
| YUV | 94.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 139 | 0 | 0.83 | 0.29 | 0.24 | 320.87 | 0.7 | 0.45 |
| Hex | C3 | 22 | 8B | 0 | 53 | 1D | 18 | 141 | 46 | 2D |
| Octal | 303 | 42 | 213 | 0 | 123 | 35 | 30 | 501 | 106 | 55 |
| Binary | 11000011 | 100010 | 10001011 | 0 | 1010011 | 11101 | 11000 | 101000001 | 1000110 | 101101 |
Color Harmonies of #C3228B
Complementary color
Monochromatic Colors of #C3228B
Black with #C3228B
Text Example
Text Example
White with #C3228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3228B; }
p { color: rgb(195,34,139); }
H1.HeaderClassName
{
color: #C3228B;
}
.AnyTagClassName
{
color: #C3228B;
}
</style>
background-color css
<style>
a { background-color: #C3228B; }
a { background-color: rgb(195,34,139); }
div.DivClassName
{
background-color: #C3228B;
}
.BgClassName
{
background-color: #C3228B;
}
</style>
border-color css
<style>
span { border-color: #C3228B; }
span { border-color: rgb(195,34,139); }
td.TdClassName
{
border-color: #C3228B;
}
.TagClassName
{
border-color: #C3228B;
}
</style>