Shades of Medium Red Violet #C63B88
Tints of Medium Red Violet #C63B88
RGB
CMYK
RGB Variations
Color information
#C63B88 (or 0xC63B88) is known color: Medium Red Violet. HEX triplet: C6, 3B and 88. RGB value is (198,59,136). Sum of RGB (Red+Green+Blue) = 198+59+136=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63B88 is #39C477. Grayscale: #6D6D6D. Windows color (decimal): -3785848 or 8928198. OLE color: 8928198.
HSL color Cylindrical-coordinate representation of color #C63B88: hue angle of 326.76º 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 #C63B88 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 136 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.22 |
| HSL | 326.76º | 0.55% | 0.5% | - |
| HSV(B) | 326.76º | 0.7% | 0.78% | - |
| XYZ | 29.3 | 16.91 | 25.01 | - |
| YUV | 109.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 136 | 0 | 0.70 | 0.31 | 0.22 | 326.76 | 0.55 | 0.5 |
| Hex | C6 | 3B | 88 | 0 | 46 | 1F | 16 | 147 | 37 | 32 |
| Octal | 306 | 73 | 210 | 0 | 106 | 37 | 26 | 507 | 67 | 62 |
| Binary | 11000110 | 111011 | 10001000 | 0 | 1000110 | 11111 | 10110 | 101000111 | 110111 | 110010 |
Color Harmonies of #C63B88
Complementary color
Monochromatic Colors of #C63B88
Black with #C63B88
Text Example
Text Example
White with #C63B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B88; }
p { color: rgb(198,59,136); }
H1.HeaderClassName
{
color: #C63B88;
}
.AnyTagClassName
{
color: #C63B88;
}
</style>
background-color css
<style>
a { background-color: #C63B88; }
a { background-color: rgb(198,59,136); }
div.DivClassName
{
background-color: #C63B88;
}
.BgClassName
{
background-color: #C63B88;
}
</style>
border-color css
<style>
span { border-color: #C63B88; }
span { border-color: rgb(198,59,136); }
td.TdClassName
{
border-color: #C63B88;
}
.TagClassName
{
border-color: #C63B88;
}
</style>