Shades of Deep Magenta #C813BD
Tints of Deep Magenta #C813BD
RGB
CMYK
RGB Variations
Color information
#C813BD (or 0xC813BD) is known color: Deep Magenta. HEX triplet: C8, 13 and BD. RGB value is (200,19,189). Sum of RGB (Red+Green+Blue) = 200+19+189=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C813BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813BD is #37EC42. Grayscale: #5C5C5C. Windows color (decimal): -3664963 or 12391368. OLE color: 12391368.
HSL color Cylindrical-coordinate representation of color #C813BD: hue angle of 303.65º 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 #C813BD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 189 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.22 |
| HSL | 303.65º | 0.83% | 0.43% | - |
| HSV(B) | 303.65º | 0.91% | 0.78% | - |
| XYZ | 33.24 | 16.42 | 49.56 | - |
| YUV | 92.5 | 182.47 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 189 | 0 | 0.90 | 0.06 | 0.22 | 303.65 | 0.83 | 0.43 |
| Hex | C8 | 13 | BD | 0 | 5A | 6 | 16 | 130 | 53 | 2B |
| Octal | 310 | 23 | 275 | 0 | 132 | 6 | 26 | 460 | 123 | 53 |
| Binary | 11001000 | 10011 | 10111101 | 0 | 1011010 | 110 | 10110 | 100110000 | 1010011 | 101011 |
Color Harmonies of #C813BD
Complementary color
Monochromatic Colors of #C813BD
Black with #C813BD
Text Example
Text Example
White with #C813BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813BD; }
p { color: rgb(200,19,189); }
H1.HeaderClassName
{
color: #C813BD;
}
.AnyTagClassName
{
color: #C813BD;
}
</style>
background-color css
<style>
a { background-color: #C813BD; }
a { background-color: rgb(200,19,189); }
div.DivClassName
{
background-color: #C813BD;
}
.BgClassName
{
background-color: #C813BD;
}
</style>
border-color css
<style>
span { border-color: #C813BD; }
span { border-color: rgb(200,19,189); }
td.TdClassName
{
border-color: #C813BD;
}
.TagClassName
{
border-color: #C813BD;
}
</style>