Shades of Medium Red Violet #C33690
Tints of Medium Red Violet #C33690
RGB
CMYK
RGB Variations
Color information
#C33690 (or 0xC33690) is known color: Medium Red Violet. HEX triplet: C3, 36 and 90. RGB value is (195,54,144). Sum of RGB (Red+Green+Blue) = 195+54+144=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C33690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33690 is #3CC96F. Grayscale: #6A6A6A. Windows color (decimal): -3983728 or 9451203. OLE color: 9451203.
HSL color Cylindrical-coordinate representation of color #C33690: hue angle of 321.7º 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 #C33690 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 144 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.24 |
| HSL | 321.7º | 0.57% | 0.49% | - |
| HSV(B) | 321.7º | 0.72% | 0.76% | - |
| XYZ | 28.86 | 16.25 | 28 | - |
| YUV | 106.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 144 | 0 | 0.72 | 0.26 | 0.24 | 321.7 | 0.57 | 0.49 |
| Hex | C3 | 36 | 90 | 0 | 48 | 1A | 18 | 142 | 39 | 31 |
| Octal | 303 | 66 | 220 | 0 | 110 | 32 | 30 | 502 | 71 | 61 |
| Binary | 11000011 | 110110 | 10010000 | 0 | 1001000 | 11010 | 11000 | 101000010 | 111001 | 110001 |
Color Harmonies of #C33690
Complementary color
Monochromatic Colors of #C33690
Black with #C33690
Text Example
Text Example
White with #C33690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33690; }
p { color: rgb(195,54,144); }
H1.HeaderClassName
{
color: #C33690;
}
.AnyTagClassName
{
color: #C33690;
}
</style>
background-color css
<style>
a { background-color: #C33690; }
a { background-color: rgb(195,54,144); }
div.DivClassName
{
background-color: #C33690;
}
.BgClassName
{
background-color: #C33690;
}
</style>
border-color css
<style>
span { border-color: #C33690; }
span { border-color: rgb(195,54,144); }
td.TdClassName
{
border-color: #C33690;
}
.TagClassName
{
border-color: #C33690;
}
</style>