Shades of Medium Red Violet #C82671
Tints of Medium Red Violet #C82671
RGB
CMYK
RGB Variations
Color information
#C82671 (or 0xC82671) is known color: Medium Red Violet. HEX triplet: C8, 26 and 71. RGB value is (200,38,113). Sum of RGB (Red+Green+Blue) = 200+38+113=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C82671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82671 is #37D98E. Grayscale: #5E5E5E. Windows color (decimal): -3660175 or 7415496. OLE color: 7415496.
HSL color Cylindrical-coordinate representation of color #C82671: hue angle of 332.22º degrees, saturation: 0.68, 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 #C82671 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 113 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.22 |
| HSL | 332.22º | 0.68% | 0.47% | - |
| HSV(B) | 332.22º | 0.81% | 0.78% | - |
| XYZ | 27.49 | 14.86 | 17.04 | - |
| YUV | 94.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 113 | 0 | 0.81 | 0.44 | 0.22 | 332.22 | 0.68 | 0.47 |
| Hex | C8 | 26 | 71 | 0 | 51 | 2C | 16 | 14C | 44 | 2F |
| Octal | 310 | 46 | 161 | 0 | 121 | 54 | 26 | 514 | 104 | 57 |
| Binary | 11001000 | 100110 | 1110001 | 0 | 1010001 | 101100 | 10110 | 101001100 | 1000100 | 101111 |
Color Harmonies of #C82671
Complementary color
Monochromatic Colors of #C82671
Black with #C82671
Text Example
Text Example
White with #C82671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82671; }
p { color: rgb(200,38,113); }
H1.HeaderClassName
{
color: #C82671;
}
.AnyTagClassName
{
color: #C82671;
}
</style>
background-color css
<style>
a { background-color: #C82671; }
a { background-color: rgb(200,38,113); }
div.DivClassName
{
background-color: #C82671;
}
.BgClassName
{
background-color: #C82671;
}
</style>
border-color css
<style>
span { border-color: #C82671; }
span { border-color: rgb(200,38,113); }
td.TdClassName
{
border-color: #C82671;
}
.TagClassName
{
border-color: #C82671;
}
</style>