Shades of Deep Magenta #C405D3
Tints of Deep Magenta #C405D3
RGB
CMYK
RGB Variations
Color information
#C405D3 (or 0xC405D3) is known color: Deep Magenta. HEX triplet: C4, 05 and D3. RGB value is (196,5,211). Sum of RGB (Red+Green+Blue) = 196+5+211=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #C405D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405D3 is #3BFA2C. Grayscale: #545454. Windows color (decimal): -3930669 or 13829572. OLE color: 13829572.
HSL color Cylindrical-coordinate representation of color #C405D3: hue angle of 295.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405D3 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 5 | 211 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.17 |
| HSL | 295.63º | 0.95% | 0.42% | - |
| HSV(B) | 295.63º | 0.98% | 0.83% | - |
| XYZ | 34.58 | 16.55 | 63 | - |
| YUV | 85.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 211 | 0.07 | 0.98 | 0 | 0.17 | 295.63 | 0.95 | 0.42 |
| Hex | C4 | 5 | D3 | 7 | 62 | 0 | 11 | 128 | 5F | 2A |
| Octal | 304 | 5 | 323 | 7 | 142 | 0 | 21 | 450 | 137 | 52 |
| Binary | 11000100 | 101 | 11010011 | 111 | 1100010 | 0 | 10001 | 100101000 | 1011111 | 101010 |
Color Harmonies of #C405D3
Complementary color
Monochromatic Colors of #C405D3
Black with #C405D3
Text Example
Text Example
White with #C405D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405D3; }
p { color: rgb(196,5,211); }
H1.HeaderClassName
{
color: #C405D3;
}
.AnyTagClassName
{
color: #C405D3;
}
</style>
background-color css
<style>
a { background-color: #C405D3; }
a { background-color: rgb(196,5,211); }
div.DivClassName
{
background-color: #C405D3;
}
.BgClassName
{
background-color: #C405D3;
}
</style>
border-color css
<style>
span { border-color: #C405D3; }
span { border-color: rgb(196,5,211); }
td.TdClassName
{
border-color: #C405D3;
}
.TagClassName
{
border-color: #C405D3;
}
</style>