Shades of Medium Violet Red #C615A4
Tints of Medium Violet Red #C615A4
RGB
CMYK
RGB Variations
Color information
#C615A4 (or 0xC615A4) is known color: Medium Violet Red. HEX triplet: C6, 15 and A4. RGB value is (198,21,164). Sum of RGB (Red+Green+Blue) = 198+21+164=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C615A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C615A4 is #39EA5B. Grayscale: #595959. Windows color (decimal): -3795548 or 10753478. OLE color: 10753478.
HSL color Cylindrical-coordinate representation of color #C615A4: hue angle of 311.53º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C615A4 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 164 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.22 |
| HSL | 311.53º | 0.81% | 0.43% | - |
| HSV(B) | 311.53º | 0.89% | 0.78% | - |
| XYZ | 30.26 | 15.22 | 36.47 | - |
| YUV | 90.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 164 | 0 | 0.89 | 0.17 | 0.22 | 311.53 | 0.81 | 0.43 |
| Hex | C6 | 15 | A4 | 0 | 59 | 11 | 16 | 138 | 51 | 2B |
| Octal | 306 | 25 | 244 | 0 | 131 | 21 | 26 | 470 | 121 | 53 |
| Binary | 11000110 | 10101 | 10100100 | 0 | 1011001 | 10001 | 10110 | 100111000 | 1010001 | 101011 |
Color Harmonies of #C615A4
Complementary color
Monochromatic Colors of #C615A4
Black with #C615A4
Text Example
Text Example
White with #C615A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615A4; }
p { color: rgb(198,21,164); }
H1.HeaderClassName
{
color: #C615A4;
}
.AnyTagClassName
{
color: #C615A4;
}
</style>
background-color css
<style>
a { background-color: #C615A4; }
a { background-color: rgb(198,21,164); }
div.DivClassName
{
background-color: #C615A4;
}
.BgClassName
{
background-color: #C615A4;
}
</style>
border-color css
<style>
span { border-color: #C615A4; }
span { border-color: rgb(198,21,164); }
td.TdClassName
{
border-color: #C615A4;
}
.TagClassName
{
border-color: #C615A4;
}
</style>