Shades of Deep Magenta #C218C6
Tints of Deep Magenta #C218C6
RGB
CMYK
RGB Variations
Color information
#C218C6 (or 0xC218C6) is known color: Deep Magenta. HEX triplet: C2, 18 and C6. RGB value is (194,24,198). Sum of RGB (Red+Green+Blue) = 194+24+198=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #C218C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218C6 is #3DE739. Grayscale: #5E5E5E. Windows color (decimal): -4056890 or 12982466. OLE color: 12982466.
HSL color Cylindrical-coordinate representation of color #C218C6: hue angle of 298.62º 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 #C218C6 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 24 | 198 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.22 |
| HSL | 298.62º | 0.78% | 0.44% | - |
| HSV(B) | 298.62º | 0.88% | 0.78% | - |
| XYZ | 32.77 | 16.2 | 54.83 | - |
| YUV | 94.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 198 | 0.02 | 0.88 | 0 | 0.22 | 298.62 | 0.78 | 0.44 |
| Hex | C2 | 18 | C6 | 2 | 58 | 0 | 16 | 12B | 4E | 2C |
| Octal | 302 | 30 | 306 | 2 | 130 | 0 | 26 | 453 | 116 | 54 |
| Binary | 11000010 | 11000 | 11000110 | 10 | 1011000 | 0 | 10110 | 100101011 | 1001110 | 101100 |
Color Harmonies of #C218C6
Complementary color
Monochromatic Colors of #C218C6
Black with #C218C6
Text Example
Text Example
White with #C218C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218C6; }
p { color: rgb(194,24,198); }
H1.HeaderClassName
{
color: #C218C6;
}
.AnyTagClassName
{
color: #C218C6;
}
</style>
background-color css
<style>
a { background-color: #C218C6; }
a { background-color: rgb(194,24,198); }
div.DivClassName
{
background-color: #C218C6;
}
.BgClassName
{
background-color: #C218C6;
}
</style>
border-color css
<style>
span { border-color: #C218C6; }
span { border-color: rgb(194,24,198); }
td.TdClassName
{
border-color: #C218C6;
}
.TagClassName
{
border-color: #C218C6;
}
</style>