Shades of Medium Red Violet #C3246C
Tints of Medium Red Violet #C3246C
RGB
CMYK
RGB Variations
Color information
#C3246C (or 0xC3246C) is known color: Medium Red Violet. HEX triplet: C3, 24 and 6C. RGB value is (195,36,108). Sum of RGB (Red+Green+Blue) = 195+36+108=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3246C is #3CDB93. Grayscale: #5B5B5B. Windows color (decimal): -3988372 or 7087299. OLE color: 7087299.
HSL color Cylindrical-coordinate representation of color #C3246C: hue angle of 332.83º 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 #C3246C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 108 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.24 |
| HSL | 332.83º | 0.69% | 0.45% | - |
| HSV(B) | 332.83º | 0.82% | 0.76% | - |
| XYZ | 25.84 | 13.95 | 15.52 | - |
| YUV | 91.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 108 | 0 | 0.82 | 0.45 | 0.24 | 332.83 | 0.69 | 0.45 |
| Hex | C3 | 24 | 6C | 0 | 52 | 2D | 18 | 14D | 45 | 2D |
| Octal | 303 | 44 | 154 | 0 | 122 | 55 | 30 | 515 | 105 | 55 |
| Binary | 11000011 | 100100 | 1101100 | 0 | 1010010 | 101101 | 11000 | 101001101 | 1000101 | 101101 |
Color Harmonies of #C3246C
Complementary color
Monochromatic Colors of #C3246C
Black with #C3246C
Text Example
Text Example
White with #C3246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3246C; }
p { color: rgb(195,36,108); }
H1.HeaderClassName
{
color: #C3246C;
}
.AnyTagClassName
{
color: #C3246C;
}
</style>
background-color css
<style>
a { background-color: #C3246C; }
a { background-color: rgb(195,36,108); }
div.DivClassName
{
background-color: #C3246C;
}
.BgClassName
{
background-color: #C3246C;
}
</style>
border-color css
<style>
span { border-color: #C3246C; }
span { border-color: rgb(195,36,108); }
td.TdClassName
{
border-color: #C3246C;
}
.TagClassName
{
border-color: #C3246C;
}
</style>