Shades of Deep Magenta #C803BB
Tints of Deep Magenta #C803BB
RGB
CMYK
RGB Variations
Color information
#C803BB (or 0xC803BB) is known color: Deep Magenta. HEX triplet: C8, 03 and BB. RGB value is (200,3,187). Sum of RGB (Red+Green+Blue) = 200+3+187=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C803BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803BB is #37FC44. Grayscale: #525252. Windows color (decimal): -3669061 or 12256200. OLE color: 12256200.
HSL color Cylindrical-coordinate representation of color #C803BB: hue angle of 303.96º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803BB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 187 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.22 |
| HSL | 303.96º | 0.97% | 0.4% | - |
| HSV(B) | 303.96º | 0.99% | 0.78% | - |
| XYZ | 32.82 | 15.93 | 48.36 | - |
| YUV | 82.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 187 | 0 | 0.98 | 0.06 | 0.22 | 303.96 | 0.97 | 0.4 |
| Hex | C8 | 3 | BB | 0 | 62 | 6 | 16 | 130 | 61 | 28 |
| Octal | 310 | 3 | 273 | 0 | 142 | 6 | 26 | 460 | 141 | 50 |
| Binary | 11001000 | 11 | 10111011 | 0 | 1100010 | 110 | 10110 | 100110000 | 1100001 | 101000 |
Color Harmonies of #C803BB
Complementary color
Monochromatic Colors of #C803BB
Black with #C803BB
Text Example
Text Example
White with #C803BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803BB; }
p { color: rgb(200,3,187); }
H1.HeaderClassName
{
color: #C803BB;
}
.AnyTagClassName
{
color: #C803BB;
}
</style>
background-color css
<style>
a { background-color: #C803BB; }
a { background-color: rgb(200,3,187); }
div.DivClassName
{
background-color: #C803BB;
}
.BgClassName
{
background-color: #C803BB;
}
</style>
border-color css
<style>
span { border-color: #C803BB; }
span { border-color: rgb(200,3,187); }
td.TdClassName
{
border-color: #C803BB;
}
.TagClassName
{
border-color: #C803BB;
}
</style>