Shades of Medium Violet Red #C3248E
Tints of Medium Violet Red #C3248E
RGB
CMYK
RGB Variations
Color information
#C3248E (or 0xC3248E) is known color: Medium Violet Red. HEX triplet: C3, 24 and 8E. RGB value is (195,36,142). Sum of RGB (Red+Green+Blue) = 195+36+142=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3248E is #3CDB71. Grayscale: #5F5F5F. Windows color (decimal): -3988338 or 9315523. OLE color: 9315523.
HSL color Cylindrical-coordinate representation of color #C3248E: hue angle of 320º 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 #C3248E is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 142 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.24 |
| HSL | 320º | 0.69% | 0.45% | - |
| HSV(B) | 320º | 0.82% | 0.76% | - |
| XYZ | 28.02 | 14.82 | 26.97 | - |
| YUV | 95.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 142 | 0 | 0.82 | 0.27 | 0.24 | 320 | 0.69 | 0.45 |
| Hex | C3 | 24 | 8E | 0 | 52 | 1B | 18 | 140 | 45 | 2D |
| Octal | 303 | 44 | 216 | 0 | 122 | 33 | 30 | 500 | 105 | 55 |
| Binary | 11000011 | 100100 | 10001110 | 0 | 1010010 | 11011 | 11000 | 101000000 | 1000101 | 101101 |
Color Harmonies of #C3248E
Complementary color
Monochromatic Colors of #C3248E
Black with #C3248E
Text Example
Text Example
White with #C3248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3248E; }
p { color: rgb(195,36,142); }
H1.HeaderClassName
{
color: #C3248E;
}
.AnyTagClassName
{
color: #C3248E;
}
</style>
background-color css
<style>
a { background-color: #C3248E; }
a { background-color: rgb(195,36,142); }
div.DivClassName
{
background-color: #C3248E;
}
.BgClassName
{
background-color: #C3248E;
}
</style>
border-color css
<style>
span { border-color: #C3248E; }
span { border-color: rgb(195,36,142); }
td.TdClassName
{
border-color: #C3248E;
}
.TagClassName
{
border-color: #C3248E;
}
</style>