Shades of Deep Magenta #C815B2
Tints of Deep Magenta #C815B2
RGB
CMYK
RGB Variations
Color information
#C815B2 (or 0xC815B2) is known color: Deep Magenta. HEX triplet: C8, 15 and B2. RGB value is (200,21,178). Sum of RGB (Red+Green+Blue) = 200+21+178=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C815B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C815B2 is #37EA4D. Grayscale: #5B5B5B. Windows color (decimal): -3664462 or 11670984. OLE color: 11670984.
HSL color Cylindrical-coordinate representation of color #C815B2: hue angle of 307.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C815B2 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 178 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.22 |
| HSL | 307.37º | 0.81% | 0.43% | - |
| HSV(B) | 307.37º | 0.9% | 0.78% | - |
| XYZ | 32.12 | 16.03 | 43.52 | - |
| YUV | 92.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 178 | 0 | 0.90 | 0.11 | 0.22 | 307.37 | 0.81 | 0.43 |
| Hex | C8 | 15 | B2 | 0 | 5A | B | 16 | 133 | 51 | 2B |
| Octal | 310 | 25 | 262 | 0 | 132 | 13 | 26 | 463 | 121 | 53 |
| Binary | 11001000 | 10101 | 10110010 | 0 | 1011010 | 1011 | 10110 | 100110011 | 1010001 | 101011 |
Color Harmonies of #C815B2
Complementary color
Monochromatic Colors of #C815B2
Black with #C815B2
Text Example
Text Example
White with #C815B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815B2; }
p { color: rgb(200,21,178); }
H1.HeaderClassName
{
color: #C815B2;
}
.AnyTagClassName
{
color: #C815B2;
}
</style>
background-color css
<style>
a { background-color: #C815B2; }
a { background-color: rgb(200,21,178); }
div.DivClassName
{
background-color: #C815B2;
}
.BgClassName
{
background-color: #C815B2;
}
</style>
border-color css
<style>
span { border-color: #C815B2; }
span { border-color: rgb(200,21,178); }
td.TdClassName
{
border-color: #C815B2;
}
.TagClassName
{
border-color: #C815B2;
}
</style>