Shades of Medium Red Violet #C82973
Tints of Medium Red Violet #C82973
RGB
CMYK
RGB Variations
Color information
#C82973 (or 0xC82973) is known color: Medium Red Violet. HEX triplet: C8, 29 and 73. RGB value is (200,41,115). Sum of RGB (Red+Green+Blue) = 200+41+115=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C82973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82973 is #37D68C. Grayscale: #606060. Windows color (decimal): -3659405 or 7547336. OLE color: 7547336.
HSL color Cylindrical-coordinate representation of color #C82973: hue angle of 332.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82973 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 115 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.22 |
| HSL | 332.08º | 0.66% | 0.47% | - |
| HSV(B) | 332.08º | 0.8% | 0.78% | - |
| XYZ | 27.71 | 15.1 | 17.67 | - |
| YUV | 96.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 115 | 0 | 0.80 | 0.42 | 0.22 | 332.08 | 0.66 | 0.47 |
| Hex | C8 | 29 | 73 | 0 | 50 | 2A | 16 | 14C | 42 | 2F |
| Octal | 310 | 51 | 163 | 0 | 120 | 52 | 26 | 514 | 102 | 57 |
| Binary | 11001000 | 101001 | 1110011 | 0 | 1010000 | 101010 | 10110 | 101001100 | 1000010 | 101111 |
Color Harmonies of #C82973
Complementary color
Monochromatic Colors of #C82973
Black with #C82973
Text Example
Text Example
White with #C82973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82973; }
p { color: rgb(200,41,115); }
H1.HeaderClassName
{
color: #C82973;
}
.AnyTagClassName
{
color: #C82973;
}
</style>
background-color css
<style>
a { background-color: #C82973; }
a { background-color: rgb(200,41,115); }
div.DivClassName
{
background-color: #C82973;
}
.BgClassName
{
background-color: #C82973;
}
</style>
border-color css
<style>
span { border-color: #C82973; }
span { border-color: rgb(200,41,115); }
td.TdClassName
{
border-color: #C82973;
}
.TagClassName
{
border-color: #C82973;
}
</style>