Shades of Medium Red Violet #C83384
Tints of Medium Red Violet #C83384
RGB
CMYK
RGB Variations
Color information
#C83384 (or 0xC83384) is known color: Medium Red Violet. HEX triplet: C8, 33 and 84. RGB value is (200,51,132). Sum of RGB (Red+Green+Blue) = 200+51+132=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C83384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83384 is #37CC7B. Grayscale: #686868. Windows color (decimal): -3656828 or 8664008. OLE color: 8664008.
HSL color Cylindrical-coordinate representation of color #C83384: hue angle of 327.38º 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 #C83384 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 132 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.22 |
| HSL | 327.38º | 0.59% | 0.49% | - |
| HSV(B) | 327.38º | 0.75% | 0.78% | - |
| XYZ | 29.17 | 16.31 | 23.44 | - |
| YUV | 104.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 132 | 0 | 0.74 | 0.34 | 0.22 | 327.38 | 0.59 | 0.49 |
| Hex | C8 | 33 | 84 | 0 | 4A | 22 | 16 | 147 | 3B | 31 |
| Octal | 310 | 63 | 204 | 0 | 112 | 42 | 26 | 507 | 73 | 61 |
| Binary | 11001000 | 110011 | 10000100 | 0 | 1001010 | 100010 | 10110 | 101000111 | 111011 | 110001 |
Color Harmonies of #C83384
Complementary color
Monochromatic Colors of #C83384
Black with #C83384
Text Example
Text Example
White with #C83384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83384; }
p { color: rgb(200,51,132); }
H1.HeaderClassName
{
color: #C83384;
}
.AnyTagClassName
{
color: #C83384;
}
</style>
background-color css
<style>
a { background-color: #C83384; }
a { background-color: rgb(200,51,132); }
div.DivClassName
{
background-color: #C83384;
}
.BgClassName
{
background-color: #C83384;
}
</style>
border-color css
<style>
span { border-color: #C83384; }
span { border-color: rgb(200,51,132); }
td.TdClassName
{
border-color: #C83384;
}
.TagClassName
{
border-color: #C83384;
}
</style>