Shades of Medium Red Violet #C63B8C
Tints of Medium Red Violet #C63B8C
RGB
CMYK
RGB Variations
Color information
#C63B8C (or 0xC63B8C) is known color: Medium Red Violet. HEX triplet: C6, 3B and 8C. RGB value is (198,59,140). Sum of RGB (Red+Green+Blue) = 198+59+140=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63B8C is #39C473. Grayscale: #6D6D6D. Windows color (decimal): -3785844 or 9190342. OLE color: 9190342.
HSL color Cylindrical-coordinate representation of color #C63B8C: hue angle of 325.04º 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 #C63B8C is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 140 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.22 |
| HSL | 325.04º | 0.55% | 0.5% | - |
| HSV(B) | 325.04º | 0.7% | 0.78% | - |
| XYZ | 29.59 | 17.03 | 26.54 | - |
| YUV | 109.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 140 | 0 | 0.70 | 0.29 | 0.22 | 325.04 | 0.55 | 0.5 |
| Hex | C6 | 3B | 8C | 0 | 46 | 1D | 16 | 145 | 37 | 32 |
| Octal | 306 | 73 | 214 | 0 | 106 | 35 | 26 | 505 | 67 | 62 |
| Binary | 11000110 | 111011 | 10001100 | 0 | 1000110 | 11101 | 10110 | 101000101 | 110111 | 110010 |
Color Harmonies of #C63B8C
Complementary color
Monochromatic Colors of #C63B8C
Black with #C63B8C
Text Example
Text Example
White with #C63B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B8C; }
p { color: rgb(198,59,140); }
H1.HeaderClassName
{
color: #C63B8C;
}
.AnyTagClassName
{
color: #C63B8C;
}
</style>
background-color css
<style>
a { background-color: #C63B8C; }
a { background-color: rgb(198,59,140); }
div.DivClassName
{
background-color: #C63B8C;
}
.BgClassName
{
background-color: #C63B8C;
}
</style>
border-color css
<style>
span { border-color: #C63B8C; }
span { border-color: rgb(198,59,140); }
td.TdClassName
{
border-color: #C63B8C;
}
.TagClassName
{
border-color: #C63B8C;
}
</style>