Shades of Deep Magenta #C805BC
Tints of Deep Magenta #C805BC
RGB
CMYK
RGB Variations
Color information
#C805BC (or 0xC805BC) is known color: Deep Magenta. HEX triplet: C8, 05 and BC. RGB value is (200,5,188). Sum of RGB (Red+Green+Blue) = 200+5+188=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C805BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805BC is #37FA43. Grayscale: #535353. Windows color (decimal): -3668548 or 12322248. OLE color: 12322248.
HSL color Cylindrical-coordinate representation of color #C805BC: hue angle of 303.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805BC is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.22 |
| HSL | 303.69º | 0.95% | 0.4% | - |
| HSV(B) | 303.69º | 0.98% | 0.78% | - |
| XYZ | 32.95 | 16.02 | 48.93 | - |
| YUV | 84.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 188 | 0 | 0.98 | 0.06 | 0.22 | 303.69 | 0.95 | 0.4 |
| Hex | C8 | 5 | BC | 0 | 62 | 6 | 16 | 130 | 5F | 28 |
| Octal | 310 | 5 | 274 | 0 | 142 | 6 | 26 | 460 | 137 | 50 |
| Binary | 11001000 | 101 | 10111100 | 0 | 1100010 | 110 | 10110 | 100110000 | 1011111 | 101000 |
Color Harmonies of #C805BC
Complementary color
Monochromatic Colors of #C805BC
Black with #C805BC
Text Example
Text Example
White with #C805BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805BC; }
p { color: rgb(200,5,188); }
H1.HeaderClassName
{
color: #C805BC;
}
.AnyTagClassName
{
color: #C805BC;
}
</style>
background-color css
<style>
a { background-color: #C805BC; }
a { background-color: rgb(200,5,188); }
div.DivClassName
{
background-color: #C805BC;
}
.BgClassName
{
background-color: #C805BC;
}
</style>
border-color css
<style>
span { border-color: #C805BC; }
span { border-color: rgb(200,5,188); }
td.TdClassName
{
border-color: #C805BC;
}
.TagClassName
{
border-color: #C805BC;
}
</style>