Shades of Medium Red Violet #C83584
Tints of Medium Red Violet #C83584
RGB
CMYK
RGB Variations
Color information
#C83584 (or 0xC83584) is known color: Medium Red Violet. HEX triplet: C8, 35 and 84. RGB value is (200,53,132). Sum of RGB (Red+Green+Blue) = 200+53+132=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C83584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83584 is #37CA7B. Grayscale: #696969. Windows color (decimal): -3656316 or 8664520. OLE color: 8664520.
HSL color Cylindrical-coordinate representation of color #C83584: hue angle of 327.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83584 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 132 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.22 |
| HSL | 327.76º | 0.58% | 0.5% | - |
| HSV(B) | 327.76º | 0.74% | 0.78% | - |
| XYZ | 29.26 | 16.49 | 23.47 | - |
| YUV | 105.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 132 | 0 | 0.74 | 0.34 | 0.22 | 327.76 | 0.58 | 0.5 |
| Hex | C8 | 35 | 84 | 0 | 4A | 22 | 16 | 148 | 3A | 32 |
| Octal | 310 | 65 | 204 | 0 | 112 | 42 | 26 | 510 | 72 | 62 |
| Binary | 11001000 | 110101 | 10000100 | 0 | 1001010 | 100010 | 10110 | 101001000 | 111010 | 110010 |
Color Harmonies of #C83584
Complementary color
Monochromatic Colors of #C83584
Black with #C83584
Text Example
Text Example
White with #C83584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83584; }
p { color: rgb(200,53,132); }
H1.HeaderClassName
{
color: #C83584;
}
.AnyTagClassName
{
color: #C83584;
}
</style>
background-color css
<style>
a { background-color: #C83584; }
a { background-color: rgb(200,53,132); }
div.DivClassName
{
background-color: #C83584;
}
.BgClassName
{
background-color: #C83584;
}
</style>
border-color css
<style>
span { border-color: #C83584; }
span { border-color: rgb(200,53,132); }
td.TdClassName
{
border-color: #C83584;
}
.TagClassName
{
border-color: #C83584;
}
</style>