Shades of Deep Magenta #C815BF
Tints of Deep Magenta #C815BF
RGB
CMYK
RGB Variations
Color information
#C815BF (or 0xC815BF) is known color: Deep Magenta. HEX triplet: C8, 15 and BF. RGB value is (200,21,191). Sum of RGB (Red+Green+Blue) = 200+21+191=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C815BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815BF is #37EA40. Grayscale: #5D5D5D. Windows color (decimal): -3664449 or 12522952. OLE color: 12522952.
HSL color Cylindrical-coordinate representation of color #C815BF: hue angle of 303.02º 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 #C815BF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.22 |
| HSL | 303.02º | 0.81% | 0.43% | - |
| HSV(B) | 303.02º | 0.9% | 0.78% | - |
| XYZ | 33.49 | 16.58 | 50.72 | - |
| YUV | 93.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 191 | 0 | 0.90 | 0.04 | 0.22 | 303.02 | 0.81 | 0.43 |
| Hex | C8 | 15 | BF | 0 | 5A | 4 | 16 | 12F | 51 | 2B |
| Octal | 310 | 25 | 277 | 0 | 132 | 4 | 26 | 457 | 121 | 53 |
| Binary | 11001000 | 10101 | 10111111 | 0 | 1011010 | 100 | 10110 | 100101111 | 1010001 | 101011 |
Color Harmonies of #C815BF
Complementary color
Monochromatic Colors of #C815BF
Black with #C815BF
Text Example
Text Example
White with #C815BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815BF; }
p { color: rgb(200,21,191); }
H1.HeaderClassName
{
color: #C815BF;
}
.AnyTagClassName
{
color: #C815BF;
}
</style>
background-color css
<style>
a { background-color: #C815BF; }
a { background-color: rgb(200,21,191); }
div.DivClassName
{
background-color: #C815BF;
}
.BgClassName
{
background-color: #C815BF;
}
</style>
border-color css
<style>
span { border-color: #C815BF; }
span { border-color: rgb(200,21,191); }
td.TdClassName
{
border-color: #C815BF;
}
.TagClassName
{
border-color: #C815BF;
}
</style>