Shades of Medium Red Violet #C33A9A
Tints of Medium Red Violet #C33A9A
RGB
CMYK
RGB Variations
Color information
#C33A9A (or 0xC33A9A) is known color: Medium Red Violet. HEX triplet: C3, 3A and 9A. RGB value is (195,58,154). Sum of RGB (Red+Green+Blue) = 195+58+154=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33A9A is #3CC565. Grayscale: #6D6D6D. Windows color (decimal): -3982694 or 10107587. OLE color: 10107587.
HSL color Cylindrical-coordinate representation of color #C33A9A: hue angle of 317.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A9A is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 154 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.24 |
| HSL | 317.96º | 0.54% | 0.5% | - |
| HSV(B) | 317.96º | 0.7% | 0.76% | - |
| XYZ | 29.85 | 16.96 | 32.27 | - |
| YUV | 109.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 154 | 0 | 0.70 | 0.21 | 0.24 | 317.96 | 0.54 | 0.5 |
| Hex | C3 | 3A | 9A | 0 | 46 | 15 | 18 | 13E | 36 | 32 |
| Octal | 303 | 72 | 232 | 0 | 106 | 25 | 30 | 476 | 66 | 62 |
| Binary | 11000011 | 111010 | 10011010 | 0 | 1000110 | 10101 | 11000 | 100111110 | 110110 | 110010 |
Color Harmonies of #C33A9A
Complementary color
Monochromatic Colors of #C33A9A
Black with #C33A9A
Text Example
Text Example
White with #C33A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A9A; }
p { color: rgb(195,58,154); }
H1.HeaderClassName
{
color: #C33A9A;
}
.AnyTagClassName
{
color: #C33A9A;
}
</style>
background-color css
<style>
a { background-color: #C33A9A; }
a { background-color: rgb(195,58,154); }
div.DivClassName
{
background-color: #C33A9A;
}
.BgClassName
{
background-color: #C33A9A;
}
</style>
border-color css
<style>
span { border-color: #C33A9A; }
span { border-color: rgb(195,58,154); }
td.TdClassName
{
border-color: #C33A9A;
}
.TagClassName
{
border-color: #C33A9A;
}
</style>