Shades of Deep Magenta #C819BD
Tints of Deep Magenta #C819BD
RGB
CMYK
RGB Variations
Color information
#C819BD (or 0xC819BD) is known color: Deep Magenta. HEX triplet: C8, 19 and BD. RGB value is (200,25,189). Sum of RGB (Red+Green+Blue) = 200+25+189=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C819BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819BD is #37E642. Grayscale: #5F5F5F. Windows color (decimal): -3663427 or 12392904. OLE color: 12392904.
HSL color Cylindrical-coordinate representation of color #C819BD: hue angle of 303.77º 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 #C819BD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 189 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.22 |
| HSL | 303.77º | 0.78% | 0.44% | - |
| HSV(B) | 303.77º | 0.88% | 0.78% | - |
| XYZ | 33.35 | 16.65 | 49.6 | - |
| YUV | 96.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 189 | 0 | 0.88 | 0.06 | 0.22 | 303.77 | 0.78 | 0.44 |
| Hex | C8 | 19 | BD | 0 | 58 | 6 | 16 | 130 | 4E | 2C |
| Octal | 310 | 31 | 275 | 0 | 130 | 6 | 26 | 460 | 116 | 54 |
| Binary | 11001000 | 11001 | 10111101 | 0 | 1011000 | 110 | 10110 | 100110000 | 1001110 | 101100 |
Color Harmonies of #C819BD
Complementary color
Monochromatic Colors of #C819BD
Black with #C819BD
Text Example
Text Example
White with #C819BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819BD; }
p { color: rgb(200,25,189); }
H1.HeaderClassName
{
color: #C819BD;
}
.AnyTagClassName
{
color: #C819BD;
}
</style>
background-color css
<style>
a { background-color: #C819BD; }
a { background-color: rgb(200,25,189); }
div.DivClassName
{
background-color: #C819BD;
}
.BgClassName
{
background-color: #C819BD;
}
</style>
border-color css
<style>
span { border-color: #C819BD; }
span { border-color: rgb(200,25,189); }
td.TdClassName
{
border-color: #C819BD;
}
.TagClassName
{
border-color: #C819BD;
}
</style>