Shades of Medium Violet Red #C81281
Tints of Medium Violet Red #C81281
RGB
CMYK
RGB Variations
Color information
#C81281 (or 0xC81281) is known color: Medium Violet Red. HEX triplet: C8, 12 and 81. RGB value is (200,18,129). Sum of RGB (Red+Green+Blue) = 200+18+129=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C81281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81281 is #37ED7E. Grayscale: #545454. Windows color (decimal): -3665279 or 8458952. OLE color: 8458952.
HSL color Cylindrical-coordinate representation of color #C81281: hue angle of 323.41º 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 #C81281 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.22 |
| HSL | 323.41º | 0.83% | 0.43% | - |
| HSV(B) | 323.41º | 0.91% | 0.78% | - |
| XYZ | 28 | 14.3 | 22.05 | - |
| YUV | 85.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 129 | 0 | 0.91 | 0.36 | 0.22 | 323.41 | 0.83 | 0.43 |
| Hex | C8 | 12 | 81 | 0 | 5B | 24 | 16 | 143 | 53 | 2B |
| Octal | 310 | 22 | 201 | 0 | 133 | 44 | 26 | 503 | 123 | 53 |
| Binary | 11001000 | 10010 | 10000001 | 0 | 1011011 | 100100 | 10110 | 101000011 | 1010011 | 101011 |
Color Harmonies of #C81281
Complementary color
Monochromatic Colors of #C81281
Black with #C81281
Text Example
Text Example
White with #C81281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81281; }
p { color: rgb(200,18,129); }
H1.HeaderClassName
{
color: #C81281;
}
.AnyTagClassName
{
color: #C81281;
}
</style>
background-color css
<style>
a { background-color: #C81281; }
a { background-color: rgb(200,18,129); }
div.DivClassName
{
background-color: #C81281;
}
.BgClassName
{
background-color: #C81281;
}
</style>
border-color css
<style>
span { border-color: #C81281; }
span { border-color: rgb(200,18,129); }
td.TdClassName
{
border-color: #C81281;
}
.TagClassName
{
border-color: #C81281;
}
</style>