Shades of Medium Red Violet #C933AA
Tints of Medium Red Violet #C933AA
RGB
CMYK
RGB Variations
Color information
#C933AA (or 0xC933AA) is known color: Medium Red Violet. HEX triplet: C9, 33 and AA. RGB value is (201,51,170). Sum of RGB (Red+Green+Blue) = 201+51+170=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C933AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933AA is #36CC55. Grayscale: #6D6D6D. Windows color (decimal): -3591254 or 11154377. OLE color: 11154377.
HSL color Cylindrical-coordinate representation of color #C933AA: hue angle of 312.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 #C933AA is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 170 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.21 |
| HSL | 312.4º | 0.6% | 0.49% | - |
| HSV(B) | 312.4º | 0.75% | 0.79% | - |
| XYZ | 32.53 | 17.69 | 39.73 | - |
| YUV | 109.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 170 | 0 | 0.75 | 0.15 | 0.21 | 312.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | AA | 0 | 4B | F | 15 | 138 | 3C | 31 |
| Octal | 311 | 63 | 252 | 0 | 113 | 17 | 25 | 470 | 74 | 61 |
| Binary | 11001001 | 110011 | 10101010 | 0 | 1001011 | 1111 | 10101 | 100111000 | 111100 | 110001 |
Color Harmonies of #C933AA
Complementary color
Monochromatic Colors of #C933AA
Black with #C933AA
Text Example
Text Example
White with #C933AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933AA; }
p { color: rgb(201,51,170); }
H1.HeaderClassName
{
color: #C933AA;
}
.AnyTagClassName
{
color: #C933AA;
}
</style>
background-color css
<style>
a { background-color: #C933AA; }
a { background-color: rgb(201,51,170); }
div.DivClassName
{
background-color: #C933AA;
}
.BgClassName
{
background-color: #C933AA;
}
</style>
border-color css
<style>
span { border-color: #C933AA; }
span { border-color: rgb(201,51,170); }
td.TdClassName
{
border-color: #C933AA;
}
.TagClassName
{
border-color: #C933AA;
}
</style>