Shades of Deep Magenta #C403D6
Tints of Deep Magenta #C403D6
RGB
CMYK
RGB Variations
Color information
#C403D6 (or 0xC403D6) is known color: Deep Magenta. HEX triplet: C4, 03 and D6. RGB value is (196,3,214). Sum of RGB (Red+Green+Blue) = 196+3+214=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #C403D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403D6 is #3BFC29. Grayscale: #545454. Windows color (decimal): -3931178 or 14025668. OLE color: 14025668.
HSL color Cylindrical-coordinate representation of color #C403D6: hue angle of 294.88º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403D6 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 3 | 214 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.16 |
| HSL | 294.88º | 0.97% | 0.43% | - |
| HSV(B) | 294.88º | 0.99% | 0.84% | - |
| XYZ | 34.94 | 16.66 | 64.99 | - |
| YUV | 84.76 | 200.94 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 214 | 0.08 | 0.99 | 0 | 0.16 | 294.88 | 0.97 | 0.43 |
| Hex | C4 | 3 | D6 | 8 | 63 | 0 | 10 | 127 | 61 | 2B |
| Octal | 304 | 3 | 326 | 10 | 143 | 0 | 20 | 447 | 141 | 53 |
| Binary | 11000100 | 11 | 11010110 | 1000 | 1100011 | 0 | 10000 | 100100111 | 1100001 | 101011 |
Color Harmonies of #C403D6
Complementary color
Monochromatic Colors of #C403D6
Black with #C403D6
Text Example
Text Example
White with #C403D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403D6; }
p { color: rgb(196,3,214); }
H1.HeaderClassName
{
color: #C403D6;
}
.AnyTagClassName
{
color: #C403D6;
}
</style>
background-color css
<style>
a { background-color: #C403D6; }
a { background-color: rgb(196,3,214); }
div.DivClassName
{
background-color: #C403D6;
}
.BgClassName
{
background-color: #C403D6;
}
</style>
border-color css
<style>
span { border-color: #C403D6; }
span { border-color: rgb(196,3,214); }
td.TdClassName
{
border-color: #C403D6;
}
.TagClassName
{
border-color: #C403D6;
}
</style>