Shades of Medium Red Violet #C63892
Tints of Medium Red Violet #C63892
RGB
CMYK
RGB Variations
Color information
#C63892 (or 0xC63892) is known color: Medium Red Violet. HEX triplet: C6, 38 and 92. RGB value is (198,56,146). Sum of RGB (Red+Green+Blue) = 198+56+146=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C63892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63892 is #39C76D. Grayscale: #6C6C6C. Windows color (decimal): -3786606 or 9582790. OLE color: 9582790.
HSL color Cylindrical-coordinate representation of color #C63892: hue angle of 321.97º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63892 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 146 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.22 |
| HSL | 321.97º | 0.56% | 0.5% | - |
| HSV(B) | 321.97º | 0.72% | 0.78% | - |
| XYZ | 29.89 | 16.91 | 28.88 | - |
| YUV | 108.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 146 | 0 | 0.72 | 0.26 | 0.22 | 321.97 | 0.56 | 0.5 |
| Hex | C6 | 38 | 92 | 0 | 48 | 1A | 16 | 142 | 38 | 32 |
| Octal | 306 | 70 | 222 | 0 | 110 | 32 | 26 | 502 | 70 | 62 |
| Binary | 11000110 | 111000 | 10010010 | 0 | 1001000 | 11010 | 10110 | 101000010 | 111000 | 110010 |
Color Harmonies of #C63892
Complementary color
Monochromatic Colors of #C63892
Black with #C63892
Text Example
Text Example
White with #C63892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63892; }
p { color: rgb(198,56,146); }
H1.HeaderClassName
{
color: #C63892;
}
.AnyTagClassName
{
color: #C63892;
}
</style>
background-color css
<style>
a { background-color: #C63892; }
a { background-color: rgb(198,56,146); }
div.DivClassName
{
background-color: #C63892;
}
.BgClassName
{
background-color: #C63892;
}
</style>
border-color css
<style>
span { border-color: #C63892; }
span { border-color: rgb(198,56,146); }
td.TdClassName
{
border-color: #C63892;
}
.TagClassName
{
border-color: #C63892;
}
</style>