Shades of Medium Red Violet #C33694
Tints of Medium Red Violet #C33694
RGB
CMYK
RGB Variations
Color information
#C33694 (or 0xC33694) is known color: Medium Red Violet. HEX triplet: C3, 36 and 94. RGB value is (195,54,148). Sum of RGB (Red+Green+Blue) = 195+54+148=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C33694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33694 is #3CC96B. Grayscale: #6A6A6A. Windows color (decimal): -3983724 or 9713347. OLE color: 9713347.
HSL color Cylindrical-coordinate representation of color #C33694: hue angle of 320º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33694 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 148 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.24 |
| HSL | 320º | 0.57% | 0.49% | - |
| HSV(B) | 320º | 0.72% | 0.76% | - |
| XYZ | 29.17 | 16.38 | 29.64 | - |
| YUV | 106.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 148 | 0 | 0.72 | 0.24 | 0.24 | 320 | 0.57 | 0.49 |
| Hex | C3 | 36 | 94 | 0 | 48 | 18 | 18 | 140 | 39 | 31 |
| Octal | 303 | 66 | 224 | 0 | 110 | 30 | 30 | 500 | 71 | 61 |
| Binary | 11000011 | 110110 | 10010100 | 0 | 1001000 | 11000 | 11000 | 101000000 | 111001 | 110001 |
Color Harmonies of #C33694
Complementary color
Monochromatic Colors of #C33694
Black with #C33694
Text Example
Text Example
White with #C33694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33694; }
p { color: rgb(195,54,148); }
H1.HeaderClassName
{
color: #C33694;
}
.AnyTagClassName
{
color: #C33694;
}
</style>
background-color css
<style>
a { background-color: #C33694; }
a { background-color: rgb(195,54,148); }
div.DivClassName
{
background-color: #C33694;
}
.BgClassName
{
background-color: #C33694;
}
</style>
border-color css
<style>
span { border-color: #C33694; }
span { border-color: rgb(195,54,148); }
td.TdClassName
{
border-color: #C33694;
}
.TagClassName
{
border-color: #C33694;
}
</style>