Shades of Medium Red Violet #C33C7D
Tints of Medium Red Violet #C33C7D
RGB
CMYK
RGB Variations
Color information
#C33C7D (or 0xC33C7D) is known color: Medium Red Violet. HEX triplet: C3, 3C and 7D. RGB value is (195,60,125). Sum of RGB (Red+Green+Blue) = 195+60+125=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C7D is #3CC382. Grayscale: #6B6B6B. Windows color (decimal): -3982211 or 8207555. OLE color: 8207555.
HSL color Cylindrical-coordinate representation of color #C33C7D: hue angle of 331.11º 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 #C33C7D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 125 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.24 |
| HSL | 331.11º | 0.53% | 0.5% | - |
| HSV(B) | 331.11º | 0.69% | 0.76% | - |
| XYZ | 27.82 | 16.31 | 21.08 | - |
| YUV | 107.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 125 | 0 | 0.69 | 0.36 | 0.24 | 331.11 | 0.53 | 0.5 |
| Hex | C3 | 3C | 7D | 0 | 45 | 24 | 18 | 14B | 35 | 32 |
| Octal | 303 | 74 | 175 | 0 | 105 | 44 | 30 | 513 | 65 | 62 |
| Binary | 11000011 | 111100 | 1111101 | 0 | 1000101 | 100100 | 11000 | 101001011 | 110101 | 110010 |
Color Harmonies of #C33C7D
Complementary color
Monochromatic Colors of #C33C7D
Black with #C33C7D
Text Example
Text Example
White with #C33C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C7D; }
p { color: rgb(195,60,125); }
H1.HeaderClassName
{
color: #C33C7D;
}
.AnyTagClassName
{
color: #C33C7D;
}
</style>
background-color css
<style>
a { background-color: #C33C7D; }
a { background-color: rgb(195,60,125); }
div.DivClassName
{
background-color: #C33C7D;
}
.BgClassName
{
background-color: #C33C7D;
}
</style>
border-color css
<style>
span { border-color: #C33C7D; }
span { border-color: rgb(195,60,125); }
td.TdClassName
{
border-color: #C33C7D;
}
.TagClassName
{
border-color: #C33C7D;
}
</style>