Shades of Medium Red Violet #C33C8B
Tints of Medium Red Violet #C33C8B
RGB
CMYK
RGB Variations
Color information
#C33C8B (or 0xC33C8B) is known color: Medium Red Violet. HEX triplet: C3, 3C and 8B. RGB value is (195,60,139). Sum of RGB (Red+Green+Blue) = 195+60+139=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33C8B is #3CC374. Grayscale: #6D6D6D. Windows color (decimal): -3982197 or 9125059. OLE color: 9125059.
HSL color Cylindrical-coordinate representation of color #C33C8B: hue angle of 324.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C8B is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 139 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.24 |
| HSL | 324.89º | 0.53% | 0.5% | - |
| HSV(B) | 324.89º | 0.69% | 0.76% | - |
| XYZ | 28.78 | 16.7 | 26.13 | - |
| YUV | 109.37 | 144.73 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 139 | 0 | 0.69 | 0.29 | 0.24 | 324.89 | 0.53 | 0.5 |
| Hex | C3 | 3C | 8B | 0 | 45 | 1D | 18 | 145 | 35 | 32 |
| Octal | 303 | 74 | 213 | 0 | 105 | 35 | 30 | 505 | 65 | 62 |
| Binary | 11000011 | 111100 | 10001011 | 0 | 1000101 | 11101 | 11000 | 101000101 | 110101 | 110010 |
Color Harmonies of #C33C8B
Complementary color
Monochromatic Colors of #C33C8B
Black with #C33C8B
Text Example
Text Example
White with #C33C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C8B; }
p { color: rgb(195,60,139); }
H1.HeaderClassName
{
color: #C33C8B;
}
.AnyTagClassName
{
color: #C33C8B;
}
</style>
background-color css
<style>
a { background-color: #C33C8B; }
a { background-color: rgb(195,60,139); }
div.DivClassName
{
background-color: #C33C8B;
}
.BgClassName
{
background-color: #C33C8B;
}
</style>
border-color css
<style>
span { border-color: #C33C8B; }
span { border-color: rgb(195,60,139); }
td.TdClassName
{
border-color: #C33C8B;
}
.TagClassName
{
border-color: #C33C8B;
}
</style>