Shades of Medium Red Violet #C63898
Tints of Medium Red Violet #C63898
RGB
CMYK
RGB Variations
Color information
#C63898 (or 0xC63898) is known color: Medium Red Violet. HEX triplet: C6, 38 and 98. RGB value is (198,56,152). Sum of RGB (Red+Green+Blue) = 198+56+152=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C63898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63898 is #39C767. Grayscale: #6D6D6D. Windows color (decimal): -3786600 or 9976006. OLE color: 9976006.
HSL color Cylindrical-coordinate representation of color #C63898: hue angle of 319.44º 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 #C63898 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 152 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.22 |
| HSL | 319.44º | 0.56% | 0.5% | - |
| HSV(B) | 319.44º | 0.72% | 0.78% | - |
| XYZ | 30.37 | 17.1 | 31.41 | - |
| YUV | 109.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 152 | 0 | 0.72 | 0.23 | 0.22 | 319.44 | 0.56 | 0.5 |
| Hex | C6 | 38 | 98 | 0 | 48 | 17 | 16 | 13F | 38 | 32 |
| Octal | 306 | 70 | 230 | 0 | 110 | 27 | 26 | 477 | 70 | 62 |
| Binary | 11000110 | 111000 | 10011000 | 0 | 1001000 | 10111 | 10110 | 100111111 | 111000 | 110010 |
Color Harmonies of #C63898
Complementary color
Monochromatic Colors of #C63898
Black with #C63898
Text Example
Text Example
White with #C63898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63898; }
p { color: rgb(198,56,152); }
H1.HeaderClassName
{
color: #C63898;
}
.AnyTagClassName
{
color: #C63898;
}
</style>
background-color css
<style>
a { background-color: #C63898; }
a { background-color: rgb(198,56,152); }
div.DivClassName
{
background-color: #C63898;
}
.BgClassName
{
background-color: #C63898;
}
</style>
border-color css
<style>
span { border-color: #C63898; }
span { border-color: rgb(198,56,152); }
td.TdClassName
{
border-color: #C63898;
}
.TagClassName
{
border-color: #C63898;
}
</style>