Shades of Medium Violet Red #C3247C
Tints of Medium Violet Red #C3247C
RGB
CMYK
RGB Variations
Color information
#C3247C (or 0xC3247C) is known color: Medium Violet Red. HEX triplet: C3, 24 and 7C. RGB value is (195,36,124). Sum of RGB (Red+Green+Blue) = 195+36+124=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3247C is #3CDB83. Grayscale: #5D5D5D. Windows color (decimal): -3988356 or 8135875. OLE color: 8135875.
HSL color Cylindrical-coordinate representation of color #C3247C: hue angle of 326.79º degrees, saturation: 0.69, 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 #C3247C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 124 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.24 |
| HSL | 326.79º | 0.69% | 0.45% | - |
| HSV(B) | 326.79º | 0.82% | 0.76% | - |
| XYZ | 26.77 | 14.32 | 20.42 | - |
| YUV | 93.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 124 | 0 | 0.82 | 0.36 | 0.24 | 326.79 | 0.69 | 0.45 |
| Hex | C3 | 24 | 7C | 0 | 52 | 24 | 18 | 147 | 45 | 2D |
| Octal | 303 | 44 | 174 | 0 | 122 | 44 | 30 | 507 | 105 | 55 |
| Binary | 11000011 | 100100 | 1111100 | 0 | 1010010 | 100100 | 11000 | 101000111 | 1000101 | 101101 |
Color Harmonies of #C3247C
Complementary color
Monochromatic Colors of #C3247C
Black with #C3247C
Text Example
Text Example
White with #C3247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3247C; }
p { color: rgb(195,36,124); }
H1.HeaderClassName
{
color: #C3247C;
}
.AnyTagClassName
{
color: #C3247C;
}
</style>
background-color css
<style>
a { background-color: #C3247C; }
a { background-color: rgb(195,36,124); }
div.DivClassName
{
background-color: #C3247C;
}
.BgClassName
{
background-color: #C3247C;
}
</style>
border-color css
<style>
span { border-color: #C3247C; }
span { border-color: rgb(195,36,124); }
td.TdClassName
{
border-color: #C3247C;
}
.TagClassName
{
border-color: #C3247C;
}
</style>