Shades of Deep Magenta #C415CC
Tints of Deep Magenta #C415CC
RGB
CMYK
RGB Variations
Color information
#C415CC (or 0xC415CC) is known color: Deep Magenta. HEX triplet: C4, 15 and CC. RGB value is (196,21,204). Sum of RGB (Red+Green+Blue) = 196+21+204=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #C415CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415CC is #3BEA33. Grayscale: #5D5D5D. Windows color (decimal): -3926580 or 13374916. OLE color: 13374916.
HSL color Cylindrical-coordinate representation of color #C415CC: hue angle of 297.38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C415CC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 21 | 204 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.2 |
| HSL | 297.38º | 0.81% | 0.44% | - |
| HSV(B) | 297.38º | 0.9% | 0.8% | - |
| XYZ | 33.93 | 16.63 | 58.55 | - |
| YUV | 94.19 | 189.98 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 204 | 0.04 | 0.90 | 0 | 0.2 | 297.38 | 0.81 | 0.44 |
| Hex | C4 | 15 | CC | 4 | 5A | 0 | 14 | 129 | 51 | 2C |
| Octal | 304 | 25 | 314 | 4 | 132 | 0 | 24 | 451 | 121 | 54 |
| Binary | 11000100 | 10101 | 11001100 | 100 | 1011010 | 0 | 10100 | 100101001 | 1010001 | 101100 |
Color Harmonies of #C415CC
Complementary color
Monochromatic Colors of #C415CC
Black with #C415CC
Text Example
Text Example
White with #C415CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415CC; }
p { color: rgb(196,21,204); }
H1.HeaderClassName
{
color: #C415CC;
}
.AnyTagClassName
{
color: #C415CC;
}
</style>
background-color css
<style>
a { background-color: #C415CC; }
a { background-color: rgb(196,21,204); }
div.DivClassName
{
background-color: #C415CC;
}
.BgClassName
{
background-color: #C415CC;
}
</style>
border-color css
<style>
span { border-color: #C415CC; }
span { border-color: rgb(196,21,204); }
td.TdClassName
{
border-color: #C415CC;
}
.TagClassName
{
border-color: #C415CC;
}
</style>