Shades of Deep Magenta #C618B6
Tints of Deep Magenta #C618B6
RGB
CMYK
RGB Variations
Color information
#C618B6 (or 0xC618B6) is known color: Deep Magenta. HEX triplet: C6, 18 and B6. RGB value is (198,24,182). Sum of RGB (Red+Green+Blue) = 198+24+182=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C618B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618B6 is #39E749. Grayscale: #5D5D5D. Windows color (decimal): -3794762 or 11933894. OLE color: 11933894.
HSL color Cylindrical-coordinate representation of color #C618B6: hue angle of 305.52º 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 #C618B6 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 182 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.22 |
| HSL | 305.52º | 0.78% | 0.44% | - |
| HSV(B) | 305.52º | 0.88% | 0.78% | - |
| XYZ | 32.06 | 16.04 | 45.66 | - |
| YUV | 94.04 | 177.65 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 182 | 0 | 0.88 | 0.08 | 0.22 | 305.52 | 0.78 | 0.44 |
| Hex | C6 | 18 | B6 | 0 | 58 | 8 | 16 | 132 | 4E | 2C |
| Octal | 306 | 30 | 266 | 0 | 130 | 10 | 26 | 462 | 116 | 54 |
| Binary | 11000110 | 11000 | 10110110 | 0 | 1011000 | 1000 | 10110 | 100110010 | 1001110 | 101100 |
Color Harmonies of #C618B6
Complementary color
Monochromatic Colors of #C618B6
Black with #C618B6
Text Example
Text Example
White with #C618B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618B6; }
p { color: rgb(198,24,182); }
H1.HeaderClassName
{
color: #C618B6;
}
.AnyTagClassName
{
color: #C618B6;
}
</style>
background-color css
<style>
a { background-color: #C618B6; }
a { background-color: rgb(198,24,182); }
div.DivClassName
{
background-color: #C618B6;
}
.BgClassName
{
background-color: #C618B6;
}
</style>
border-color css
<style>
span { border-color: #C618B6; }
span { border-color: rgb(198,24,182); }
td.TdClassName
{
border-color: #C618B6;
}
.TagClassName
{
border-color: #C618B6;
}
</style>