Shades of Deep Magenta #C808BC
Tints of Deep Magenta #C808BC
RGB
CMYK
RGB Variations
Color information
#C808BC (or 0xC808BC) is known color: Deep Magenta. HEX triplet: C8, 08 and BC. RGB value is (200,8,188). Sum of RGB (Red+Green+Blue) = 200+8+188=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C808BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808BC is #37F743. Grayscale: #555555. Windows color (decimal): -3667780 or 12323016. OLE color: 12323016.
HSL color Cylindrical-coordinate representation of color #C808BC: hue angle of 303.75º 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 #C808BC is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.22 |
| HSL | 303.75º | 0.92% | 0.41% | - |
| HSV(B) | 303.75º | 0.96% | 0.78% | - |
| XYZ | 32.98 | 16.08 | 48.94 | - |
| YUV | 85.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 188 | 0 | 0.96 | 0.06 | 0.22 | 303.75 | 0.92 | 0.41 |
| Hex | C8 | 8 | BC | 0 | 60 | 6 | 16 | 130 | 5C | 29 |
| Octal | 310 | 10 | 274 | 0 | 140 | 6 | 26 | 460 | 134 | 51 |
| Binary | 11001000 | 1000 | 10111100 | 0 | 1100000 | 110 | 10110 | 100110000 | 1011100 | 101001 |
Color Harmonies of #C808BC
Complementary color
Monochromatic Colors of #C808BC
Black with #C808BC
Text Example
Text Example
White with #C808BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808BC; }
p { color: rgb(200,8,188); }
H1.HeaderClassName
{
color: #C808BC;
}
.AnyTagClassName
{
color: #C808BC;
}
</style>
background-color css
<style>
a { background-color: #C808BC; }
a { background-color: rgb(200,8,188); }
div.DivClassName
{
background-color: #C808BC;
}
.BgClassName
{
background-color: #C808BC;
}
</style>
border-color css
<style>
span { border-color: #C808BC; }
span { border-color: rgb(200,8,188); }
td.TdClassName
{
border-color: #C808BC;
}
.TagClassName
{
border-color: #C808BC;
}
</style>