Shades of Medium Red Violet #C630A2
Tints of Medium Red Violet #C630A2
RGB
CMYK
RGB Variations
Color information
#C630A2 (or 0xC630A2) is known color: Medium Red Violet. HEX triplet: C6, 30 and A2. RGB value is (198,48,162). Sum of RGB (Red+Green+Blue) = 198+48+162=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C630A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C630A2 is #39CF5D. Grayscale: #696969. Windows color (decimal): -3788638 or 10629318. OLE color: 10629318.
HSL color Cylindrical-coordinate representation of color #C630A2: hue angle of 314.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630A2 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 162 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.22 |
| HSL | 314.4º | 0.61% | 0.48% | - |
| HSV(B) | 314.4º | 0.76% | 0.78% | - |
| XYZ | 30.87 | 16.73 | 35.78 | - |
| YUV | 105.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 162 | 0 | 0.76 | 0.18 | 0.22 | 314.4 | 0.61 | 0.48 |
| Hex | C6 | 30 | A2 | 0 | 4C | 12 | 16 | 13A | 3D | 30 |
| Octal | 306 | 60 | 242 | 0 | 114 | 22 | 26 | 472 | 75 | 60 |
| Binary | 11000110 | 110000 | 10100010 | 0 | 1001100 | 10010 | 10110 | 100111010 | 111101 | 110000 |
Color Harmonies of #C630A2
Complementary color
Monochromatic Colors of #C630A2
Black with #C630A2
Text Example
Text Example
White with #C630A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630A2; }
p { color: rgb(198,48,162); }
H1.HeaderClassName
{
color: #C630A2;
}
.AnyTagClassName
{
color: #C630A2;
}
</style>
background-color css
<style>
a { background-color: #C630A2; }
a { background-color: rgb(198,48,162); }
div.DivClassName
{
background-color: #C630A2;
}
.BgClassName
{
background-color: #C630A2;
}
</style>
border-color css
<style>
span { border-color: #C630A2; }
span { border-color: rgb(198,48,162); }
td.TdClassName
{
border-color: #C630A2;
}
.TagClassName
{
border-color: #C630A2;
}
</style>