Shades of Medium Red Violet #C3326F
Tints of Medium Red Violet #C3326F
RGB
CMYK
RGB Variations
Color information
#C3326F (or 0xC3326F) is known color: Medium Red Violet. HEX triplet: C3, 32 and 6F. RGB value is (195,50,111). Sum of RGB (Red+Green+Blue) = 195+50+111=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3326F is #3CCD90. Grayscale: #646464. Windows color (decimal): -3984785 or 7287491. OLE color: 7287491.
HSL color Cylindrical-coordinate representation of color #C3326F: hue angle of 334.76º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3326F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 111 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.24 |
| HSL | 334.76º | 0.59% | 0.48% | - |
| HSV(B) | 334.76º | 0.74% | 0.76% | - |
| XYZ | 26.52 | 15.03 | 16.54 | - |
| YUV | 100.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 111 | 0 | 0.74 | 0.43 | 0.24 | 334.76 | 0.59 | 0.48 |
| Hex | C3 | 32 | 6F | 0 | 4A | 2B | 18 | 14F | 3B | 30 |
| Octal | 303 | 62 | 157 | 0 | 112 | 53 | 30 | 517 | 73 | 60 |
| Binary | 11000011 | 110010 | 1101111 | 0 | 1001010 | 101011 | 11000 | 101001111 | 111011 | 110000 |
Color Harmonies of #C3326F
Complementary color
Monochromatic Colors of #C3326F
Black with #C3326F
Text Example
Text Example
White with #C3326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3326F; }
p { color: rgb(195,50,111); }
H1.HeaderClassName
{
color: #C3326F;
}
.AnyTagClassName
{
color: #C3326F;
}
</style>
background-color css
<style>
a { background-color: #C3326F; }
a { background-color: rgb(195,50,111); }
div.DivClassName
{
background-color: #C3326F;
}
.BgClassName
{
background-color: #C3326F;
}
</style>
border-color css
<style>
span { border-color: #C3326F; }
span { border-color: rgb(195,50,111); }
td.TdClassName
{
border-color: #C3326F;
}
.TagClassName
{
border-color: #C3326F;
}
</style>