Shades of Medium Red Violet #C82673
Tints of Medium Red Violet #C82673
RGB
CMYK
RGB Variations
Color information
#C82673 (or 0xC82673) is known color: Medium Red Violet. HEX triplet: C8, 26 and 73. RGB value is (200,38,115). Sum of RGB (Red+Green+Blue) = 200+38+115=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82673 is #37D98C. Grayscale: #5F5F5F. Windows color (decimal): -3660173 or 7546568. OLE color: 7546568.
HSL color Cylindrical-coordinate representation of color #C82673: hue angle of 331.48º 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 #C82673 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 115 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.22 |
| HSL | 331.48º | 0.68% | 0.47% | - |
| HSV(B) | 331.48º | 0.81% | 0.78% | - |
| XYZ | 27.61 | 14.9 | 17.64 | - |
| YUV | 95.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 115 | 0 | 0.81 | 0.42 | 0.22 | 331.48 | 0.68 | 0.47 |
| Hex | C8 | 26 | 73 | 0 | 51 | 2A | 16 | 14B | 44 | 2F |
| Octal | 310 | 46 | 163 | 0 | 121 | 52 | 26 | 513 | 104 | 57 |
| Binary | 11001000 | 100110 | 1110011 | 0 | 1010001 | 101010 | 10110 | 101001011 | 1000100 | 101111 |
Color Harmonies of #C82673
Complementary color
Monochromatic Colors of #C82673
Black with #C82673
Text Example
Text Example
White with #C82673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82673; }
p { color: rgb(200,38,115); }
H1.HeaderClassName
{
color: #C82673;
}
.AnyTagClassName
{
color: #C82673;
}
</style>
background-color css
<style>
a { background-color: #C82673; }
a { background-color: rgb(200,38,115); }
div.DivClassName
{
background-color: #C82673;
}
.BgClassName
{
background-color: #C82673;
}
</style>
border-color css
<style>
span { border-color: #C82673; }
span { border-color: rgb(200,38,115); }
td.TdClassName
{
border-color: #C82673;
}
.TagClassName
{
border-color: #C82673;
}
</style>