Shades of Medium Violet Red #C904A2
Tints of Medium Violet Red #C904A2
RGB
CMYK
RGB Variations
Color information
#C904A2 (or 0xC904A2) is known color: Medium Violet Red. HEX triplet: C9, 04 and A2. RGB value is (201,4,162). Sum of RGB (Red+Green+Blue) = 201+4+162=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C904A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C904A2 is #36FB5D. Grayscale: #505050. Windows color (decimal): -3603294 or 10618057. OLE color: 10618057.
HSL color Cylindrical-coordinate representation of color #C904A2: hue angle of 311.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904A2 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.21 |
| HSL | 311.88º | 0.96% | 0.4% | - |
| HSV(B) | 311.88º | 0.98% | 0.79% | - |
| XYZ | 30.65 | 15.11 | 35.48 | - |
| YUV | 80.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 162 | 0 | 0.98 | 0.19 | 0.21 | 311.88 | 0.96 | 0.4 |
| Hex | C9 | 4 | A2 | 0 | 62 | 13 | 15 | 138 | 60 | 28 |
| Octal | 311 | 4 | 242 | 0 | 142 | 23 | 25 | 470 | 140 | 50 |
| Binary | 11001001 | 100 | 10100010 | 0 | 1100010 | 10011 | 10101 | 100111000 | 1100000 | 101000 |
Color Harmonies of #C904A2
Complementary color
Monochromatic Colors of #C904A2
Black with #C904A2
Text Example
Text Example
White with #C904A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904A2; }
p { color: rgb(201,4,162); }
H1.HeaderClassName
{
color: #C904A2;
}
.AnyTagClassName
{
color: #C904A2;
}
</style>
background-color css
<style>
a { background-color: #C904A2; }
a { background-color: rgb(201,4,162); }
div.DivClassName
{
background-color: #C904A2;
}
.BgClassName
{
background-color: #C904A2;
}
</style>
border-color css
<style>
span { border-color: #C904A2; }
span { border-color: rgb(201,4,162); }
td.TdClassName
{
border-color: #C904A2;
}
.TagClassName
{
border-color: #C904A2;
}
</style>