Shades of Deep Magenta #C41BCC
Tints of Deep Magenta #C41BCC
RGB
CMYK
RGB Variations
Color information
#C41BCC (or 0xC41BCC) is known color: Deep Magenta. HEX triplet: C4, 1B and CC. RGB value is (196,27,204). Sum of RGB (Red+Green+Blue) = 196+27+204=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #C41BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BCC is #3BE433. Grayscale: #616161. Windows color (decimal): -3925044 or 13376452. OLE color: 13376452.
HSL color Cylindrical-coordinate representation of color #C41BCC: hue angle of 297.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41BCC is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 27 | 204 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.2 |
| HSL | 297.29º | 0.77% | 0.45% | - |
| HSV(B) | 297.29º | 0.87% | 0.8% | - |
| XYZ | 34.06 | 16.88 | 58.59 | - |
| YUV | 97.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 204 | 0.04 | 0.87 | 0 | 0.2 | 297.29 | 0.77 | 0.45 |
| Hex | C4 | 1B | CC | 4 | 57 | 0 | 14 | 129 | 4D | 2D |
| Octal | 304 | 33 | 314 | 4 | 127 | 0 | 24 | 451 | 115 | 55 |
| Binary | 11000100 | 11011 | 11001100 | 100 | 1010111 | 0 | 10100 | 100101001 | 1001101 | 101101 |
Color Harmonies of #C41BCC
Complementary color
Monochromatic Colors of #C41BCC
Black with #C41BCC
Text Example
Text Example
White with #C41BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BCC; }
p { color: rgb(196,27,204); }
H1.HeaderClassName
{
color: #C41BCC;
}
.AnyTagClassName
{
color: #C41BCC;
}
</style>
background-color css
<style>
a { background-color: #C41BCC; }
a { background-color: rgb(196,27,204); }
div.DivClassName
{
background-color: #C41BCC;
}
.BgClassName
{
background-color: #C41BCC;
}
</style>
border-color css
<style>
span { border-color: #C41BCC; }
span { border-color: rgb(196,27,204); }
td.TdClassName
{
border-color: #C41BCC;
}
.TagClassName
{
border-color: #C41BCC;
}
</style>