Shades of Medium Red Violet #C33394
Tints of Medium Red Violet #C33394
RGB
CMYK
RGB Variations
Color information
#C33394 (or 0xC33394) is known color: Medium Red Violet. HEX triplet: C3, 33 and 94. RGB value is (195,51,148). Sum of RGB (Red+Green+Blue) = 195+51+148=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C33394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33394 is #3CCC6B. Grayscale: #686868. Windows color (decimal): -3984492 or 9712579. OLE color: 9712579.
HSL color Cylindrical-coordinate representation of color #C33394: hue angle of 319.58º 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 #C33394 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 148 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.24 |
| HSL | 319.58º | 0.59% | 0.48% | - |
| HSV(B) | 319.58º | 0.74% | 0.76% | - |
| XYZ | 29.03 | 16.11 | 29.6 | - |
| YUV | 105.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 148 | 0 | 0.74 | 0.24 | 0.24 | 319.58 | 0.59 | 0.48 |
| Hex | C3 | 33 | 94 | 0 | 4A | 18 | 18 | 140 | 3B | 30 |
| Octal | 303 | 63 | 224 | 0 | 112 | 30 | 30 | 500 | 73 | 60 |
| Binary | 11000011 | 110011 | 10010100 | 0 | 1001010 | 11000 | 11000 | 101000000 | 111011 | 110000 |
Color Harmonies of #C33394
Complementary color
Monochromatic Colors of #C33394
Black with #C33394
Text Example
Text Example
White with #C33394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33394; }
p { color: rgb(195,51,148); }
H1.HeaderClassName
{
color: #C33394;
}
.AnyTagClassName
{
color: #C33394;
}
</style>
background-color css
<style>
a { background-color: #C33394; }
a { background-color: rgb(195,51,148); }
div.DivClassName
{
background-color: #C33394;
}
.BgClassName
{
background-color: #C33394;
}
</style>
border-color css
<style>
span { border-color: #C33394; }
span { border-color: rgb(195,51,148); }
td.TdClassName
{
border-color: #C33394;
}
.TagClassName
{
border-color: #C33394;
}
</style>