Shades of Medium Red Violet #C82773
Tints of Medium Red Violet #C82773
RGB
CMYK
RGB Variations
Color information
#C82773 (or 0xC82773) is known color: Medium Red Violet. HEX triplet: C8, 27 and 73. RGB value is (200,39,115). Sum of RGB (Red+Green+Blue) = 200+39+115=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C82773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82773 is #37D88C. Grayscale: #5F5F5F. Windows color (decimal): -3659917 or 7546824. OLE color: 7546824.
HSL color Cylindrical-coordinate representation of color #C82773: hue angle of 331.68º 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 #C82773 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 115 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.22 |
| HSL | 331.68º | 0.67% | 0.47% | - |
| HSV(B) | 331.68º | 0.81% | 0.78% | - |
| XYZ | 27.64 | 14.97 | 17.65 | - |
| YUV | 95.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 115 | 0 | 0.80 | 0.42 | 0.22 | 331.68 | 0.67 | 0.47 |
| Hex | C8 | 27 | 73 | 0 | 50 | 2A | 16 | 14C | 43 | 2F |
| Octal | 310 | 47 | 163 | 0 | 120 | 52 | 26 | 514 | 103 | 57 |
| Binary | 11001000 | 100111 | 1110011 | 0 | 1010000 | 101010 | 10110 | 101001100 | 1000011 | 101111 |
Color Harmonies of #C82773
Complementary color
Monochromatic Colors of #C82773
Black with #C82773
Text Example
Text Example
White with #C82773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82773; }
p { color: rgb(200,39,115); }
H1.HeaderClassName
{
color: #C82773;
}
.AnyTagClassName
{
color: #C82773;
}
</style>
background-color css
<style>
a { background-color: #C82773; }
a { background-color: rgb(200,39,115); }
div.DivClassName
{
background-color: #C82773;
}
.BgClassName
{
background-color: #C82773;
}
</style>
border-color css
<style>
span { border-color: #C82773; }
span { border-color: rgb(200,39,115); }
td.TdClassName
{
border-color: #C82773;
}
.TagClassName
{
border-color: #C82773;
}
</style>