Shades of Medium Red Violet #C33680
Tints of Medium Red Violet #C33680
RGB
CMYK
RGB Variations
Color information
#C33680 (or 0xC33680) is known color: Medium Red Violet. HEX triplet: C3, 36 and 80. RGB value is (195,54,128). Sum of RGB (Red+Green+Blue) = 195+54+128=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C33680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33680 is #3CC97F. Grayscale: #686868. Windows color (decimal): -3983744 or 8402627. OLE color: 8402627.
HSL color Cylindrical-coordinate representation of color #C33680: hue angle of 328.51º 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 #C33680 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 128 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.24 |
| HSL | 328.51º | 0.57% | 0.49% | - |
| HSV(B) | 328.51º | 0.72% | 0.76% | - |
| XYZ | 27.72 | 15.8 | 22.01 | - |
| YUV | 104.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 128 | 0 | 0.72 | 0.34 | 0.24 | 328.51 | 0.57 | 0.49 |
| Hex | C3 | 36 | 80 | 0 | 48 | 22 | 18 | 149 | 39 | 31 |
| Octal | 303 | 66 | 200 | 0 | 110 | 42 | 30 | 511 | 71 | 61 |
| Binary | 11000011 | 110110 | 10000000 | 0 | 1001000 | 100010 | 11000 | 101001001 | 111001 | 110001 |
Color Harmonies of #C33680
Complementary color
Monochromatic Colors of #C33680
Black with #C33680
Text Example
Text Example
White with #C33680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33680; }
p { color: rgb(195,54,128); }
H1.HeaderClassName
{
color: #C33680;
}
.AnyTagClassName
{
color: #C33680;
}
</style>
background-color css
<style>
a { background-color: #C33680; }
a { background-color: rgb(195,54,128); }
div.DivClassName
{
background-color: #C33680;
}
.BgClassName
{
background-color: #C33680;
}
</style>
border-color css
<style>
span { border-color: #C33680; }
span { border-color: rgb(195,54,128); }
td.TdClassName
{
border-color: #C33680;
}
.TagClassName
{
border-color: #C33680;
}
</style>