Shades of Medium Red Violet #C42682
Tints of Medium Red Violet #C42682
RGB
CMYK
RGB Variations
Color information
#C42682 (or 0xC42682) is known color: Medium Red Violet. HEX triplet: C4, 26 and 82. RGB value is (196,38,130). Sum of RGB (Red+Green+Blue) = 196+38+130=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C42682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42682 is #3BD97D. Grayscale: #5F5F5F. Windows color (decimal): -3922302 or 8529604. OLE color: 8529604.
HSL color Cylindrical-coordinate representation of color #C42682: hue angle of 325.06º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42682 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 130 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.23 |
| HSL | 325.06º | 0.68% | 0.46% | - |
| HSV(B) | 325.06º | 0.81% | 0.77% | - |
| XYZ | 27.49 | 14.73 | 22.51 | - |
| YUV | 95.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 130 | 0 | 0.81 | 0.34 | 0.23 | 325.06 | 0.68 | 0.46 |
| Hex | C4 | 26 | 82 | 0 | 51 | 22 | 17 | 145 | 44 | 2E |
| Octal | 304 | 46 | 202 | 0 | 121 | 42 | 27 | 505 | 104 | 56 |
| Binary | 11000100 | 100110 | 10000010 | 0 | 1010001 | 100010 | 10111 | 101000101 | 1000100 | 101110 |
Color Harmonies of #C42682
Complementary color
Monochromatic Colors of #C42682
Black with #C42682
Text Example
Text Example
White with #C42682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42682; }
p { color: rgb(196,38,130); }
H1.HeaderClassName
{
color: #C42682;
}
.AnyTagClassName
{
color: #C42682;
}
</style>
background-color css
<style>
a { background-color: #C42682; }
a { background-color: rgb(196,38,130); }
div.DivClassName
{
background-color: #C42682;
}
.BgClassName
{
background-color: #C42682;
}
</style>
border-color css
<style>
span { border-color: #C42682; }
span { border-color: rgb(196,38,130); }
td.TdClassName
{
border-color: #C42682;
}
.TagClassName
{
border-color: #C42682;
}
</style>