Shades of Medium Red Violet #C63A80
Tints of Medium Red Violet #C63A80
RGB
CMYK
RGB Variations
Color information
#C63A80 (or 0xC63A80) is known color: Medium Red Violet. HEX triplet: C6, 3A and 80. RGB value is (198,58,128). Sum of RGB (Red+Green+Blue) = 198+58+128=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63A80 is #39C57F. Grayscale: #6B6B6B. Windows color (decimal): -3786112 or 8403654. OLE color: 8403654.
HSL color Cylindrical-coordinate representation of color #C63A80: hue angle of 330º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A80 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 128 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.22 |
| HSL | 330º | 0.55% | 0.5% | - |
| HSV(B) | 330º | 0.71% | 0.78% | - |
| XYZ | 28.7 | 16.59 | 22.11 | - |
| YUV | 107.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 128 | 0 | 0.71 | 0.35 | 0.22 | 330 | 0.55 | 0.5 |
| Hex | C6 | 3A | 80 | 0 | 47 | 23 | 16 | 14A | 37 | 32 |
| Octal | 306 | 72 | 200 | 0 | 107 | 43 | 26 | 512 | 67 | 62 |
| Binary | 11000110 | 111010 | 10000000 | 0 | 1000111 | 100011 | 10110 | 101001010 | 110111 | 110010 |
Color Harmonies of #C63A80
Complementary color
Monochromatic Colors of #C63A80
Black with #C63A80
Text Example
Text Example
White with #C63A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A80; }
p { color: rgb(198,58,128); }
H1.HeaderClassName
{
color: #C63A80;
}
.AnyTagClassName
{
color: #C63A80;
}
</style>
background-color css
<style>
a { background-color: #C63A80; }
a { background-color: rgb(198,58,128); }
div.DivClassName
{
background-color: #C63A80;
}
.BgClassName
{
background-color: #C63A80;
}
</style>
border-color css
<style>
span { border-color: #C63A80; }
span { border-color: rgb(198,58,128); }
td.TdClassName
{
border-color: #C63A80;
}
.TagClassName
{
border-color: #C63A80;
}
</style>