Shades of Medium Red Violet #C63990
Tints of Medium Red Violet #C63990
RGB
CMYK
RGB Variations
Color information
#C63990 (or 0xC63990) is known color: Medium Red Violet. HEX triplet: C6, 39 and 90. RGB value is (198,57,144). Sum of RGB (Red+Green+Blue) = 198+57+144=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C63990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63990 is #39C66F. Grayscale: #6C6C6C. Windows color (decimal): -3786352 or 9451974. OLE color: 9451974.
HSL color Cylindrical-coordinate representation of color #C63990: hue angle of 322.98º 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 #C63990 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 144 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.22 |
| HSL | 322.98º | 0.55% | 0.5% | - |
| HSV(B) | 322.98º | 0.71% | 0.78% | - |
| XYZ | 29.79 | 16.95 | 28.09 | - |
| YUV | 109.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 144 | 0 | 0.71 | 0.27 | 0.22 | 322.98 | 0.55 | 0.5 |
| Hex | C6 | 39 | 90 | 0 | 47 | 1B | 16 | 143 | 37 | 32 |
| Octal | 306 | 71 | 220 | 0 | 107 | 33 | 26 | 503 | 67 | 62 |
| Binary | 11000110 | 111001 | 10010000 | 0 | 1000111 | 11011 | 10110 | 101000011 | 110111 | 110010 |
Color Harmonies of #C63990
Complementary color
Monochromatic Colors of #C63990
Black with #C63990
Text Example
Text Example
White with #C63990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63990; }
p { color: rgb(198,57,144); }
H1.HeaderClassName
{
color: #C63990;
}
.AnyTagClassName
{
color: #C63990;
}
</style>
background-color css
<style>
a { background-color: #C63990; }
a { background-color: rgb(198,57,144); }
div.DivClassName
{
background-color: #C63990;
}
.BgClassName
{
background-color: #C63990;
}
</style>
border-color css
<style>
span { border-color: #C63990; }
span { border-color: rgb(198,57,144); }
td.TdClassName
{
border-color: #C63990;
}
.TagClassName
{
border-color: #C63990;
}
</style>