Shades of Deep Magenta #C818B6
Tints of Deep Magenta #C818B6
RGB
CMYK
RGB Variations
Color information
#C818B6 (or 0xC818B6) is known color: Deep Magenta. HEX triplet: C8, 18 and B6. RGB value is (200,24,182). Sum of RGB (Red+Green+Blue) = 200+24+182=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C818B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818B6 is #37E749. Grayscale: #5E5E5E. Windows color (decimal): -3663690 or 11933896. OLE color: 11933896.
HSL color Cylindrical-coordinate representation of color #C818B6: hue angle of 306.14º degrees, saturation: 0.79, 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 #C818B6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 182 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.22 |
| HSL | 306.14º | 0.79% | 0.44% | - |
| HSV(B) | 306.14º | 0.88% | 0.78% | - |
| XYZ | 32.59 | 16.31 | 45.69 | - |
| YUV | 94.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 182 | 0 | 0.88 | 0.09 | 0.22 | 306.14 | 0.79 | 0.44 |
| Hex | C8 | 18 | B6 | 0 | 58 | 9 | 16 | 132 | 4F | 2C |
| Octal | 310 | 30 | 266 | 0 | 130 | 11 | 26 | 462 | 117 | 54 |
| Binary | 11001000 | 11000 | 10110110 | 0 | 1011000 | 1001 | 10110 | 100110010 | 1001111 | 101100 |
Color Harmonies of #C818B6
Complementary color
Monochromatic Colors of #C818B6
Black with #C818B6
Text Example
Text Example
White with #C818B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818B6; }
p { color: rgb(200,24,182); }
H1.HeaderClassName
{
color: #C818B6;
}
.AnyTagClassName
{
color: #C818B6;
}
</style>
background-color css
<style>
a { background-color: #C818B6; }
a { background-color: rgb(200,24,182); }
div.DivClassName
{
background-color: #C818B6;
}
.BgClassName
{
background-color: #C818B6;
}
</style>
border-color css
<style>
span { border-color: #C818B6; }
span { border-color: rgb(200,24,182); }
td.TdClassName
{
border-color: #C818B6;
}
.TagClassName
{
border-color: #C818B6;
}
</style>