Shades of Deep Magenta #C819BE
Tints of Deep Magenta #C819BE
RGB
CMYK
RGB Variations
Color information
#C819BE (or 0xC819BE) is known color: Deep Magenta. HEX triplet: C8, 19 and BE. RGB value is (200,25,190). Sum of RGB (Red+Green+Blue) = 200+25+190=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C819BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819BE is #37E641. Grayscale: #5F5F5F. Windows color (decimal): -3663426 or 12458440. OLE color: 12458440.
HSL color Cylindrical-coordinate representation of color #C819BE: hue angle of 303.43º 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 #C819BE is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 190 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.22 |
| HSL | 303.43º | 0.78% | 0.44% | - |
| HSV(B) | 303.43º | 0.88% | 0.78% | - |
| XYZ | 33.46 | 16.69 | 50.17 | - |
| YUV | 96.14 | 180.98 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 190 | 0 | 0.88 | 0.05 | 0.22 | 303.43 | 0.78 | 0.44 |
| Hex | C8 | 19 | BE | 0 | 58 | 5 | 16 | 12F | 4E | 2C |
| Octal | 310 | 31 | 276 | 0 | 130 | 5 | 26 | 457 | 116 | 54 |
| Binary | 11001000 | 11001 | 10111110 | 0 | 1011000 | 101 | 10110 | 100101111 | 1001110 | 101100 |
Color Harmonies of #C819BE
Complementary color
Monochromatic Colors of #C819BE
Black with #C819BE
Text Example
Text Example
White with #C819BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819BE; }
p { color: rgb(200,25,190); }
H1.HeaderClassName
{
color: #C819BE;
}
.AnyTagClassName
{
color: #C819BE;
}
</style>
background-color css
<style>
a { background-color: #C819BE; }
a { background-color: rgb(200,25,190); }
div.DivClassName
{
background-color: #C819BE;
}
.BgClassName
{
background-color: #C819BE;
}
</style>
border-color css
<style>
span { border-color: #C819BE; }
span { border-color: rgb(200,25,190); }
td.TdClassName
{
border-color: #C819BE;
}
.TagClassName
{
border-color: #C819BE;
}
</style>