Shades of Medium Violet Red #C81493
Tints of Medium Violet Red #C81493
RGB
CMYK
RGB Variations
Color information
#C81493 (or 0xC81493) is known color: Medium Violet Red. HEX triplet: C8, 14 and 93. RGB value is (200,20,147). Sum of RGB (Red+Green+Blue) = 200+20+147=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C81493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81493 is #37EB6C. Grayscale: #575757. Windows color (decimal): -3664749 or 9639112. OLE color: 9639112.
HSL color Cylindrical-coordinate representation of color #C81493: hue angle of 317.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81493 is Cyan = 0, Magento = 0.9, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 147 | - |
| CMYK | 0 | 0.9 | 0.26 | 0.22 |
| HSL | 317.67º | 0.82% | 0.43% | - |
| HSV(B) | 317.67º | 0.9% | 0.78% | - |
| XYZ | 29.34 | 14.89 | 28.93 | - |
| YUV | 88.3 | 161.13 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 147 | 0 | 0.9 | 0.26 | 0.22 | 317.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 93 | 0 | 5A | 1A | 16 | 13E | 52 | 2B |
| Octal | 310 | 24 | 223 | 0 | 132 | 32 | 26 | 476 | 122 | 53 |
| Binary | 11001000 | 10100 | 10010011 | 0 | 1011010 | 11010 | 10110 | 100111110 | 1010010 | 101011 |
Color Harmonies of #C81493
Complementary color
Monochromatic Colors of #C81493
Black with #C81493
Text Example
Text Example
White with #C81493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81493; }
p { color: rgb(200,20,147); }
H1.HeaderClassName
{
color: #C81493;
}
.AnyTagClassName
{
color: #C81493;
}
</style>
background-color css
<style>
a { background-color: #C81493; }
a { background-color: rgb(200,20,147); }
div.DivClassName
{
background-color: #C81493;
}
.BgClassName
{
background-color: #C81493;
}
</style>
border-color css
<style>
span { border-color: #C81493; }
span { border-color: rgb(200,20,147); }
td.TdClassName
{
border-color: #C81493;
}
.TagClassName
{
border-color: #C81493;
}
</style>