Shades of Medium Red Violet #C33B9B
Tints of Medium Red Violet #C33B9B
RGB
CMYK
RGB Variations
Color information
#C33B9B (or 0xC33B9B) is known color: Medium Red Violet. HEX triplet: C3, 3B and 9B. RGB value is (195,59,155). Sum of RGB (Red+Green+Blue) = 195+59+155=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33B9B is #3CC464. Grayscale: #6E6E6E. Windows color (decimal): -3982437 or 10173379. OLE color: 10173379.
HSL color Cylindrical-coordinate representation of color #C33B9B: hue angle of 317.65º 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 #C33B9B is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 155 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.24 |
| HSL | 317.65º | 0.54% | 0.5% | - |
| HSV(B) | 317.65º | 0.7% | 0.76% | - |
| XYZ | 29.99 | 17.1 | 32.73 | - |
| YUV | 110.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 155 | 0 | 0.70 | 0.21 | 0.24 | 317.65 | 0.54 | 0.5 |
| Hex | C3 | 3B | 9B | 0 | 46 | 15 | 18 | 13E | 36 | 32 |
| Octal | 303 | 73 | 233 | 0 | 106 | 25 | 30 | 476 | 66 | 62 |
| Binary | 11000011 | 111011 | 10011011 | 0 | 1000110 | 10101 | 11000 | 100111110 | 110110 | 110010 |
Color Harmonies of #C33B9B
Complementary color
Monochromatic Colors of #C33B9B
Black with #C33B9B
Text Example
Text Example
White with #C33B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B9B; }
p { color: rgb(195,59,155); }
H1.HeaderClassName
{
color: #C33B9B;
}
.AnyTagClassName
{
color: #C33B9B;
}
</style>
background-color css
<style>
a { background-color: #C33B9B; }
a { background-color: rgb(195,59,155); }
div.DivClassName
{
background-color: #C33B9B;
}
.BgClassName
{
background-color: #C33B9B;
}
</style>
border-color css
<style>
span { border-color: #C33B9B; }
span { border-color: rgb(195,59,155); }
td.TdClassName
{
border-color: #C33B9B;
}
.TagClassName
{
border-color: #C33B9B;
}
</style>