Shades of Medium Violet Red #C81299
Tints of Medium Violet Red #C81299
RGB
CMYK
RGB Variations
Color information
#C81299 (or 0xC81299) is known color: Medium Violet Red. HEX triplet: C8, 12 and 99. RGB value is (200,18,153). Sum of RGB (Red+Green+Blue) = 200+18+153=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C81299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81299 is #37ED66. Grayscale: #575757. Windows color (decimal): -3665255 or 10031816. OLE color: 10031816.
HSL color Cylindrical-coordinate representation of color #C81299: hue angle of 315.49º 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 #C81299 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 153 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.22 |
| HSL | 315.49º | 0.83% | 0.43% | - |
| HSV(B) | 315.49º | 0.91% | 0.78% | - |
| XYZ | 29.79 | 15.01 | 31.46 | - |
| YUV | 87.81 | 164.8 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 153 | 0 | 0.91 | 0.24 | 0.22 | 315.49 | 0.83 | 0.43 |
| Hex | C8 | 12 | 99 | 0 | 5B | 18 | 16 | 13B | 53 | 2B |
| Octal | 310 | 22 | 231 | 0 | 133 | 30 | 26 | 473 | 123 | 53 |
| Binary | 11001000 | 10010 | 10011001 | 0 | 1011011 | 11000 | 10110 | 100111011 | 1010011 | 101011 |
Color Harmonies of #C81299
Complementary color
Monochromatic Colors of #C81299
Black with #C81299
Text Example
Text Example
White with #C81299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81299; }
p { color: rgb(200,18,153); }
H1.HeaderClassName
{
color: #C81299;
}
.AnyTagClassName
{
color: #C81299;
}
</style>
background-color css
<style>
a { background-color: #C81299; }
a { background-color: rgb(200,18,153); }
div.DivClassName
{
background-color: #C81299;
}
.BgClassName
{
background-color: #C81299;
}
</style>
border-color css
<style>
span { border-color: #C81299; }
span { border-color: rgb(200,18,153); }
td.TdClassName
{
border-color: #C81299;
}
.TagClassName
{
border-color: #C81299;
}
</style>