Shades of Medium Red Violet #C933A0
Tints of Medium Red Violet #C933A0
RGB
CMYK
RGB Variations
Color information
#C933A0 (or 0xC933A0) is known color: Medium Red Violet. HEX triplet: C9, 33 and A0. RGB value is (201,51,160). Sum of RGB (Red+Green+Blue) = 201+51+160=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C933A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933A0 is #36CC5F. Grayscale: #6B6B6B. Windows color (decimal): -3591264 or 10499017. OLE color: 10499017.
HSL color Cylindrical-coordinate representation of color #C933A0: hue angle of 316.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933A0 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 160 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.21 |
| HSL | 316.4º | 0.6% | 0.49% | - |
| HSV(B) | 316.4º | 0.75% | 0.79% | - |
| XYZ | 31.62 | 17.32 | 34.94 | - |
| YUV | 108.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 160 | 0 | 0.75 | 0.20 | 0.21 | 316.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | A0 | 0 | 4B | 14 | 15 | 13C | 3C | 31 |
| Octal | 311 | 63 | 240 | 0 | 113 | 24 | 25 | 474 | 74 | 61 |
| Binary | 11001001 | 110011 | 10100000 | 0 | 1001011 | 10100 | 10101 | 100111100 | 111100 | 110001 |
Color Harmonies of #C933A0
Complementary color
Monochromatic Colors of #C933A0
Black with #C933A0
Text Example
Text Example
White with #C933A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933A0; }
p { color: rgb(201,51,160); }
H1.HeaderClassName
{
color: #C933A0;
}
.AnyTagClassName
{
color: #C933A0;
}
</style>
background-color css
<style>
a { background-color: #C933A0; }
a { background-color: rgb(201,51,160); }
div.DivClassName
{
background-color: #C933A0;
}
.BgClassName
{
background-color: #C933A0;
}
</style>
border-color css
<style>
span { border-color: #C933A0; }
span { border-color: rgb(201,51,160); }
td.TdClassName
{
border-color: #C933A0;
}
.TagClassName
{
border-color: #C933A0;
}
</style>