Shades of Deep Magenta #C403D3
Tints of Deep Magenta #C403D3
RGB
CMYK
RGB Variations
Color information
#C403D3 (or 0xC403D3) is known color: Deep Magenta. HEX triplet: C4, 03 and D3. RGB value is (196,3,211). Sum of RGB (Red+Green+Blue) = 196+3+211=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #C403D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403D3 is #3BFC2C. Grayscale: #535353. Windows color (decimal): -3931181 or 13829060. OLE color: 13829060.
HSL color Cylindrical-coordinate representation of color #C403D3: hue angle of 295.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403D3 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 3 | 211 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.17 |
| HSL | 295.67º | 0.97% | 0.42% | - |
| HSV(B) | 295.67º | 0.99% | 0.83% | - |
| XYZ | 34.56 | 16.5 | 62.99 | - |
| YUV | 84.42 | 199.44 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 211 | 0.07 | 0.99 | 0 | 0.17 | 295.67 | 0.97 | 0.42 |
| Hex | C4 | 3 | D3 | 7 | 63 | 0 | 11 | 128 | 61 | 2A |
| Octal | 304 | 3 | 323 | 7 | 143 | 0 | 21 | 450 | 141 | 52 |
| Binary | 11000100 | 11 | 11010011 | 111 | 1100011 | 0 | 10001 | 100101000 | 1100001 | 101010 |
Color Harmonies of #C403D3
Complementary color
Monochromatic Colors of #C403D3
Black with #C403D3
Text Example
Text Example
White with #C403D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403D3; }
p { color: rgb(196,3,211); }
H1.HeaderClassName
{
color: #C403D3;
}
.AnyTagClassName
{
color: #C403D3;
}
</style>
background-color css
<style>
a { background-color: #C403D3; }
a { background-color: rgb(196,3,211); }
div.DivClassName
{
background-color: #C403D3;
}
.BgClassName
{
background-color: #C403D3;
}
</style>
border-color css
<style>
span { border-color: #C403D3; }
span { border-color: rgb(196,3,211); }
td.TdClassName
{
border-color: #C403D3;
}
.TagClassName
{
border-color: #C403D3;
}
</style>