Shades of Deep Magenta #C903AC
Tints of Deep Magenta #C903AC
RGB
CMYK
RGB Variations
Color information
#C903AC (or 0xC903AC) is known color: Deep Magenta. HEX triplet: C9, 03 and AC. RGB value is (201,3,172). Sum of RGB (Red+Green+Blue) = 201+3+172=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C903AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C903AC is #36FC53. Grayscale: #505050. Windows color (decimal): -3603540 or 11273161. OLE color: 11273161.
HSL color Cylindrical-coordinate representation of color #C903AC: hue angle of 308.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903AC is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.21 |
| HSL | 308.79º | 0.97% | 0.4% | - |
| HSV(B) | 308.79º | 0.99% | 0.79% | - |
| XYZ | 31.57 | 15.46 | 40.35 | - |
| YUV | 81.47 | 179.1 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 172 | 0 | 0.99 | 0.14 | 0.21 | 308.79 | 0.97 | 0.4 |
| Hex | C9 | 3 | AC | 0 | 63 | E | 15 | 135 | 61 | 28 |
| Octal | 311 | 3 | 254 | 0 | 143 | 16 | 25 | 465 | 141 | 50 |
| Binary | 11001001 | 11 | 10101100 | 0 | 1100011 | 1110 | 10101 | 100110101 | 1100001 | 101000 |
Color Harmonies of #C903AC
Complementary color
Monochromatic Colors of #C903AC
Black with #C903AC
Text Example
Text Example
White with #C903AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903AC; }
p { color: rgb(201,3,172); }
H1.HeaderClassName
{
color: #C903AC;
}
.AnyTagClassName
{
color: #C903AC;
}
</style>
background-color css
<style>
a { background-color: #C903AC; }
a { background-color: rgb(201,3,172); }
div.DivClassName
{
background-color: #C903AC;
}
.BgClassName
{
background-color: #C903AC;
}
</style>
border-color css
<style>
span { border-color: #C903AC; }
span { border-color: rgb(201,3,172); }
td.TdClassName
{
border-color: #C903AC;
}
.TagClassName
{
border-color: #C903AC;
}
</style>