Shades of Medium Violet Red #C81392
Tints of Medium Violet Red #C81392
RGB
CMYK
RGB Variations
Color information
#C81392 (or 0xC81392) is known color: Medium Violet Red. HEX triplet: C8, 13 and 92. RGB value is (200,19,146). Sum of RGB (Red+Green+Blue) = 200+19+146=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C81392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81392 is #37EC6D. Grayscale: #575757. Windows color (decimal): -3665006 or 9573320. OLE color: 9573320.
HSL color Cylindrical-coordinate representation of color #C81392: hue angle of 317.9º degrees, saturation: 0.83, 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 #C81392 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 146 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.22 |
| HSL | 317.9º | 0.83% | 0.43% | - |
| HSV(B) | 317.9º | 0.91% | 0.78% | - |
| XYZ | 29.24 | 14.82 | 28.51 | - |
| YUV | 87.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 146 | 0 | 0.90 | 0.27 | 0.22 | 317.9 | 0.83 | 0.43 |
| Hex | C8 | 13 | 92 | 0 | 5A | 1B | 16 | 13E | 53 | 2B |
| Octal | 310 | 23 | 222 | 0 | 132 | 33 | 26 | 476 | 123 | 53 |
| Binary | 11001000 | 10011 | 10010010 | 0 | 1011010 | 11011 | 10110 | 100111110 | 1010011 | 101011 |
Color Harmonies of #C81392
Complementary color
Monochromatic Colors of #C81392
Black with #C81392
Text Example
Text Example
White with #C81392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81392; }
p { color: rgb(200,19,146); }
H1.HeaderClassName
{
color: #C81392;
}
.AnyTagClassName
{
color: #C81392;
}
</style>
background-color css
<style>
a { background-color: #C81392; }
a { background-color: rgb(200,19,146); }
div.DivClassName
{
background-color: #C81392;
}
.BgClassName
{
background-color: #C81392;
}
</style>
border-color css
<style>
span { border-color: #C81392; }
span { border-color: rgb(200,19,146); }
td.TdClassName
{
border-color: #C81392;
}
.TagClassName
{
border-color: #C81392;
}
</style>