Shades of Medium Red Violet #C83383
Tints of Medium Red Violet #C83383
RGB
CMYK
RGB Variations
Color information
#C83383 (or 0xC83383) is known color: Medium Red Violet. HEX triplet: C8, 33 and 83. RGB value is (200,51,131). Sum of RGB (Red+Green+Blue) = 200+51+131=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C83383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83383 is #37CC7C. Grayscale: #686868. Windows color (decimal): -3656829 or 8598472. OLE color: 8598472.
HSL color Cylindrical-coordinate representation of color #C83383: hue angle of 327.79º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83383 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 131 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.22 |
| HSL | 327.79º | 0.59% | 0.49% | - |
| HSV(B) | 327.79º | 0.75% | 0.78% | - |
| XYZ | 29.1 | 16.29 | 23.08 | - |
| YUV | 104.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 131 | 0 | 0.74 | 0.34 | 0.22 | 327.79 | 0.59 | 0.49 |
| Hex | C8 | 33 | 83 | 0 | 4A | 22 | 16 | 148 | 3B | 31 |
| Octal | 310 | 63 | 203 | 0 | 112 | 42 | 26 | 510 | 73 | 61 |
| Binary | 11001000 | 110011 | 10000011 | 0 | 1001010 | 100010 | 10110 | 101001000 | 111011 | 110001 |
Color Harmonies of #C83383
Complementary color
Monochromatic Colors of #C83383
Black with #C83383
Text Example
Text Example
White with #C83383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83383; }
p { color: rgb(200,51,131); }
H1.HeaderClassName
{
color: #C83383;
}
.AnyTagClassName
{
color: #C83383;
}
</style>
background-color css
<style>
a { background-color: #C83383; }
a { background-color: rgb(200,51,131); }
div.DivClassName
{
background-color: #C83383;
}
.BgClassName
{
background-color: #C83383;
}
</style>
border-color css
<style>
span { border-color: #C83383; }
span { border-color: rgb(200,51,131); }
td.TdClassName
{
border-color: #C83383;
}
.TagClassName
{
border-color: #C83383;
}
</style>