Shades of Medium Red Violet #C3349A
Tints of Medium Red Violet #C3349A
RGB
CMYK
RGB Variations
Color information
#C3349A (or 0xC3349A) is known color: Medium Red Violet. HEX triplet: C3, 34 and 9A. RGB value is (195,52,154). Sum of RGB (Red+Green+Blue) = 195+52+154=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3349A is #3CCB65. Grayscale: #6A6A6A. Windows color (decimal): -3984230 or 10106051. OLE color: 10106051.
HSL color Cylindrical-coordinate representation of color #C3349A: hue angle of 317.2º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3349A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 154 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.24 |
| HSL | 317.2º | 0.58% | 0.48% | - |
| HSV(B) | 317.2º | 0.73% | 0.76% | - |
| XYZ | 29.57 | 16.39 | 32.18 | - |
| YUV | 106.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 154 | 0 | 0.73 | 0.21 | 0.24 | 317.2 | 0.58 | 0.48 |
| Hex | C3 | 34 | 9A | 0 | 49 | 15 | 18 | 13D | 3A | 30 |
| Octal | 303 | 64 | 232 | 0 | 111 | 25 | 30 | 475 | 72 | 60 |
| Binary | 11000011 | 110100 | 10011010 | 0 | 1001001 | 10101 | 11000 | 100111101 | 111010 | 110000 |
Color Harmonies of #C3349A
Complementary color
Monochromatic Colors of #C3349A
Black with #C3349A
Text Example
Text Example
White with #C3349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3349A; }
p { color: rgb(195,52,154); }
H1.HeaderClassName
{
color: #C3349A;
}
.AnyTagClassName
{
color: #C3349A;
}
</style>
background-color css
<style>
a { background-color: #C3349A; }
a { background-color: rgb(195,52,154); }
div.DivClassName
{
background-color: #C3349A;
}
.BgClassName
{
background-color: #C3349A;
}
</style>
border-color css
<style>
span { border-color: #C3349A; }
span { border-color: rgb(195,52,154); }
td.TdClassName
{
border-color: #C3349A;
}
.TagClassName
{
border-color: #C3349A;
}
</style>