Shades of Deep Magenta #C218BB
Tints of Deep Magenta #C218BB
RGB
CMYK
RGB Variations
Color information
#C218BB (or 0xC218BB) is known color: Deep Magenta. HEX triplet: C2, 18 and BB. RGB value is (194,24,187). Sum of RGB (Red+Green+Blue) = 194+24+187=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C218BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218BB is #3DE744. Grayscale: #5C5C5C. Windows color (decimal): -4056901 or 12261570. OLE color: 12261570.
HSL color Cylindrical-coordinate representation of color #C218BB: hue angle of 302.47º 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 #C218BB is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 187 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.24 |
| HSL | 302.47º | 0.78% | 0.43% | - |
| HSV(B) | 302.47º | 0.88% | 0.76% | - |
| XYZ | 31.54 | 15.71 | 48.38 | - |
| YUV | 93.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 187 | 0 | 0.88 | 0.04 | 0.24 | 302.47 | 0.78 | 0.43 |
| Hex | C2 | 18 | BB | 0 | 58 | 4 | 18 | 12E | 4E | 2B |
| Octal | 302 | 30 | 273 | 0 | 130 | 4 | 30 | 456 | 116 | 53 |
| Binary | 11000010 | 11000 | 10111011 | 0 | 1011000 | 100 | 11000 | 100101110 | 1001110 | 101011 |
Color Harmonies of #C218BB
Complementary color
Monochromatic Colors of #C218BB
Black with #C218BB
Text Example
Text Example
White with #C218BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218BB; }
p { color: rgb(194,24,187); }
H1.HeaderClassName
{
color: #C218BB;
}
.AnyTagClassName
{
color: #C218BB;
}
</style>
background-color css
<style>
a { background-color: #C218BB; }
a { background-color: rgb(194,24,187); }
div.DivClassName
{
background-color: #C218BB;
}
.BgClassName
{
background-color: #C218BB;
}
</style>
border-color css
<style>
span { border-color: #C218BB; }
span { border-color: rgb(194,24,187); }
td.TdClassName
{
border-color: #C218BB;
}
.TagClassName
{
border-color: #C218BB;
}
</style>