Shades of Medium Red Violet #C33080
Tints of Medium Red Violet #C33080
RGB
CMYK
RGB Variations
Color information
#C33080 (or 0xC33080) is known color: Medium Red Violet. HEX triplet: C3, 30 and 80. RGB value is (195,48,128). Sum of RGB (Red+Green+Blue) = 195+48+128=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C33080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33080 is #3CCF7F. Grayscale: #646464. Windows color (decimal): -3985280 or 8401091. OLE color: 8401091.
HSL color Cylindrical-coordinate representation of color #C33080: hue angle of 327.35º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33080 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 128 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.24 |
| HSL | 327.35º | 0.6% | 0.48% | - |
| HSV(B) | 327.35º | 0.75% | 0.76% | - |
| XYZ | 27.46 | 15.27 | 21.92 | - |
| YUV | 101.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 128 | 0 | 0.75 | 0.34 | 0.24 | 327.35 | 0.6 | 0.48 |
| Hex | C3 | 30 | 80 | 0 | 4B | 22 | 18 | 147 | 3C | 30 |
| Octal | 303 | 60 | 200 | 0 | 113 | 42 | 30 | 507 | 74 | 60 |
| Binary | 11000011 | 110000 | 10000000 | 0 | 1001011 | 100010 | 11000 | 101000111 | 111100 | 110000 |
Color Harmonies of #C33080
Complementary color
Monochromatic Colors of #C33080
Black with #C33080
Text Example
Text Example
White with #C33080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33080; }
p { color: rgb(195,48,128); }
H1.HeaderClassName
{
color: #C33080;
}
.AnyTagClassName
{
color: #C33080;
}
</style>
background-color css
<style>
a { background-color: #C33080; }
a { background-color: rgb(195,48,128); }
div.DivClassName
{
background-color: #C33080;
}
.BgClassName
{
background-color: #C33080;
}
</style>
border-color css
<style>
span { border-color: #C33080; }
span { border-color: rgb(195,48,128); }
td.TdClassName
{
border-color: #C33080;
}
.TagClassName
{
border-color: #C33080;
}
</style>