Shades of Deep Magenta #C813BA
Tints of Deep Magenta #C813BA
RGB
CMYK
RGB Variations
Color information
#C813BA (or 0xC813BA) is known color: Deep Magenta. HEX triplet: C8, 13 and BA. RGB value is (200,19,186). Sum of RGB (Red+Green+Blue) = 200+19+186=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C813BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813BA is #37EC45. Grayscale: #5B5B5B. Windows color (decimal): -3664966 or 12194760. OLE color: 12194760.
HSL color Cylindrical-coordinate representation of color #C813BA: hue angle of 304.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C813BA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 186 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.22 |
| HSL | 304.64º | 0.83% | 0.43% | - |
| HSV(B) | 304.64º | 0.91% | 0.78% | - |
| XYZ | 32.92 | 16.29 | 47.86 | - |
| YUV | 92.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 186 | 0 | 0.90 | 0.07 | 0.22 | 304.64 | 0.83 | 0.43 |
| Hex | C8 | 13 | BA | 0 | 5A | 7 | 16 | 131 | 53 | 2B |
| Octal | 310 | 23 | 272 | 0 | 132 | 7 | 26 | 461 | 123 | 53 |
| Binary | 11001000 | 10011 | 10111010 | 0 | 1011010 | 111 | 10110 | 100110001 | 1010011 | 101011 |
Color Harmonies of #C813BA
Complementary color
Monochromatic Colors of #C813BA
Black with #C813BA
Text Example
Text Example
White with #C813BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813BA; }
p { color: rgb(200,19,186); }
H1.HeaderClassName
{
color: #C813BA;
}
.AnyTagClassName
{
color: #C813BA;
}
</style>
background-color css
<style>
a { background-color: #C813BA; }
a { background-color: rgb(200,19,186); }
div.DivClassName
{
background-color: #C813BA;
}
.BgClassName
{
background-color: #C813BA;
}
</style>
border-color css
<style>
span { border-color: #C813BA; }
span { border-color: rgb(200,19,186); }
td.TdClassName
{
border-color: #C813BA;
}
.TagClassName
{
border-color: #C813BA;
}
</style>