Shades of Medium Violet Red #C618AB
Tints of Medium Violet Red #C618AB
RGB
CMYK
RGB Variations
Color information
#C618AB (or 0xC618AB) is known color: Medium Violet Red. HEX triplet: C6, 18 and AB. RGB value is (198,24,171). Sum of RGB (Red+Green+Blue) = 198+24+171=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C618AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618AB is #39E754. Grayscale: #5C5C5C. Windows color (decimal): -3794773 or 11212998. OLE color: 11212998.
HSL color Cylindrical-coordinate representation of color #C618AB: hue angle of 309.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C618AB is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 171 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.22 |
| HSL | 309.31º | 0.78% | 0.44% | - |
| HSV(B) | 309.31º | 0.88% | 0.78% | - |
| XYZ | 30.97 | 15.6 | 39.91 | - |
| YUV | 92.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 171 | 0 | 0.88 | 0.14 | 0.22 | 309.31 | 0.78 | 0.44 |
| Hex | C6 | 18 | AB | 0 | 58 | E | 16 | 135 | 4E | 2C |
| Octal | 306 | 30 | 253 | 0 | 130 | 16 | 26 | 465 | 116 | 54 |
| Binary | 11000110 | 11000 | 10101011 | 0 | 1011000 | 1110 | 10110 | 100110101 | 1001110 | 101100 |
Color Harmonies of #C618AB
Complementary color
Monochromatic Colors of #C618AB
Black with #C618AB
Text Example
Text Example
White with #C618AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618AB; }
p { color: rgb(198,24,171); }
H1.HeaderClassName
{
color: #C618AB;
}
.AnyTagClassName
{
color: #C618AB;
}
</style>
background-color css
<style>
a { background-color: #C618AB; }
a { background-color: rgb(198,24,171); }
div.DivClassName
{
background-color: #C618AB;
}
.BgClassName
{
background-color: #C618AB;
}
</style>
border-color css
<style>
span { border-color: #C618AB; }
span { border-color: rgb(198,24,171); }
td.TdClassName
{
border-color: #C618AB;
}
.TagClassName
{
border-color: #C618AB;
}
</style>