Shades of Medium Red Violet #C83485
Tints of Medium Red Violet #C83485
RGB
CMYK
RGB Variations
Color information
#C83485 (or 0xC83485) is known color: Medium Red Violet. HEX triplet: C8, 34 and 85. RGB value is (200,52,133). Sum of RGB (Red+Green+Blue) = 200+52+133=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C83485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83485 is #37CB7A. Grayscale: #696969. Windows color (decimal): -3656571 or 8729800. OLE color: 8729800.
HSL color Cylindrical-coordinate representation of color #C83485: hue angle of 327.16º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83485 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 133 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.22 |
| HSL | 327.16º | 0.59% | 0.49% | - |
| HSV(B) | 327.16º | 0.74% | 0.78% | - |
| XYZ | 29.28 | 16.43 | 23.82 | - |
| YUV | 105.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 133 | 0 | 0.74 | 0.34 | 0.22 | 327.16 | 0.59 | 0.49 |
| Hex | C8 | 34 | 85 | 0 | 4A | 22 | 16 | 147 | 3B | 31 |
| Octal | 310 | 64 | 205 | 0 | 112 | 42 | 26 | 507 | 73 | 61 |
| Binary | 11001000 | 110100 | 10000101 | 0 | 1001010 | 100010 | 10110 | 101000111 | 111011 | 110001 |
Color Harmonies of #C83485
Complementary color
Monochromatic Colors of #C83485
Black with #C83485
Text Example
Text Example
White with #C83485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83485; }
p { color: rgb(200,52,133); }
H1.HeaderClassName
{
color: #C83485;
}
.AnyTagClassName
{
color: #C83485;
}
</style>
background-color css
<style>
a { background-color: #C83485; }
a { background-color: rgb(200,52,133); }
div.DivClassName
{
background-color: #C83485;
}
.BgClassName
{
background-color: #C83485;
}
</style>
border-color css
<style>
span { border-color: #C83485; }
span { border-color: rgb(200,52,133); }
td.TdClassName
{
border-color: #C83485;
}
.TagClassName
{
border-color: #C83485;
}
</style>