Shades of Deep Magenta #C413D2
Tints of Deep Magenta #C413D2
RGB
CMYK
RGB Variations
Color information
#C413D2 (or 0xC413D2) is known color: Deep Magenta. HEX triplet: C4, 13 and D2. RGB value is (196,19,210). Sum of RGB (Red+Green+Blue) = 196+19+210=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #C413D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413D2 is #3BEC2D. Grayscale: #5D5D5D. Windows color (decimal): -3927086 or 13767620. OLE color: 13767620.
HSL color Cylindrical-coordinate representation of color #C413D2: hue angle of 295.6º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C413D2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 19 | 210 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.18 |
| HSL | 295.6º | 0.83% | 0.45% | - |
| HSV(B) | 295.6º | 0.91% | 0.82% | - |
| XYZ | 34.63 | 16.85 | 62.4 | - |
| YUV | 93.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 210 | 0.07 | 0.91 | 0 | 0.18 | 295.6 | 0.83 | 0.45 |
| Hex | C4 | 13 | D2 | 7 | 5B | 0 | 12 | 128 | 53 | 2D |
| Octal | 304 | 23 | 322 | 7 | 133 | 0 | 22 | 450 | 123 | 55 |
| Binary | 11000100 | 10011 | 11010010 | 111 | 1011011 | 0 | 10010 | 100101000 | 1010011 | 101101 |
Color Harmonies of #C413D2
Complementary color
Monochromatic Colors of #C413D2
Black with #C413D2
Text Example
Text Example
White with #C413D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413D2; }
p { color: rgb(196,19,210); }
H1.HeaderClassName
{
color: #C413D2;
}
.AnyTagClassName
{
color: #C413D2;
}
</style>
background-color css
<style>
a { background-color: #C413D2; }
a { background-color: rgb(196,19,210); }
div.DivClassName
{
background-color: #C413D2;
}
.BgClassName
{
background-color: #C413D2;
}
</style>
border-color css
<style>
span { border-color: #C413D2; }
span { border-color: rgb(196,19,210); }
td.TdClassName
{
border-color: #C413D2;
}
.TagClassName
{
border-color: #C413D2;
}
</style>