Shades of Deep Magenta #C618BC
Tints of Deep Magenta #C618BC
RGB
CMYK
RGB Variations
Color information
#C618BC (or 0xC618BC) is known color: Deep Magenta. HEX triplet: C6, 18 and BC. RGB value is (198,24,188). Sum of RGB (Red+Green+Blue) = 198+24+188=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C618BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618BC is #39E743. Grayscale: #5E5E5E. Windows color (decimal): -3794756 or 12327110. OLE color: 12327110.
HSL color Cylindrical-coordinate representation of color #C618BC: hue angle of 303.45º 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 #C618BC is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 188 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.22 |
| HSL | 303.45º | 0.78% | 0.44% | - |
| HSV(B) | 303.45º | 0.88% | 0.78% | - |
| XYZ | 32.69 | 16.29 | 49 | - |
| YUV | 94.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 188 | 0 | 0.88 | 0.05 | 0.22 | 303.45 | 0.78 | 0.44 |
| Hex | C6 | 18 | BC | 0 | 58 | 5 | 16 | 12F | 4E | 2C |
| Octal | 306 | 30 | 274 | 0 | 130 | 5 | 26 | 457 | 116 | 54 |
| Binary | 11000110 | 11000 | 10111100 | 0 | 1011000 | 101 | 10110 | 100101111 | 1001110 | 101100 |
Color Harmonies of #C618BC
Complementary color
Monochromatic Colors of #C618BC
Black with #C618BC
Text Example
Text Example
White with #C618BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618BC; }
p { color: rgb(198,24,188); }
H1.HeaderClassName
{
color: #C618BC;
}
.AnyTagClassName
{
color: #C618BC;
}
</style>
background-color css
<style>
a { background-color: #C618BC; }
a { background-color: rgb(198,24,188); }
div.DivClassName
{
background-color: #C618BC;
}
.BgClassName
{
background-color: #C618BC;
}
</style>
border-color css
<style>
span { border-color: #C618BC; }
span { border-color: rgb(198,24,188); }
td.TdClassName
{
border-color: #C618BC;
}
.TagClassName
{
border-color: #C618BC;
}
</style>