Shades of Medium Red Violet #C33497
Tints of Medium Red Violet #C33497
RGB
CMYK
RGB Variations
Color information
#C33497 (or 0xC33497) is known color: Medium Red Violet. HEX triplet: C3, 34 and 97. RGB value is (195,52,151). Sum of RGB (Red+Green+Blue) = 195+52+151=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C33497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33497 is #3CCB68. Grayscale: #696969. Windows color (decimal): -3984233 or 9909443. OLE color: 9909443.
HSL color Cylindrical-coordinate representation of color #C33497: hue angle of 318.46º 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 #C33497 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 151 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.24 |
| HSL | 318.46º | 0.58% | 0.48% | - |
| HSV(B) | 318.46º | 0.73% | 0.76% | - |
| XYZ | 29.32 | 16.29 | 30.88 | - |
| YUV | 106.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 151 | 0 | 0.73 | 0.23 | 0.24 | 318.46 | 0.58 | 0.48 |
| Hex | C3 | 34 | 97 | 0 | 49 | 17 | 18 | 13E | 3A | 30 |
| Octal | 303 | 64 | 227 | 0 | 111 | 27 | 30 | 476 | 72 | 60 |
| Binary | 11000011 | 110100 | 10010111 | 0 | 1001001 | 10111 | 11000 | 100111110 | 111010 | 110000 |
Color Harmonies of #C33497
Complementary color
Monochromatic Colors of #C33497
Black with #C33497
Text Example
Text Example
White with #C33497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33497; }
p { color: rgb(195,52,151); }
H1.HeaderClassName
{
color: #C33497;
}
.AnyTagClassName
{
color: #C33497;
}
</style>
background-color css
<style>
a { background-color: #C33497; }
a { background-color: rgb(195,52,151); }
div.DivClassName
{
background-color: #C33497;
}
.BgClassName
{
background-color: #C33497;
}
</style>
border-color css
<style>
span { border-color: #C33497; }
span { border-color: rgb(195,52,151); }
td.TdClassName
{
border-color: #C33497;
}
.TagClassName
{
border-color: #C33497;
}
</style>