Shades of Deep Magenta #C414BB
Tints of Deep Magenta #C414BB
RGB
CMYK
RGB Variations
Color information
#C414BB (or 0xC414BB) is known color: Deep Magenta. HEX triplet: C4, 14 and BB. RGB value is (196,20,187). Sum of RGB (Red+Green+Blue) = 196+20+187=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C414BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414BB is #3BEB44. Grayscale: #5B5B5B. Windows color (decimal): -3926853 or 12260548. OLE color: 12260548.
HSL color Cylindrical-coordinate representation of color #C414BB: hue angle of 303.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414BB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 187 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.23 |
| HSL | 303.07º | 0.81% | 0.42% | - |
| HSV(B) | 303.07º | 0.9% | 0.77% | - |
| XYZ | 31.98 | 15.82 | 48.38 | - |
| YUV | 91.66 | 181.81 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 187 | 0 | 0.90 | 0.05 | 0.23 | 303.07 | 0.81 | 0.42 |
| Hex | C4 | 14 | BB | 0 | 5A | 5 | 17 | 12F | 51 | 2A |
| Octal | 304 | 24 | 273 | 0 | 132 | 5 | 27 | 457 | 121 | 52 |
| Binary | 11000100 | 10100 | 10111011 | 0 | 1011010 | 101 | 10111 | 100101111 | 1010001 | 101010 |
Color Harmonies of #C414BB
Complementary color
Monochromatic Colors of #C414BB
Black with #C414BB
Text Example
Text Example
White with #C414BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414BB; }
p { color: rgb(196,20,187); }
H1.HeaderClassName
{
color: #C414BB;
}
.AnyTagClassName
{
color: #C414BB;
}
</style>
background-color css
<style>
a { background-color: #C414BB; }
a { background-color: rgb(196,20,187); }
div.DivClassName
{
background-color: #C414BB;
}
.BgClassName
{
background-color: #C414BB;
}
</style>
border-color css
<style>
span { border-color: #C414BB; }
span { border-color: rgb(196,20,187); }
td.TdClassName
{
border-color: #C414BB;
}
.TagClassName
{
border-color: #C414BB;
}
</style>