Shades of Deep Magenta #C415C1
Tints of Deep Magenta #C415C1
RGB
CMYK
RGB Variations
Color information
#C415C1 (or 0xC415C1) is known color: Deep Magenta. HEX triplet: C4, 15 and C1. RGB value is (196,21,193). Sum of RGB (Red+Green+Blue) = 196+21+193=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C415C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415C1 is #3BEA3E. Grayscale: #5C5C5C. Windows color (decimal): -3926591 or 12654020. OLE color: 12654020.
HSL color Cylindrical-coordinate representation of color #C415C1: hue angle of 301.03º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C415C1 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 193 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.23 |
| HSL | 301.03º | 0.81% | 0.43% | - |
| HSV(B) | 301.03º | 0.89% | 0.77% | - |
| XYZ | 32.66 | 16.12 | 51.84 | - |
| YUV | 92.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 193 | 0 | 0.89 | 0.02 | 0.23 | 301.03 | 0.81 | 0.43 |
| Hex | C4 | 15 | C1 | 0 | 59 | 2 | 17 | 12D | 51 | 2B |
| Octal | 304 | 25 | 301 | 0 | 131 | 2 | 27 | 455 | 121 | 53 |
| Binary | 11000100 | 10101 | 11000001 | 0 | 1011001 | 10 | 10111 | 100101101 | 1010001 | 101011 |
Color Harmonies of #C415C1
Complementary color
Monochromatic Colors of #C415C1
Black with #C415C1
Text Example
Text Example
White with #C415C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415C1; }
p { color: rgb(196,21,193); }
H1.HeaderClassName
{
color: #C415C1;
}
.AnyTagClassName
{
color: #C415C1;
}
</style>
background-color css
<style>
a { background-color: #C415C1; }
a { background-color: rgb(196,21,193); }
div.DivClassName
{
background-color: #C415C1;
}
.BgClassName
{
background-color: #C415C1;
}
</style>
border-color css
<style>
span { border-color: #C415C1; }
span { border-color: rgb(196,21,193); }
td.TdClassName
{
border-color: #C415C1;
}
.TagClassName
{
border-color: #C415C1;
}
</style>