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