Shades of Medium Red Violet #C63389
Tints of Medium Red Violet #C63389
RGB
CMYK
RGB Variations
Color information
#C63389 (or 0xC63389) is known color: Medium Red Violet. HEX triplet: C6, 33 and 89. RGB value is (198,51,137). Sum of RGB (Red+Green+Blue) = 198+51+137=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C63389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63389 is #39CC76. Grayscale: #686868. Windows color (decimal): -3787895 or 8991686. OLE color: 8991686.
HSL color Cylindrical-coordinate representation of color #C63389: hue angle of 324.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63389 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 137 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.22 |
| HSL | 324.9º | 0.59% | 0.49% | - |
| HSV(B) | 324.9º | 0.74% | 0.78% | - |
| XYZ | 28.99 | 16.18 | 25.26 | - |
| YUV | 104.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 137 | 0 | 0.74 | 0.31 | 0.22 | 324.9 | 0.59 | 0.49 |
| Hex | C6 | 33 | 89 | 0 | 4A | 1F | 16 | 145 | 3B | 31 |
| Octal | 306 | 63 | 211 | 0 | 112 | 37 | 26 | 505 | 73 | 61 |
| Binary | 11000110 | 110011 | 10001001 | 0 | 1001010 | 11111 | 10110 | 101000101 | 111011 | 110001 |
Color Harmonies of #C63389
Complementary color
Monochromatic Colors of #C63389
Black with #C63389
Text Example
Text Example
White with #C63389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63389; }
p { color: rgb(198,51,137); }
H1.HeaderClassName
{
color: #C63389;
}
.AnyTagClassName
{
color: #C63389;
}
</style>
background-color css
<style>
a { background-color: #C63389; }
a { background-color: rgb(198,51,137); }
div.DivClassName
{
background-color: #C63389;
}
.BgClassName
{
background-color: #C63389;
}
</style>
border-color css
<style>
span { border-color: #C63389; }
span { border-color: rgb(198,51,137); }
td.TdClassName
{
border-color: #C63389;
}
.TagClassName
{
border-color: #C63389;
}
</style>