Shades of Medium Red Violet #C33B9A
Tints of Medium Red Violet #C33B9A
RGB
CMYK
RGB Variations
Color information
#C33B9A (or 0xC33B9A) is known color: Medium Red Violet. HEX triplet: C3, 3B and 9A. RGB value is (195,59,154). Sum of RGB (Red+Green+Blue) = 195+59+154=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33B9A is #3CC465. Grayscale: #6E6E6E. Windows color (decimal): -3982438 or 10107843. OLE color: 10107843.
HSL color Cylindrical-coordinate representation of color #C33B9A: hue angle of 318.09º 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 #C33B9A is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 154 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.24 |
| HSL | 318.09º | 0.54% | 0.5% | - |
| HSV(B) | 318.09º | 0.7% | 0.76% | - |
| XYZ | 29.9 | 17.06 | 32.29 | - |
| YUV | 110.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 154 | 0 | 0.70 | 0.21 | 0.24 | 318.09 | 0.54 | 0.5 |
| Hex | C3 | 3B | 9A | 0 | 46 | 15 | 18 | 13E | 36 | 32 |
| Octal | 303 | 73 | 232 | 0 | 106 | 25 | 30 | 476 | 66 | 62 |
| Binary | 11000011 | 111011 | 10011010 | 0 | 1000110 | 10101 | 11000 | 100111110 | 110110 | 110010 |
Color Harmonies of #C33B9A
Complementary color
Monochromatic Colors of #C33B9A
Black with #C33B9A
Text Example
Text Example
White with #C33B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B9A; }
p { color: rgb(195,59,154); }
H1.HeaderClassName
{
color: #C33B9A;
}
.AnyTagClassName
{
color: #C33B9A;
}
</style>
background-color css
<style>
a { background-color: #C33B9A; }
a { background-color: rgb(195,59,154); }
div.DivClassName
{
background-color: #C33B9A;
}
.BgClassName
{
background-color: #C33B9A;
}
</style>
border-color css
<style>
span { border-color: #C33B9A; }
span { border-color: rgb(195,59,154); }
td.TdClassName
{
border-color: #C33B9A;
}
.TagClassName
{
border-color: #C33B9A;
}
</style>