Shades of Medium Violet Red #C82574
Tints of Medium Violet Red #C82574
RGB
CMYK
RGB Variations
Color information
#C82574 (or 0xC82574) is known color: Medium Violet Red. HEX triplet: C8, 25 and 74. RGB value is (200,37,116). Sum of RGB (Red+Green+Blue) = 200+37+116=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82574 is #37DA8B. Grayscale: #5E5E5E. Windows color (decimal): -3660428 or 7611848. OLE color: 7611848.
HSL color Cylindrical-coordinate representation of color #C82574: hue angle of 330.92º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82574 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 116 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.22 |
| HSL | 330.92º | 0.69% | 0.46% | - |
| HSV(B) | 330.92º | 0.82% | 0.78% | - |
| XYZ | 27.63 | 14.86 | 17.94 | - |
| YUV | 94.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 116 | 0 | 0.82 | 0.42 | 0.22 | 330.92 | 0.69 | 0.46 |
| Hex | C8 | 25 | 74 | 0 | 52 | 2A | 16 | 14B | 45 | 2E |
| Octal | 310 | 45 | 164 | 0 | 122 | 52 | 26 | 513 | 105 | 56 |
| Binary | 11001000 | 100101 | 1110100 | 0 | 1010010 | 101010 | 10110 | 101001011 | 1000101 | 101110 |
Color Harmonies of #C82574
Complementary color
Monochromatic Colors of #C82574
Black with #C82574
Text Example
Text Example
White with #C82574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82574; }
p { color: rgb(200,37,116); }
H1.HeaderClassName
{
color: #C82574;
}
.AnyTagClassName
{
color: #C82574;
}
</style>
background-color css
<style>
a { background-color: #C82574; }
a { background-color: rgb(200,37,116); }
div.DivClassName
{
background-color: #C82574;
}
.BgClassName
{
background-color: #C82574;
}
</style>
border-color css
<style>
span { border-color: #C82574; }
span { border-color: rgb(200,37,116); }
td.TdClassName
{
border-color: #C82574;
}
.TagClassName
{
border-color: #C82574;
}
</style>