Shades of Medium Red Violet #C933A4
Tints of Medium Red Violet #C933A4
RGB
CMYK
RGB Variations
Color information
#C933A4 (or 0xC933A4) is known color: Medium Red Violet. HEX triplet: C9, 33 and A4. RGB value is (201,51,164). Sum of RGB (Red+Green+Blue) = 201+51+164=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C933A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933A4 is #36CC5B. Grayscale: #6C6C6C. Windows color (decimal): -3591260 or 10761161. OLE color: 10761161.
HSL color Cylindrical-coordinate representation of color #C933A4: hue angle of 314.8º 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 #C933A4 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 164 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.21 |
| HSL | 314.8º | 0.6% | 0.49% | - |
| HSV(B) | 314.8º | 0.75% | 0.79% | - |
| XYZ | 31.97 | 17.47 | 36.81 | - |
| YUV | 108.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 164 | 0 | 0.75 | 0.18 | 0.21 | 314.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | A4 | 0 | 4B | 12 | 15 | 13B | 3C | 31 |
| Octal | 311 | 63 | 244 | 0 | 113 | 22 | 25 | 473 | 74 | 61 |
| Binary | 11001001 | 110011 | 10100100 | 0 | 1001011 | 10010 | 10101 | 100111011 | 111100 | 110001 |
Color Harmonies of #C933A4
Complementary color
Monochromatic Colors of #C933A4
Black with #C933A4
Text Example
Text Example
White with #C933A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933A4; }
p { color: rgb(201,51,164); }
H1.HeaderClassName
{
color: #C933A4;
}
.AnyTagClassName
{
color: #C933A4;
}
</style>
background-color css
<style>
a { background-color: #C933A4; }
a { background-color: rgb(201,51,164); }
div.DivClassName
{
background-color: #C933A4;
}
.BgClassName
{
background-color: #C933A4;
}
</style>
border-color css
<style>
span { border-color: #C933A4; }
span { border-color: rgb(201,51,164); }
td.TdClassName
{
border-color: #C933A4;
}
.TagClassName
{
border-color: #C933A4;
}
</style>