Shades of Medium Red Violet #C33A8F
Tints of Medium Red Violet #C33A8F
RGB
CMYK
RGB Variations
Color information
#C33A8F (or 0xC33A8F) is known color: Medium Red Violet. HEX triplet: C3, 3A and 8F. RGB value is (195,58,143). Sum of RGB (Red+Green+Blue) = 195+58+143=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33A8F is #3CC570. Grayscale: #6C6C6C. Windows color (decimal): -3982705 or 9386691. OLE color: 9386691.
HSL color Cylindrical-coordinate representation of color #C33A8F: hue angle of 322.77º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A8F is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 143 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.24 |
| HSL | 322.77º | 0.54% | 0.5% | - |
| HSV(B) | 322.77º | 0.7% | 0.76% | - |
| XYZ | 28.98 | 16.61 | 27.67 | - |
| YUV | 108.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 143 | 0 | 0.70 | 0.27 | 0.24 | 322.77 | 0.54 | 0.5 |
| Hex | C3 | 3A | 8F | 0 | 46 | 1B | 18 | 143 | 36 | 32 |
| Octal | 303 | 72 | 217 | 0 | 106 | 33 | 30 | 503 | 66 | 62 |
| Binary | 11000011 | 111010 | 10001111 | 0 | 1000110 | 11011 | 11000 | 101000011 | 110110 | 110010 |
Color Harmonies of #C33A8F
Complementary color
Monochromatic Colors of #C33A8F
Black with #C33A8F
Text Example
Text Example
White with #C33A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A8F; }
p { color: rgb(195,58,143); }
H1.HeaderClassName
{
color: #C33A8F;
}
.AnyTagClassName
{
color: #C33A8F;
}
</style>
background-color css
<style>
a { background-color: #C33A8F; }
a { background-color: rgb(195,58,143); }
div.DivClassName
{
background-color: #C33A8F;
}
.BgClassName
{
background-color: #C33A8F;
}
</style>
border-color css
<style>
span { border-color: #C33A8F; }
span { border-color: rgb(195,58,143); }
td.TdClassName
{
border-color: #C33A8F;
}
.TagClassName
{
border-color: #C33A8F;
}
</style>