Shades of Deep Magenta #C618BF
Tints of Deep Magenta #C618BF
RGB
CMYK
RGB Variations
Color information
#C618BF (or 0xC618BF) is known color: Deep Magenta. HEX triplet: C6, 18 and BF. RGB value is (198,24,191). Sum of RGB (Red+Green+Blue) = 198+24+191=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C618BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618BF is #39E740. Grayscale: #5E5E5E. Windows color (decimal): -3794753 or 12523718. OLE color: 12523718.
HSL color Cylindrical-coordinate representation of color #C618BF: hue angle of 302.41º 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 #C618BF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 191 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.22 |
| HSL | 302.41º | 0.78% | 0.44% | - |
| HSV(B) | 302.41º | 0.88% | 0.78% | - |
| XYZ | 33.02 | 16.42 | 50.72 | - |
| YUV | 95.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 191 | 0 | 0.88 | 0.04 | 0.22 | 302.41 | 0.78 | 0.44 |
| Hex | C6 | 18 | BF | 0 | 58 | 4 | 16 | 12E | 4E | 2C |
| Octal | 306 | 30 | 277 | 0 | 130 | 4 | 26 | 456 | 116 | 54 |
| Binary | 11000110 | 11000 | 10111111 | 0 | 1011000 | 100 | 10110 | 100101110 | 1001110 | 101100 |
Color Harmonies of #C618BF
Complementary color
Monochromatic Colors of #C618BF
Black with #C618BF
Text Example
Text Example
White with #C618BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618BF; }
p { color: rgb(198,24,191); }
H1.HeaderClassName
{
color: #C618BF;
}
.AnyTagClassName
{
color: #C618BF;
}
</style>
background-color css
<style>
a { background-color: #C618BF; }
a { background-color: rgb(198,24,191); }
div.DivClassName
{
background-color: #C618BF;
}
.BgClassName
{
background-color: #C618BF;
}
</style>
border-color css
<style>
span { border-color: #C618BF; }
span { border-color: rgb(198,24,191); }
td.TdClassName
{
border-color: #C618BF;
}
.TagClassName
{
border-color: #C618BF;
}
</style>