Shades of Medium Violet Red #C904A4
Tints of Medium Violet Red #C904A4
RGB
CMYK
RGB Variations
Color information
#C904A4 (or 0xC904A4) is known color: Medium Violet Red. HEX triplet: C9, 04 and A4. RGB value is (201,4,164). Sum of RGB (Red+Green+Blue) = 201+4+164=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C904A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C904A4 is #36FB5B. Grayscale: #505050. Windows color (decimal): -3603292 or 10749129. OLE color: 10749129.
HSL color Cylindrical-coordinate representation of color #C904A4: hue angle of 311.27º 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 #C904A4 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 164 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.21 |
| HSL | 311.27º | 0.96% | 0.4% | - |
| HSV(B) | 311.27º | 0.98% | 0.79% | - |
| XYZ | 30.83 | 15.18 | 36.43 | - |
| YUV | 81.14 | 174.77 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 164 | 0 | 0.98 | 0.18 | 0.21 | 311.27 | 0.96 | 0.4 |
| Hex | C9 | 4 | A4 | 0 | 62 | 12 | 15 | 137 | 60 | 28 |
| Octal | 311 | 4 | 244 | 0 | 142 | 22 | 25 | 467 | 140 | 50 |
| Binary | 11001001 | 100 | 10100100 | 0 | 1100010 | 10010 | 10101 | 100110111 | 1100000 | 101000 |
Color Harmonies of #C904A4
Complementary color
Monochromatic Colors of #C904A4
Black with #C904A4
Text Example
Text Example
White with #C904A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904A4; }
p { color: rgb(201,4,164); }
H1.HeaderClassName
{
color: #C904A4;
}
.AnyTagClassName
{
color: #C904A4;
}
</style>
background-color css
<style>
a { background-color: #C904A4; }
a { background-color: rgb(201,4,164); }
div.DivClassName
{
background-color: #C904A4;
}
.BgClassName
{
background-color: #C904A4;
}
</style>
border-color css
<style>
span { border-color: #C904A4; }
span { border-color: rgb(201,4,164); }
td.TdClassName
{
border-color: #C904A4;
}
.TagClassName
{
border-color: #C904A4;
}
</style>