Shades of Medium Violet Red #C81280
Tints of Medium Violet Red #C81280
RGB
CMYK
RGB Variations
Color information
#C81280 (or 0xC81280) is known color: Medium Violet Red. HEX triplet: C8, 12 and 80. RGB value is (200,18,128). Sum of RGB (Red+Green+Blue) = 200+18+128=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C81280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81280 is #37ED7F. Grayscale: #545454. Windows color (decimal): -3665280 or 8393416. OLE color: 8393416.
HSL color Cylindrical-coordinate representation of color #C81280: hue angle of 323.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81280 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.22 |
| HSL | 323.74º | 0.83% | 0.43% | - |
| HSV(B) | 323.74º | 0.91% | 0.78% | - |
| XYZ | 27.93 | 14.27 | 21.7 | - |
| YUV | 84.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 128 | 0 | 0.91 | 0.36 | 0.22 | 323.74 | 0.83 | 0.43 |
| Hex | C8 | 12 | 80 | 0 | 5B | 24 | 16 | 144 | 53 | 2B |
| Octal | 310 | 22 | 200 | 0 | 133 | 44 | 26 | 504 | 123 | 53 |
| Binary | 11001000 | 10010 | 10000000 | 0 | 1011011 | 100100 | 10110 | 101000100 | 1010011 | 101011 |
Color Harmonies of #C81280
Complementary color
Monochromatic Colors of #C81280
Black with #C81280
Text Example
Text Example
White with #C81280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81280; }
p { color: rgb(200,18,128); }
H1.HeaderClassName
{
color: #C81280;
}
.AnyTagClassName
{
color: #C81280;
}
</style>
background-color css
<style>
a { background-color: #C81280; }
a { background-color: rgb(200,18,128); }
div.DivClassName
{
background-color: #C81280;
}
.BgClassName
{
background-color: #C81280;
}
</style>
border-color css
<style>
span { border-color: #C81280; }
span { border-color: rgb(200,18,128); }
td.TdClassName
{
border-color: #C81280;
}
.TagClassName
{
border-color: #C81280;
}
</style>