Shades of Medium Red Violet #C638A1
Tints of Medium Red Violet #C638A1
RGB
CMYK
RGB Variations
Color information
#C638A1 (or 0xC638A1) is known color: Medium Red Violet. HEX triplet: C6, 38 and A1. RGB value is (198,56,161). Sum of RGB (Red+Green+Blue) = 198+56+161=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C638A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638A1 is #39C75E. Grayscale: #6E6E6E. Windows color (decimal): -3786591 or 10565830. OLE color: 10565830.
HSL color Cylindrical-coordinate representation of color #C638A1: hue angle of 315.63º 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 #C638A1 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 161 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.22 |
| HSL | 315.63º | 0.56% | 0.5% | - |
| HSV(B) | 315.63º | 0.72% | 0.78% | - |
| XYZ | 31.14 | 17.41 | 35.44 | - |
| YUV | 110.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 161 | 0 | 0.72 | 0.19 | 0.22 | 315.63 | 0.56 | 0.5 |
| Hex | C6 | 38 | A1 | 0 | 48 | 13 | 16 | 13C | 38 | 32 |
| Octal | 306 | 70 | 241 | 0 | 110 | 23 | 26 | 474 | 70 | 62 |
| Binary | 11000110 | 111000 | 10100001 | 0 | 1001000 | 10011 | 10110 | 100111100 | 111000 | 110010 |
Color Harmonies of #C638A1
Complementary color
Monochromatic Colors of #C638A1
Black with #C638A1
Text Example
Text Example
White with #C638A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638A1; }
p { color: rgb(198,56,161); }
H1.HeaderClassName
{
color: #C638A1;
}
.AnyTagClassName
{
color: #C638A1;
}
</style>
background-color css
<style>
a { background-color: #C638A1; }
a { background-color: rgb(198,56,161); }
div.DivClassName
{
background-color: #C638A1;
}
.BgClassName
{
background-color: #C638A1;
}
</style>
border-color css
<style>
span { border-color: #C638A1; }
span { border-color: rgb(198,56,161); }
td.TdClassName
{
border-color: #C638A1;
}
.TagClassName
{
border-color: #C638A1;
}
</style>