Shades of Deep Magenta #C803AC
Tints of Deep Magenta #C803AC
RGB
CMYK
RGB Variations
Color information
#C803AC (or 0xC803AC) is known color: Deep Magenta. HEX triplet: C8, 03 and AC. RGB value is (200,3,172). Sum of RGB (Red+Green+Blue) = 200+3+172=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C803AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C803AC is #37FC53. Grayscale: #505050. Windows color (decimal): -3669076 or 11273160. OLE color: 11273160.
HSL color Cylindrical-coordinate representation of color #C803AC: hue angle of 308.53º 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 #C803AC is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 172 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.22 |
| HSL | 308.53º | 0.97% | 0.4% | - |
| HSV(B) | 308.53º | 0.99% | 0.78% | - |
| XYZ | 31.3 | 15.32 | 40.34 | - |
| YUV | 81.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 172 | 0 | 0.98 | 0.14 | 0.22 | 308.53 | 0.97 | 0.4 |
| Hex | C8 | 3 | AC | 0 | 62 | E | 16 | 135 | 61 | 28 |
| Octal | 310 | 3 | 254 | 0 | 142 | 16 | 26 | 465 | 141 | 50 |
| Binary | 11001000 | 11 | 10101100 | 0 | 1100010 | 1110 | 10110 | 100110101 | 1100001 | 101000 |
Color Harmonies of #C803AC
Complementary color
Monochromatic Colors of #C803AC
Black with #C803AC
Text Example
Text Example
White with #C803AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803AC; }
p { color: rgb(200,3,172); }
H1.HeaderClassName
{
color: #C803AC;
}
.AnyTagClassName
{
color: #C803AC;
}
</style>
background-color css
<style>
a { background-color: #C803AC; }
a { background-color: rgb(200,3,172); }
div.DivClassName
{
background-color: #C803AC;
}
.BgClassName
{
background-color: #C803AC;
}
</style>
border-color css
<style>
span { border-color: #C803AC; }
span { border-color: rgb(200,3,172); }
td.TdClassName
{
border-color: #C803AC;
}
.TagClassName
{
border-color: #C803AC;
}
</style>