Shades of Medium Red Violet #C42783
Tints of Medium Red Violet #C42783
RGB
CMYK
RGB Variations
Color information
#C42783 (or 0xC42783) is known color: Medium Red Violet. HEX triplet: C4, 27 and 83. RGB value is (196,39,131). Sum of RGB (Red+Green+Blue) = 196+39+131=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C42783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42783 is #3BD87C. Grayscale: #606060. Windows color (decimal): -3922045 or 8595396. OLE color: 8595396.
HSL color Cylindrical-coordinate representation of color #C42783: hue angle of 324.84º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42783 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 131 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.23 |
| HSL | 324.84º | 0.67% | 0.46% | - |
| HSV(B) | 324.84º | 0.8% | 0.77% | - |
| XYZ | 27.59 | 14.83 | 22.88 | - |
| YUV | 96.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 131 | 0 | 0.80 | 0.33 | 0.23 | 324.84 | 0.67 | 0.46 |
| Hex | C4 | 27 | 83 | 0 | 50 | 21 | 17 | 145 | 43 | 2E |
| Octal | 304 | 47 | 203 | 0 | 120 | 41 | 27 | 505 | 103 | 56 |
| Binary | 11000100 | 100111 | 10000011 | 0 | 1010000 | 100001 | 10111 | 101000101 | 1000011 | 101110 |
Color Harmonies of #C42783
Complementary color
Monochromatic Colors of #C42783
Black with #C42783
Text Example
Text Example
White with #C42783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42783; }
p { color: rgb(196,39,131); }
H1.HeaderClassName
{
color: #C42783;
}
.AnyTagClassName
{
color: #C42783;
}
</style>
background-color css
<style>
a { background-color: #C42783; }
a { background-color: rgb(196,39,131); }
div.DivClassName
{
background-color: #C42783;
}
.BgClassName
{
background-color: #C42783;
}
</style>
border-color css
<style>
span { border-color: #C42783; }
span { border-color: rgb(196,39,131); }
td.TdClassName
{
border-color: #C42783;
}
.TagClassName
{
border-color: #C42783;
}
</style>