Shades of Medium Red Violet #C33C8F
Tints of Medium Red Violet #C33C8F
RGB
CMYK
RGB Variations
Color information
#C33C8F (or 0xC33C8F) is known color: Medium Red Violet. HEX triplet: C3, 3C and 8F. RGB value is (195,60,143). Sum of RGB (Red+Green+Blue) = 195+60+143=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33C8F is #3CC370. Grayscale: #6D6D6D. Windows color (decimal): -3982193 or 9387203. OLE color: 9387203.
HSL color Cylindrical-coordinate representation of color #C33C8F: hue angle of 323.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 #C33C8F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 143 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.24 |
| HSL | 323.11º | 0.53% | 0.5% | - |
| HSV(B) | 323.11º | 0.69% | 0.76% | - |
| XYZ | 29.08 | 16.82 | 27.7 | - |
| YUV | 109.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 143 | 0 | 0.69 | 0.27 | 0.24 | 323.11 | 0.53 | 0.5 |
| Hex | C3 | 3C | 8F | 0 | 45 | 1B | 18 | 143 | 35 | 32 |
| Octal | 303 | 74 | 217 | 0 | 105 | 33 | 30 | 503 | 65 | 62 |
| Binary | 11000011 | 111100 | 10001111 | 0 | 1000101 | 11011 | 11000 | 101000011 | 110101 | 110010 |
Color Harmonies of #C33C8F
Complementary color
Monochromatic Colors of #C33C8F
Black with #C33C8F
Text Example
Text Example
White with #C33C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C8F; }
p { color: rgb(195,60,143); }
H1.HeaderClassName
{
color: #C33C8F;
}
.AnyTagClassName
{
color: #C33C8F;
}
</style>
background-color css
<style>
a { background-color: #C33C8F; }
a { background-color: rgb(195,60,143); }
div.DivClassName
{
background-color: #C33C8F;
}
.BgClassName
{
background-color: #C33C8F;
}
</style>
border-color css
<style>
span { border-color: #C33C8F; }
span { border-color: rgb(195,60,143); }
td.TdClassName
{
border-color: #C33C8F;
}
.TagClassName
{
border-color: #C33C8F;
}
</style>