Shades of Deep Magenta #C218B1
Tints of Deep Magenta #C218B1
RGB
CMYK
RGB Variations
Color information
#C218B1 (or 0xC218B1) is known color: Deep Magenta. HEX triplet: C2, 18 and B1. RGB value is (194,24,177). Sum of RGB (Red+Green+Blue) = 194+24+177=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C218B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218B1 is #3DE74E. Grayscale: #5B5B5B. Windows color (decimal): -4056911 or 11606210. OLE color: 11606210.
HSL color Cylindrical-coordinate representation of color #C218B1: hue angle of 306º 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 #C218B1 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 177 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.24 |
| HSL | 306º | 0.78% | 0.43% | - |
| HSV(B) | 306º | 0.88% | 0.76% | - |
| XYZ | 30.51 | 15.3 | 42.94 | - |
| YUV | 92.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 177 | 0 | 0.88 | 0.09 | 0.24 | 306 | 0.78 | 0.43 |
| Hex | C2 | 18 | B1 | 0 | 58 | 9 | 18 | 132 | 4E | 2B |
| Octal | 302 | 30 | 261 | 0 | 130 | 11 | 30 | 462 | 116 | 53 |
| Binary | 11000010 | 11000 | 10110001 | 0 | 1011000 | 1001 | 11000 | 100110010 | 1001110 | 101011 |
Color Harmonies of #C218B1
Complementary color
Monochromatic Colors of #C218B1
Black with #C218B1
Text Example
Text Example
White with #C218B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218B1; }
p { color: rgb(194,24,177); }
H1.HeaderClassName
{
color: #C218B1;
}
.AnyTagClassName
{
color: #C218B1;
}
</style>
background-color css
<style>
a { background-color: #C218B1; }
a { background-color: rgb(194,24,177); }
div.DivClassName
{
background-color: #C218B1;
}
.BgClassName
{
background-color: #C218B1;
}
</style>
border-color css
<style>
span { border-color: #C218B1; }
span { border-color: rgb(194,24,177); }
td.TdClassName
{
border-color: #C218B1;
}
.TagClassName
{
border-color: #C218B1;
}
</style>