Shades of Medium Violet Red #C623A0
Tints of Medium Violet Red #C623A0
RGB
CMYK
RGB Variations
Color information
#C623A0 (or 0xC623A0) is known color: Medium Violet Red. HEX triplet: C6, 23 and A0. RGB value is (198,35,160). Sum of RGB (Red+Green+Blue) = 198+35+160=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C623A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C623A0 is #39DC5F. Grayscale: #616161. Windows color (decimal): -3791968 or 10494918. OLE color: 10494918.
HSL color Cylindrical-coordinate representation of color #C623A0: hue angle of 313.99º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C623A0 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 160 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.22 |
| HSL | 313.99º | 0.7% | 0.46% | - |
| HSV(B) | 313.99º | 0.82% | 0.78% | - |
| XYZ | 30.23 | 15.75 | 34.7 | - |
| YUV | 97.99 | 163 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 160 | 0 | 0.82 | 0.19 | 0.22 | 313.99 | 0.7 | 0.46 |
| Hex | C6 | 23 | A0 | 0 | 52 | 13 | 16 | 13A | 46 | 2E |
| Octal | 306 | 43 | 240 | 0 | 122 | 23 | 26 | 472 | 106 | 56 |
| Binary | 11000110 | 100011 | 10100000 | 0 | 1010010 | 10011 | 10110 | 100111010 | 1000110 | 101110 |
Color Harmonies of #C623A0
Complementary color
Monochromatic Colors of #C623A0
Black with #C623A0
Text Example
Text Example
White with #C623A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623A0; }
p { color: rgb(198,35,160); }
H1.HeaderClassName
{
color: #C623A0;
}
.AnyTagClassName
{
color: #C623A0;
}
</style>
background-color css
<style>
a { background-color: #C623A0; }
a { background-color: rgb(198,35,160); }
div.DivClassName
{
background-color: #C623A0;
}
.BgClassName
{
background-color: #C623A0;
}
</style>
border-color css
<style>
span { border-color: #C623A0; }
span { border-color: rgb(198,35,160); }
td.TdClassName
{
border-color: #C623A0;
}
.TagClassName
{
border-color: #C623A0;
}
</style>