Shades of Medium Violet Red #C81793
Tints of Medium Violet Red #C81793
RGB
CMYK
RGB Variations
Color information
#C81793 (or 0xC81793) is known color: Medium Violet Red. HEX triplet: C8, 17 and 93. RGB value is (200,23,147). Sum of RGB (Red+Green+Blue) = 200+23+147=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C81793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81793 is #37E86C. Grayscale: #595959. Windows color (decimal): -3663981 or 9639880. OLE color: 9639880.
HSL color Cylindrical-coordinate representation of color #C81793: hue angle of 317.97º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81793 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 147 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.22 |
| HSL | 317.97º | 0.79% | 0.44% | - |
| HSV(B) | 317.97º | 0.89% | 0.78% | - |
| XYZ | 29.39 | 15 | 28.95 | - |
| YUV | 90.06 | 160.14 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 147 | 0 | 0.88 | 0.26 | 0.22 | 317.97 | 0.79 | 0.44 |
| Hex | C8 | 17 | 93 | 0 | 58 | 1A | 16 | 13E | 4F | 2C |
| Octal | 310 | 27 | 223 | 0 | 130 | 32 | 26 | 476 | 117 | 54 |
| Binary | 11001000 | 10111 | 10010011 | 0 | 1011000 | 11010 | 10110 | 100111110 | 1001111 | 101100 |
Color Harmonies of #C81793
Complementary color
Monochromatic Colors of #C81793
Black with #C81793
Text Example
Text Example
White with #C81793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81793; }
p { color: rgb(200,23,147); }
H1.HeaderClassName
{
color: #C81793;
}
.AnyTagClassName
{
color: #C81793;
}
</style>
background-color css
<style>
a { background-color: #C81793; }
a { background-color: rgb(200,23,147); }
div.DivClassName
{
background-color: #C81793;
}
.BgClassName
{
background-color: #C81793;
}
</style>
border-color css
<style>
span { border-color: #C81793; }
span { border-color: rgb(200,23,147); }
td.TdClassName
{
border-color: #C81793;
}
.TagClassName
{
border-color: #C81793;
}
</style>