Shades of Medium Violet Red #C3239A
Tints of Medium Violet Red #C3239A
RGB
CMYK
RGB Variations
Color information
#C3239A (or 0xC3239A) is known color: Medium Violet Red. HEX triplet: C3, 23 and 9A. RGB value is (195,35,154). Sum of RGB (Red+Green+Blue) = 195+35+154=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3239A is #3CDC65. Grayscale: #606060. Windows color (decimal): -3988582 or 10101699. OLE color: 10101699.
HSL color Cylindrical-coordinate representation of color #C3239A: hue angle of 315.38º 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 #C3239A is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 154 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.24 |
| HSL | 315.38º | 0.7% | 0.45% | - |
| HSV(B) | 315.38º | 0.82% | 0.76% | - |
| XYZ | 28.94 | 15.14 | 31.97 | - |
| YUV | 96.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 154 | 0 | 0.82 | 0.21 | 0.24 | 315.38 | 0.7 | 0.45 |
| Hex | C3 | 23 | 9A | 0 | 52 | 15 | 18 | 13B | 46 | 2D |
| Octal | 303 | 43 | 232 | 0 | 122 | 25 | 30 | 473 | 106 | 55 |
| Binary | 11000011 | 100011 | 10011010 | 0 | 1010010 | 10101 | 11000 | 100111011 | 1000110 | 101101 |
Color Harmonies of #C3239A
Complementary color
Monochromatic Colors of #C3239A
Black with #C3239A
Text Example
Text Example
White with #C3239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3239A; }
p { color: rgb(195,35,154); }
H1.HeaderClassName
{
color: #C3239A;
}
.AnyTagClassName
{
color: #C3239A;
}
</style>
background-color css
<style>
a { background-color: #C3239A; }
a { background-color: rgb(195,35,154); }
div.DivClassName
{
background-color: #C3239A;
}
.BgClassName
{
background-color: #C3239A;
}
</style>
border-color css
<style>
span { border-color: #C3239A; }
span { border-color: rgb(195,35,154); }
td.TdClassName
{
border-color: #C3239A;
}
.TagClassName
{
border-color: #C3239A;
}
</style>