Shades of Deep Magenta #C41CCC
Tints of Deep Magenta #C41CCC
RGB
CMYK
RGB Variations
Color information
#C41CCC (or 0xC41CCC) is known color: Deep Magenta. HEX triplet: C4, 1C and CC. RGB value is (196,28,204). Sum of RGB (Red+Green+Blue) = 196+28+204=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C41CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CCC is #3BE333. Grayscale: #616161. Windows color (decimal): -3924788 or 13376708. OLE color: 13376708.
HSL color Cylindrical-coordinate representation of color #C41CCC: hue angle of 297.27º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41CCC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 28 | 204 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.2 |
| HSL | 297.27º | 0.76% | 0.45% | - |
| HSV(B) | 297.27º | 0.86% | 0.8% | - |
| XYZ | 34.08 | 16.93 | 58.6 | - |
| YUV | 98.3 | 187.66 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 204 | 0.04 | 0.86 | 0 | 0.2 | 297.27 | 0.76 | 0.45 |
| Hex | C4 | 1C | CC | 4 | 56 | 0 | 14 | 129 | 4C | 2D |
| Octal | 304 | 34 | 314 | 4 | 126 | 0 | 24 | 451 | 114 | 55 |
| Binary | 11000100 | 11100 | 11001100 | 100 | 1010110 | 0 | 10100 | 100101001 | 1001100 | 101101 |
Color Harmonies of #C41CCC
Complementary color
Monochromatic Colors of #C41CCC
Black with #C41CCC
Text Example
Text Example
White with #C41CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CCC; }
p { color: rgb(196,28,204); }
H1.HeaderClassName
{
color: #C41CCC;
}
.AnyTagClassName
{
color: #C41CCC;
}
</style>
background-color css
<style>
a { background-color: #C41CCC; }
a { background-color: rgb(196,28,204); }
div.DivClassName
{
background-color: #C41CCC;
}
.BgClassName
{
background-color: #C41CCC;
}
</style>
border-color css
<style>
span { border-color: #C41CCC; }
span { border-color: rgb(196,28,204); }
td.TdClassName
{
border-color: #C41CCC;
}
.TagClassName
{
border-color: #C41CCC;
}
</style>