Shades of Medium Red Violet #C33396
Tints of Medium Red Violet #C33396
RGB
CMYK
RGB Variations
Color information
#C33396 (or 0xC33396) is known color: Medium Red Violet. HEX triplet: C3, 33 and 96. RGB value is (195,51,150). Sum of RGB (Red+Green+Blue) = 195+51+150=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C33396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33396 is #3CCC69. Grayscale: #696969. Windows color (decimal): -3984490 or 9843651. OLE color: 9843651.
HSL color Cylindrical-coordinate representation of color #C33396: hue angle of 318.75º 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 #C33396 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 150 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.24 |
| HSL | 318.75º | 0.59% | 0.48% | - |
| HSV(B) | 318.75º | 0.74% | 0.76% | - |
| XYZ | 29.19 | 16.17 | 30.44 | - |
| YUV | 105.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 150 | 0 | 0.74 | 0.23 | 0.24 | 318.75 | 0.59 | 0.48 |
| Hex | C3 | 33 | 96 | 0 | 4A | 17 | 18 | 13F | 3B | 30 |
| Octal | 303 | 63 | 226 | 0 | 112 | 27 | 30 | 477 | 73 | 60 |
| Binary | 11000011 | 110011 | 10010110 | 0 | 1001010 | 10111 | 11000 | 100111111 | 111011 | 110000 |
Color Harmonies of #C33396
Complementary color
Monochromatic Colors of #C33396
Black with #C33396
Text Example
Text Example
White with #C33396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33396; }
p { color: rgb(195,51,150); }
H1.HeaderClassName
{
color: #C33396;
}
.AnyTagClassName
{
color: #C33396;
}
</style>
background-color css
<style>
a { background-color: #C33396; }
a { background-color: rgb(195,51,150); }
div.DivClassName
{
background-color: #C33396;
}
.BgClassName
{
background-color: #C33396;
}
</style>
border-color css
<style>
span { border-color: #C33396; }
span { border-color: rgb(195,51,150); }
td.TdClassName
{
border-color: #C33396;
}
.TagClassName
{
border-color: #C33396;
}
</style>