Shades of Deep Magenta #C415CF
Tints of Deep Magenta #C415CF
RGB
CMYK
RGB Variations
Color information
#C415CF (or 0xC415CF) is known color: Deep Magenta. HEX triplet: C4, 15 and CF. RGB value is (196,21,207). Sum of RGB (Red+Green+Blue) = 196+21+207=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #C415CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415CF is #3BEA30. Grayscale: #5D5D5D. Windows color (decimal): -3926577 or 13571524. OLE color: 13571524.
HSL color Cylindrical-coordinate representation of color #C415CF: hue angle of 296.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C415CF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 21 | 207 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.19 |
| HSL | 296.45º | 0.82% | 0.45% | - |
| HSV(B) | 296.45º | 0.9% | 0.81% | - |
| XYZ | 34.3 | 16.78 | 60.46 | - |
| YUV | 94.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 207 | 0.05 | 0.90 | 0 | 0.19 | 296.45 | 0.82 | 0.45 |
| Hex | C4 | 15 | CF | 5 | 5A | 0 | 13 | 128 | 52 | 2D |
| Octal | 304 | 25 | 317 | 5 | 132 | 0 | 23 | 450 | 122 | 55 |
| Binary | 11000100 | 10101 | 11001111 | 101 | 1011010 | 0 | 10011 | 100101000 | 1010010 | 101101 |
Color Harmonies of #C415CF
Complementary color
Monochromatic Colors of #C415CF
Black with #C415CF
Text Example
Text Example
White with #C415CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415CF; }
p { color: rgb(196,21,207); }
H1.HeaderClassName
{
color: #C415CF;
}
.AnyTagClassName
{
color: #C415CF;
}
</style>
background-color css
<style>
a { background-color: #C415CF; }
a { background-color: rgb(196,21,207); }
div.DivClassName
{
background-color: #C415CF;
}
.BgClassName
{
background-color: #C415CF;
}
</style>
border-color css
<style>
span { border-color: #C415CF; }
span { border-color: rgb(196,21,207); }
td.TdClassName
{
border-color: #C415CF;
}
.TagClassName
{
border-color: #C415CF;
}
</style>