Shades of Medium Red Violet #C63B7A
Tints of Medium Red Violet #C63B7A
RGB
CMYK
RGB Variations
Color information
#C63B7A (or 0xC63B7A) is known color: Medium Red Violet. HEX triplet: C6, 3B and 7A. RGB value is (198,59,122). Sum of RGB (Red+Green+Blue) = 198+59+122=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B7A is #39C485. Grayscale: #6B6B6B. Windows color (decimal): -3785862 or 8010694. OLE color: 8010694.
HSL color Cylindrical-coordinate representation of color #C63B7A: hue angle of 332.81º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B7A is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 122 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.22 |
| HSL | 332.81º | 0.55% | 0.5% | - |
| HSV(B) | 332.81º | 0.7% | 0.78% | - |
| XYZ | 28.37 | 16.54 | 20.11 | - |
| YUV | 107.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 122 | 0 | 0.70 | 0.38 | 0.22 | 332.81 | 0.55 | 0.5 |
| Hex | C6 | 3B | 7A | 0 | 46 | 26 | 16 | 14D | 37 | 32 |
| Octal | 306 | 73 | 172 | 0 | 106 | 46 | 26 | 515 | 67 | 62 |
| Binary | 11000110 | 111011 | 1111010 | 0 | 1000110 | 100110 | 10110 | 101001101 | 110111 | 110010 |
Color Harmonies of #C63B7A
Complementary color
Monochromatic Colors of #C63B7A
Black with #C63B7A
Text Example
Text Example
White with #C63B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B7A; }
p { color: rgb(198,59,122); }
H1.HeaderClassName
{
color: #C63B7A;
}
.AnyTagClassName
{
color: #C63B7A;
}
</style>
background-color css
<style>
a { background-color: #C63B7A; }
a { background-color: rgb(198,59,122); }
div.DivClassName
{
background-color: #C63B7A;
}
.BgClassName
{
background-color: #C63B7A;
}
</style>
border-color css
<style>
span { border-color: #C63B7A; }
span { border-color: rgb(198,59,122); }
td.TdClassName
{
border-color: #C63B7A;
}
.TagClassName
{
border-color: #C63B7A;
}
</style>