Shades of Medium Violet Red #C81375
Tints of Medium Violet Red #C81375
RGB
CMYK
RGB Variations
Color information
#C81375 (or 0xC81375) is known color: Medium Violet Red. HEX triplet: C8, 13 and 75. RGB value is (200,19,117). Sum of RGB (Red+Green+Blue) = 200+19+117=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C81375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81375 is #37EC8A. Grayscale: #545454. Windows color (decimal): -3665035 or 7672776. OLE color: 7672776.
HSL color Cylindrical-coordinate representation of color #C81375: hue angle of 327.51º 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 #C81375 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 117 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.22 |
| HSL | 327.51º | 0.83% | 0.43% | - |
| HSV(B) | 327.51º | 0.91% | 0.78% | - |
| XYZ | 27.26 | 14.03 | 18.1 | - |
| YUV | 84.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 117 | 0 | 0.90 | 0.42 | 0.22 | 327.51 | 0.83 | 0.43 |
| Hex | C8 | 13 | 75 | 0 | 5A | 2A | 16 | 148 | 53 | 2B |
| Octal | 310 | 23 | 165 | 0 | 132 | 52 | 26 | 510 | 123 | 53 |
| Binary | 11001000 | 10011 | 1110101 | 0 | 1011010 | 101010 | 10110 | 101001000 | 1010011 | 101011 |
Color Harmonies of #C81375
Complementary color
Monochromatic Colors of #C81375
Black with #C81375
Text Example
Text Example
White with #C81375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81375; }
p { color: rgb(200,19,117); }
H1.HeaderClassName
{
color: #C81375;
}
.AnyTagClassName
{
color: #C81375;
}
</style>
background-color css
<style>
a { background-color: #C81375; }
a { background-color: rgb(200,19,117); }
div.DivClassName
{
background-color: #C81375;
}
.BgClassName
{
background-color: #C81375;
}
</style>
border-color css
<style>
span { border-color: #C81375; }
span { border-color: rgb(200,19,117); }
td.TdClassName
{
border-color: #C81375;
}
.TagClassName
{
border-color: #C81375;
}
</style>