Shades of Medium Red Violet #C62680
Tints of Medium Red Violet #C62680
RGB
CMYK
RGB Variations
Color information
#C62680 (or 0xC62680) is known color: Medium Red Violet. HEX triplet: C6, 26 and 80. RGB value is (198,38,128). Sum of RGB (Red+Green+Blue) = 198+38+128=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C62680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62680 is #39D97F. Grayscale: #5F5F5F. Windows color (decimal): -3791232 or 8398534. OLE color: 8398534.
HSL color Cylindrical-coordinate representation of color #C62680: hue angle of 326.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62680 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 128 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.22 |
| HSL | 326.25º | 0.68% | 0.46% | - |
| HSV(B) | 326.25º | 0.81% | 0.78% | - |
| XYZ | 27.88 | 14.95 | 21.84 | - |
| YUV | 96.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 128 | 0 | 0.81 | 0.35 | 0.22 | 326.25 | 0.68 | 0.46 |
| Hex | C6 | 26 | 80 | 0 | 51 | 23 | 16 | 146 | 44 | 2E |
| Octal | 306 | 46 | 200 | 0 | 121 | 43 | 26 | 506 | 104 | 56 |
| Binary | 11000110 | 100110 | 10000000 | 0 | 1010001 | 100011 | 10110 | 101000110 | 1000100 | 101110 |
Color Harmonies of #C62680
Complementary color
Monochromatic Colors of #C62680
Black with #C62680
Text Example
Text Example
White with #C62680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62680; }
p { color: rgb(198,38,128); }
H1.HeaderClassName
{
color: #C62680;
}
.AnyTagClassName
{
color: #C62680;
}
</style>
background-color css
<style>
a { background-color: #C62680; }
a { background-color: rgb(198,38,128); }
div.DivClassName
{
background-color: #C62680;
}
.BgClassName
{
background-color: #C62680;
}
</style>
border-color css
<style>
span { border-color: #C62680; }
span { border-color: rgb(198,38,128); }
td.TdClassName
{
border-color: #C62680;
}
.TagClassName
{
border-color: #C62680;
}
</style>