Shades of Medium Red Violet #C33C7B
Tints of Medium Red Violet #C33C7B
RGB
CMYK
RGB Variations
Color information
#C33C7B (or 0xC33C7B) is known color: Medium Red Violet. HEX triplet: C3, 3C and 7B. RGB value is (195,60,123). Sum of RGB (Red+Green+Blue) = 195+60+123=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C7B is #3CC384. Grayscale: #6B6B6B. Windows color (decimal): -3982213 or 8076483. OLE color: 8076483.
HSL color Cylindrical-coordinate representation of color #C33C7B: hue angle of 332º 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 #C33C7B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 123 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.24 |
| HSL | 332º | 0.53% | 0.5% | - |
| HSV(B) | 332º | 0.69% | 0.76% | - |
| XYZ | 27.7 | 16.26 | 20.42 | - |
| YUV | 107.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 123 | 0 | 0.69 | 0.37 | 0.24 | 332 | 0.53 | 0.5 |
| Hex | C3 | 3C | 7B | 0 | 45 | 25 | 18 | 14C | 35 | 32 |
| Octal | 303 | 74 | 173 | 0 | 105 | 45 | 30 | 514 | 65 | 62 |
| Binary | 11000011 | 111100 | 1111011 | 0 | 1000101 | 100101 | 11000 | 101001100 | 110101 | 110010 |
Color Harmonies of #C33C7B
Complementary color
Monochromatic Colors of #C33C7B
Black with #C33C7B
Text Example
Text Example
White with #C33C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C7B; }
p { color: rgb(195,60,123); }
H1.HeaderClassName
{
color: #C33C7B;
}
.AnyTagClassName
{
color: #C33C7B;
}
</style>
background-color css
<style>
a { background-color: #C33C7B; }
a { background-color: rgb(195,60,123); }
div.DivClassName
{
background-color: #C33C7B;
}
.BgClassName
{
background-color: #C33C7B;
}
</style>
border-color css
<style>
span { border-color: #C33C7B; }
span { border-color: rgb(195,60,123); }
td.TdClassName
{
border-color: #C33C7B;
}
.TagClassName
{
border-color: #C33C7B;
}
</style>