Shades of Deep Magenta #C218B5
Tints of Deep Magenta #C218B5
RGB
CMYK
RGB Variations
Color information
#C218B5 (or 0xC218B5) is known color: Deep Magenta. HEX triplet: C2, 18 and B5. RGB value is (194,24,181). Sum of RGB (Red+Green+Blue) = 194+24+181=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C218B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218B5 is #3DE74A. Grayscale: #5C5C5C. Windows color (decimal): -4056907 or 11868354. OLE color: 11868354.
HSL color Cylindrical-coordinate representation of color #C218B5: hue angle of 304.59º 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 #C218B5 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 181 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.24 |
| HSL | 304.59º | 0.78% | 0.43% | - |
| HSV(B) | 304.59º | 0.88% | 0.76% | - |
| XYZ | 30.92 | 15.46 | 45.07 | - |
| YUV | 92.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 181 | 0 | 0.88 | 0.07 | 0.24 | 304.59 | 0.78 | 0.43 |
| Hex | C2 | 18 | B5 | 0 | 58 | 7 | 18 | 131 | 4E | 2B |
| Octal | 302 | 30 | 265 | 0 | 130 | 7 | 30 | 461 | 116 | 53 |
| Binary | 11000010 | 11000 | 10110101 | 0 | 1011000 | 111 | 11000 | 100110001 | 1001110 | 101011 |
Color Harmonies of #C218B5
Complementary color
Monochromatic Colors of #C218B5
Black with #C218B5
Text Example
Text Example
White with #C218B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218B5; }
p { color: rgb(194,24,181); }
H1.HeaderClassName
{
color: #C218B5;
}
.AnyTagClassName
{
color: #C218B5;
}
</style>
background-color css
<style>
a { background-color: #C218B5; }
a { background-color: rgb(194,24,181); }
div.DivClassName
{
background-color: #C218B5;
}
.BgClassName
{
background-color: #C218B5;
}
</style>
border-color css
<style>
span { border-color: #C218B5; }
span { border-color: rgb(194,24,181); }
td.TdClassName
{
border-color: #C218B5;
}
.TagClassName
{
border-color: #C218B5;
}
</style>