Shades of Deep Magenta #C415D2
Tints of Deep Magenta #C415D2
RGB
CMYK
RGB Variations
Color information
#C415D2 (or 0xC415D2) is known color: Deep Magenta. HEX triplet: C4, 15 and D2. RGB value is (196,21,210). Sum of RGB (Red+Green+Blue) = 196+21+210=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #C415D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415D2 is #3BEA2D. Grayscale: #5E5E5E. Windows color (decimal): -3926574 or 13768132. OLE color: 13768132.
HSL color Cylindrical-coordinate representation of color #C415D2: hue angle of 295.56º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C415D2 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 21 | 210 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.18 |
| HSL | 295.56º | 0.82% | 0.45% | - |
| HSV(B) | 295.56º | 0.9% | 0.82% | - |
| XYZ | 34.67 | 16.93 | 62.41 | - |
| YUV | 94.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 210 | 0.07 | 0.90 | 0 | 0.18 | 295.56 | 0.82 | 0.45 |
| Hex | C4 | 15 | D2 | 7 | 5A | 0 | 12 | 128 | 52 | 2D |
| Octal | 304 | 25 | 322 | 7 | 132 | 0 | 22 | 450 | 122 | 55 |
| Binary | 11000100 | 10101 | 11010010 | 111 | 1011010 | 0 | 10010 | 100101000 | 1010010 | 101101 |
Color Harmonies of #C415D2
Complementary color
Monochromatic Colors of #C415D2
Black with #C415D2
Text Example
Text Example
White with #C415D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415D2; }
p { color: rgb(196,21,210); }
H1.HeaderClassName
{
color: #C415D2;
}
.AnyTagClassName
{
color: #C415D2;
}
</style>
background-color css
<style>
a { background-color: #C415D2; }
a { background-color: rgb(196,21,210); }
div.DivClassName
{
background-color: #C415D2;
}
.BgClassName
{
background-color: #C415D2;
}
</style>
border-color css
<style>
span { border-color: #C415D2; }
span { border-color: rgb(196,21,210); }
td.TdClassName
{
border-color: #C415D2;
}
.TagClassName
{
border-color: #C415D2;
}
</style>