Shades of Medium Violet Red #C618A8
Tints of Medium Violet Red #C618A8
RGB
CMYK
RGB Variations
Color information
#C618A8 (or 0xC618A8) is known color: Medium Violet Red. HEX triplet: C6, 18 and A8. RGB value is (198,24,168). Sum of RGB (Red+Green+Blue) = 198+24+168=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C618A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618A8 is #39E757. Grayscale: #5C5C5C. Windows color (decimal): -3794776 or 11016390. OLE color: 11016390.
HSL color Cylindrical-coordinate representation of color #C618A8: hue angle of 310.34º 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 #C618A8 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 168 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.22 |
| HSL | 310.34º | 0.78% | 0.44% | - |
| HSV(B) | 310.34º | 0.88% | 0.78% | - |
| XYZ | 30.68 | 15.49 | 38.42 | - |
| YUV | 92.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 168 | 0 | 0.88 | 0.15 | 0.22 | 310.34 | 0.78 | 0.44 |
| Hex | C6 | 18 | A8 | 0 | 58 | F | 16 | 136 | 4E | 2C |
| Octal | 306 | 30 | 250 | 0 | 130 | 17 | 26 | 466 | 116 | 54 |
| Binary | 11000110 | 11000 | 10101000 | 0 | 1011000 | 1111 | 10110 | 100110110 | 1001110 | 101100 |
Color Harmonies of #C618A8
Complementary color
Monochromatic Colors of #C618A8
Black with #C618A8
Text Example
Text Example
White with #C618A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618A8; }
p { color: rgb(198,24,168); }
H1.HeaderClassName
{
color: #C618A8;
}
.AnyTagClassName
{
color: #C618A8;
}
</style>
background-color css
<style>
a { background-color: #C618A8; }
a { background-color: rgb(198,24,168); }
div.DivClassName
{
background-color: #C618A8;
}
.BgClassName
{
background-color: #C618A8;
}
</style>
border-color css
<style>
span { border-color: #C618A8; }
span { border-color: rgb(198,24,168); }
td.TdClassName
{
border-color: #C618A8;
}
.TagClassName
{
border-color: #C618A8;
}
</style>