Shades of Deep Magenta #C818B9
Tints of Deep Magenta #C818B9
RGB
CMYK
RGB Variations
Color information
#C818B9 (or 0xC818B9) is known color: Deep Magenta. HEX triplet: C8, 18 and B9. RGB value is (200,24,185). Sum of RGB (Red+Green+Blue) = 200+24+185=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C818B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818B9 is #37E746. Grayscale: #5E5E5E. Windows color (decimal): -3663687 or 12130504. OLE color: 12130504.
HSL color Cylindrical-coordinate representation of color #C818B9: hue angle of 305.11º 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 #C818B9 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 185 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.22 |
| HSL | 305.11º | 0.79% | 0.44% | - |
| HSV(B) | 305.11º | 0.88% | 0.78% | - |
| XYZ | 32.9 | 16.44 | 47.34 | - |
| YUV | 94.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 185 | 0 | 0.88 | 0.08 | 0.22 | 305.11 | 0.79 | 0.44 |
| Hex | C8 | 18 | B9 | 0 | 58 | 8 | 16 | 131 | 4F | 2C |
| Octal | 310 | 30 | 271 | 0 | 130 | 10 | 26 | 461 | 117 | 54 |
| Binary | 11001000 | 11000 | 10111001 | 0 | 1011000 | 1000 | 10110 | 100110001 | 1001111 | 101100 |
Color Harmonies of #C818B9
Complementary color
Monochromatic Colors of #C818B9
Black with #C818B9
Text Example
Text Example
White with #C818B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818B9; }
p { color: rgb(200,24,185); }
H1.HeaderClassName
{
color: #C818B9;
}
.AnyTagClassName
{
color: #C818B9;
}
</style>
background-color css
<style>
a { background-color: #C818B9; }
a { background-color: rgb(200,24,185); }
div.DivClassName
{
background-color: #C818B9;
}
.BgClassName
{
background-color: #C818B9;
}
</style>
border-color css
<style>
span { border-color: #C818B9; }
span { border-color: rgb(200,24,185); }
td.TdClassName
{
border-color: #C818B9;
}
.TagClassName
{
border-color: #C818B9;
}
</style>