Shades of Deep Magenta #C218BC
Tints of Deep Magenta #C218BC
RGB
CMYK
RGB Variations
Color information
#C218BC (or 0xC218BC) is known color: Deep Magenta. HEX triplet: C2, 18 and BC. RGB value is (194,24,188). Sum of RGB (Red+Green+Blue) = 194+24+188=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C218BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218BC is #3DE743. Grayscale: #5D5D5D. Windows color (decimal): -4056900 or 12327106. OLE color: 12327106.
HSL color Cylindrical-coordinate representation of color #C218BC: hue angle of 302.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C218BC is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 188 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.24 |
| HSL | 302.12º | 0.78% | 0.43% | - |
| HSV(B) | 302.12º | 0.88% | 0.76% | - |
| XYZ | 31.65 | 15.75 | 48.95 | - |
| YUV | 93.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 188 | 0 | 0.88 | 0.03 | 0.24 | 302.12 | 0.78 | 0.43 |
| Hex | C2 | 18 | BC | 0 | 58 | 3 | 18 | 12E | 4E | 2B |
| Octal | 302 | 30 | 274 | 0 | 130 | 3 | 30 | 456 | 116 | 53 |
| Binary | 11000010 | 11000 | 10111100 | 0 | 1011000 | 11 | 11000 | 100101110 | 1001110 | 101011 |
Color Harmonies of #C218BC
Complementary color
Monochromatic Colors of #C218BC
Black with #C218BC
Text Example
Text Example
White with #C218BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218BC; }
p { color: rgb(194,24,188); }
H1.HeaderClassName
{
color: #C218BC;
}
.AnyTagClassName
{
color: #C218BC;
}
</style>
background-color css
<style>
a { background-color: #C218BC; }
a { background-color: rgb(194,24,188); }
div.DivClassName
{
background-color: #C218BC;
}
.BgClassName
{
background-color: #C218BC;
}
</style>
border-color css
<style>
span { border-color: #C218BC; }
span { border-color: rgb(194,24,188); }
td.TdClassName
{
border-color: #C218BC;
}
.TagClassName
{
border-color: #C218BC;
}
</style>