Shades of Medium Red Violet #C33082
Tints of Medium Red Violet #C33082
RGB
CMYK
RGB Variations
Color information
#C33082 (or 0xC33082) is known color: Medium Red Violet. HEX triplet: C3, 30 and 82. RGB value is (195,48,130). Sum of RGB (Red+Green+Blue) = 195+48+130=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C33082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33082 is #3CCF7D. Grayscale: #656565. Windows color (decimal): -3985278 or 8532163. OLE color: 8532163.
HSL color Cylindrical-coordinate representation of color #C33082: hue angle of 326.53º 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 #C33082 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 130 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.24 |
| HSL | 326.53º | 0.6% | 0.48% | - |
| HSV(B) | 326.53º | 0.75% | 0.76% | - |
| XYZ | 27.59 | 15.33 | 22.62 | - |
| YUV | 101.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 130 | 0 | 0.75 | 0.33 | 0.24 | 326.53 | 0.6 | 0.48 |
| Hex | C3 | 30 | 82 | 0 | 4B | 21 | 18 | 147 | 3C | 30 |
| Octal | 303 | 60 | 202 | 0 | 113 | 41 | 30 | 507 | 74 | 60 |
| Binary | 11000011 | 110000 | 10000010 | 0 | 1001011 | 100001 | 11000 | 101000111 | 111100 | 110000 |
Color Harmonies of #C33082
Complementary color
Monochromatic Colors of #C33082
Black with #C33082
Text Example
Text Example
White with #C33082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33082; }
p { color: rgb(195,48,130); }
H1.HeaderClassName
{
color: #C33082;
}
.AnyTagClassName
{
color: #C33082;
}
</style>
background-color css
<style>
a { background-color: #C33082; }
a { background-color: rgb(195,48,130); }
div.DivClassName
{
background-color: #C33082;
}
.BgClassName
{
background-color: #C33082;
}
</style>
border-color css
<style>
span { border-color: #C33082; }
span { border-color: rgb(195,48,130); }
td.TdClassName
{
border-color: #C33082;
}
.TagClassName
{
border-color: #C33082;
}
</style>