Shades of Medium Violet Red #C3238B
Tints of Medium Violet Red #C3238B
RGB
CMYK
RGB Variations
Color information
#C3238B (or 0xC3238B) is known color: Medium Violet Red. HEX triplet: C3, 23 and 8B. RGB value is (195,35,139). Sum of RGB (Red+Green+Blue) = 195+35+139=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3238B is #3CDC74. Grayscale: #5E5E5E. Windows color (decimal): -3988597 or 9118659. OLE color: 9118659.
HSL color Cylindrical-coordinate representation of color #C3238B: hue angle of 321º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3238B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 139 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.24 |
| HSL | 321º | 0.7% | 0.45% | - |
| HSV(B) | 321º | 0.82% | 0.76% | - |
| XYZ | 27.77 | 14.67 | 25.79 | - |
| YUV | 94.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 139 | 0 | 0.82 | 0.29 | 0.24 | 321 | 0.7 | 0.45 |
| Hex | C3 | 23 | 8B | 0 | 52 | 1D | 18 | 141 | 46 | 2D |
| Octal | 303 | 43 | 213 | 0 | 122 | 35 | 30 | 501 | 106 | 55 |
| Binary | 11000011 | 100011 | 10001011 | 0 | 1010010 | 11101 | 11000 | 101000001 | 1000110 | 101101 |
Color Harmonies of #C3238B
Complementary color
Monochromatic Colors of #C3238B
Black with #C3238B
Text Example
Text Example
White with #C3238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3238B; }
p { color: rgb(195,35,139); }
H1.HeaderClassName
{
color: #C3238B;
}
.AnyTagClassName
{
color: #C3238B;
}
</style>
background-color css
<style>
a { background-color: #C3238B; }
a { background-color: rgb(195,35,139); }
div.DivClassName
{
background-color: #C3238B;
}
.BgClassName
{
background-color: #C3238B;
}
</style>
border-color css
<style>
span { border-color: #C3238B; }
span { border-color: rgb(195,35,139); }
td.TdClassName
{
border-color: #C3238B;
}
.TagClassName
{
border-color: #C3238B;
}
</style>