Shades of Medium Violet Red #C804A3
Tints of Medium Violet Red #C804A3
RGB
CMYK
RGB Variations
Color information
#C804A3 (or 0xC804A3) is known color: Medium Violet Red. HEX triplet: C8, 04 and A3. RGB value is (200,4,163). Sum of RGB (Red+Green+Blue) = 200+4+163=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C804A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C804A3 is #37FB5C. Grayscale: #505050. Windows color (decimal): -3668829 or 10683592. OLE color: 10683592.
HSL color Cylindrical-coordinate representation of color #C804A3: hue angle of 311.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804A3 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 163 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.22 |
| HSL | 311.33º | 0.96% | 0.4% | - |
| HSV(B) | 311.33º | 0.98% | 0.78% | - |
| XYZ | 30.47 | 15.01 | 35.94 | - |
| YUV | 80.73 | 174.43 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 163 | 0 | 0.98 | 0.18 | 0.22 | 311.33 | 0.96 | 0.4 |
| Hex | C8 | 4 | A3 | 0 | 62 | 12 | 16 | 137 | 60 | 28 |
| Octal | 310 | 4 | 243 | 0 | 142 | 22 | 26 | 467 | 140 | 50 |
| Binary | 11001000 | 100 | 10100011 | 0 | 1100010 | 10010 | 10110 | 100110111 | 1100000 | 101000 |
Color Harmonies of #C804A3
Complementary color
Monochromatic Colors of #C804A3
Black with #C804A3
Text Example
Text Example
White with #C804A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804A3; }
p { color: rgb(200,4,163); }
H1.HeaderClassName
{
color: #C804A3;
}
.AnyTagClassName
{
color: #C804A3;
}
</style>
background-color css
<style>
a { background-color: #C804A3; }
a { background-color: rgb(200,4,163); }
div.DivClassName
{
background-color: #C804A3;
}
.BgClassName
{
background-color: #C804A3;
}
</style>
border-color css
<style>
span { border-color: #C804A3; }
span { border-color: rgb(200,4,163); }
td.TdClassName
{
border-color: #C804A3;
}
.TagClassName
{
border-color: #C804A3;
}
</style>