Shades of Deep Magenta #C800D3
Tints of Deep Magenta #C800D3
RGB
CMYK
RGB Variations
Color information
#C800D3 (or 0xC800D3) is known color: Deep Magenta. HEX triplet: C8, 00 and D3. RGB value is (200,0,211). Sum of RGB (Red+Green+Blue) = 200+0+211=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 211 (82.81% from 255 or 51.34% from 411); Max value from RGB is 211 - color contains mainly: blue. Hex color #C800D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800D3 is #37FF2C. Grayscale: #535353. Windows color (decimal): -3669805 or 13828296. OLE color: 13828296.
HSL color Cylindrical-coordinate representation of color #C800D3: hue angle of 296.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800D3 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 0 | 211 | - |
| CMYK | 0.05 | 1 | 0 | 0.17 |
| HSL | 296.87º | 1% | 0.41% | - |
| HSV(B) | 296.87º | 1% | 0.83% | - |
| XYZ | 35.58 | 16.98 | 63.03 | - |
| YUV | 83.85 | 199.76 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 211 | 0.05 | 1 | 0 | 0.17 | 296.87 | 1 | 0.41 |
| Hex | C8 | 0 | D3 | 5 | 64 | 0 | 11 | 129 | 64 | 29 |
| Octal | 310 | 0 | 323 | 5 | 144 | 0 | 21 | 451 | 144 | 51 |
| Binary | 11001000 | 0 | 11010011 | 101 | 1100100 | 0 | 10001 | 100101001 | 1100100 | 101001 |
Color Harmonies of #C800D3
Complementary color
Monochromatic Colors of #C800D3
Black with #C800D3
Text Example
Text Example
White with #C800D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800D3; }
p { color: rgb(200,0,211); }
H1.HeaderClassName
{
color: #C800D3;
}
.AnyTagClassName
{
color: #C800D3;
}
</style>
background-color css
<style>
a { background-color: #C800D3; }
a { background-color: rgb(200,0,211); }
div.DivClassName
{
background-color: #C800D3;
}
.BgClassName
{
background-color: #C800D3;
}
</style>
border-color css
<style>
span { border-color: #C800D3; }
span { border-color: rgb(200,0,211); }
td.TdClassName
{
border-color: #C800D3;
}
.TagClassName
{
border-color: #C800D3;
}
</style>