Shades of Deep Magenta #C41BD5
Tints of Deep Magenta #C41BD5
RGB
CMYK
RGB Variations
Color information
#C41BD5 (or 0xC41BD5) is known color: Deep Magenta. HEX triplet: C4, 1B and D5. RGB value is (196,27,213). Sum of RGB (Red+Green+Blue) = 196+27+213=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #C41BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BD5 is #3BE42A. Grayscale: #626262. Windows color (decimal): -3925035 or 13966276. OLE color: 13966276.
HSL color Cylindrical-coordinate representation of color #C41BD5: hue angle of 294.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41BD5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 27 | 213 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.16 |
| HSL | 294.52º | 0.78% | 0.47% | - |
| HSV(B) | 294.52º | 0.87% | 0.84% | - |
| XYZ | 35.17 | 17.32 | 64.44 | - |
| YUV | 98.74 | 192.49 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 213 | 0.08 | 0.87 | 0 | 0.16 | 294.52 | 0.78 | 0.47 |
| Hex | C4 | 1B | D5 | 8 | 57 | 0 | 10 | 127 | 4E | 2F |
| Octal | 304 | 33 | 325 | 10 | 127 | 0 | 20 | 447 | 116 | 57 |
| Binary | 11000100 | 11011 | 11010101 | 1000 | 1010111 | 0 | 10000 | 100100111 | 1001110 | 101111 |
Color Harmonies of #C41BD5
Complementary color
Monochromatic Colors of #C41BD5
Black with #C41BD5
Text Example
Text Example
White with #C41BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BD5; }
p { color: rgb(196,27,213); }
H1.HeaderClassName
{
color: #C41BD5;
}
.AnyTagClassName
{
color: #C41BD5;
}
</style>
background-color css
<style>
a { background-color: #C41BD5; }
a { background-color: rgb(196,27,213); }
div.DivClassName
{
background-color: #C41BD5;
}
.BgClassName
{
background-color: #C41BD5;
}
</style>
border-color css
<style>
span { border-color: #C41BD5; }
span { border-color: rgb(196,27,213); }
td.TdClassName
{
border-color: #C41BD5;
}
.TagClassName
{
border-color: #C41BD5;
}
</style>