Shades of Medium Red Violet #C63885
Tints of Medium Red Violet #C63885
RGB
CMYK
RGB Variations
Color information
#C63885 (or 0xC63885) is known color: Medium Red Violet. HEX triplet: C6, 38 and 85. RGB value is (198,56,133). Sum of RGB (Red+Green+Blue) = 198+56+133=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C63885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63885 is #39C77A. Grayscale: #6B6B6B. Windows color (decimal): -3786619 or 8730822. OLE color: 8730822.
HSL color Cylindrical-coordinate representation of color #C63885: hue angle of 327.46º 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 #C63885 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 133 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.22 |
| HSL | 327.46º | 0.56% | 0.5% | - |
| HSV(B) | 327.46º | 0.72% | 0.78% | - |
| XYZ | 28.94 | 16.53 | 23.86 | - |
| YUV | 107.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 133 | 0 | 0.72 | 0.33 | 0.22 | 327.46 | 0.56 | 0.5 |
| Hex | C6 | 38 | 85 | 0 | 48 | 21 | 16 | 147 | 38 | 32 |
| Octal | 306 | 70 | 205 | 0 | 110 | 41 | 26 | 507 | 70 | 62 |
| Binary | 11000110 | 111000 | 10000101 | 0 | 1001000 | 100001 | 10110 | 101000111 | 111000 | 110010 |
Color Harmonies of #C63885
Complementary color
Monochromatic Colors of #C63885
Black with #C63885
Text Example
Text Example
White with #C63885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63885; }
p { color: rgb(198,56,133); }
H1.HeaderClassName
{
color: #C63885;
}
.AnyTagClassName
{
color: #C63885;
}
</style>
background-color css
<style>
a { background-color: #C63885; }
a { background-color: rgb(198,56,133); }
div.DivClassName
{
background-color: #C63885;
}
.BgClassName
{
background-color: #C63885;
}
</style>
border-color css
<style>
span { border-color: #C63885; }
span { border-color: rgb(198,56,133); }
td.TdClassName
{
border-color: #C63885;
}
.TagClassName
{
border-color: #C63885;
}
</style>