Shades of Deep Magenta #C808BE
Tints of Deep Magenta #C808BE
RGB
CMYK
RGB Variations
Color information
#C808BE (or 0xC808BE) is known color: Deep Magenta. HEX triplet: C8, 08 and BE. RGB value is (200,8,190). Sum of RGB (Red+Green+Blue) = 200+8+190=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C808BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808BE is #37F741. Grayscale: #555555. Windows color (decimal): -3667778 or 12454088. OLE color: 12454088.
HSL color Cylindrical-coordinate representation of color #C808BE: hue angle of 303.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C808BE is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 190 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.22 |
| HSL | 303.13º | 0.92% | 0.41% | - |
| HSV(B) | 303.13º | 0.96% | 0.78% | - |
| XYZ | 33.2 | 16.17 | 50.09 | - |
| YUV | 86.16 | 186.61 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 190 | 0 | 0.96 | 0.05 | 0.22 | 303.13 | 0.92 | 0.41 |
| Hex | C8 | 8 | BE | 0 | 60 | 5 | 16 | 12F | 5C | 29 |
| Octal | 310 | 10 | 276 | 0 | 140 | 5 | 26 | 457 | 134 | 51 |
| Binary | 11001000 | 1000 | 10111110 | 0 | 1100000 | 101 | 10110 | 100101111 | 1011100 | 101001 |
Color Harmonies of #C808BE
Complementary color
Monochromatic Colors of #C808BE
Black with #C808BE
Text Example
Text Example
White with #C808BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808BE; }
p { color: rgb(200,8,190); }
H1.HeaderClassName
{
color: #C808BE;
}
.AnyTagClassName
{
color: #C808BE;
}
</style>
background-color css
<style>
a { background-color: #C808BE; }
a { background-color: rgb(200,8,190); }
div.DivClassName
{
background-color: #C808BE;
}
.BgClassName
{
background-color: #C808BE;
}
</style>
border-color css
<style>
span { border-color: #C808BE; }
span { border-color: rgb(200,8,190); }
td.TdClassName
{
border-color: #C808BE;
}
.TagClassName
{
border-color: #C808BE;
}
</style>