Shades of Medium Red Violet #C82778
Tints of Medium Red Violet #C82778
RGB
CMYK
RGB Variations
Color information
#C82778 (or 0xC82778) is known color: Medium Red Violet. HEX triplet: C8, 27 and 78. RGB value is (200,39,120). Sum of RGB (Red+Green+Blue) = 200+39+120=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C82778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82778 is #37D887. Grayscale: #606060. Windows color (decimal): -3659912 or 7874504. OLE color: 7874504.
HSL color Cylindrical-coordinate representation of color #C82778: hue angle of 329.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82778 is Cyan = 0, Magento = 0.80, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 120 | - |
| CMYK | 0 | 0.80 | 0.4 | 0.22 |
| HSL | 329.81º | 0.67% | 0.47% | - |
| HSV(B) | 329.81º | 0.81% | 0.78% | - |
| XYZ | 27.94 | 15.09 | 19.21 | - |
| YUV | 96.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 120 | 0 | 0.80 | 0.4 | 0.22 | 329.81 | 0.67 | 0.47 |
| Hex | C8 | 27 | 78 | 0 | 50 | 28 | 16 | 14A | 43 | 2F |
| Octal | 310 | 47 | 170 | 0 | 120 | 50 | 26 | 512 | 103 | 57 |
| Binary | 11001000 | 100111 | 1111000 | 0 | 1010000 | 101000 | 10110 | 101001010 | 1000011 | 101111 |
Color Harmonies of #C82778
Complementary color
Monochromatic Colors of #C82778
Black with #C82778
Text Example
Text Example
White with #C82778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82778; }
p { color: rgb(200,39,120); }
H1.HeaderClassName
{
color: #C82778;
}
.AnyTagClassName
{
color: #C82778;
}
</style>
background-color css
<style>
a { background-color: #C82778; }
a { background-color: rgb(200,39,120); }
div.DivClassName
{
background-color: #C82778;
}
.BgClassName
{
background-color: #C82778;
}
</style>
border-color css
<style>
span { border-color: #C82778; }
span { border-color: rgb(200,39,120); }
td.TdClassName
{
border-color: #C82778;
}
.TagClassName
{
border-color: #C82778;
}
</style>