Shades of Deep Magenta #C414BC
Tints of Deep Magenta #C414BC
RGB
CMYK
RGB Variations
Color information
#C414BC (or 0xC414BC) is known color: Deep Magenta. HEX triplet: C4, 14 and BC. RGB value is (196,20,188). Sum of RGB (Red+Green+Blue) = 196+20+188=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C414BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414BC is #3BEB43. Grayscale: #5B5B5B. Windows color (decimal): -3926852 or 12326084. OLE color: 12326084.
HSL color Cylindrical-coordinate representation of color #C414BC: hue angle of 302.73º 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 #C414BC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 188 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.23 |
| HSL | 302.73º | 0.81% | 0.42% | - |
| HSV(B) | 302.73º | 0.9% | 0.77% | - |
| XYZ | 32.09 | 15.87 | 48.95 | - |
| YUV | 91.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 188 | 0 | 0.90 | 0.04 | 0.23 | 302.73 | 0.81 | 0.42 |
| Hex | C4 | 14 | BC | 0 | 5A | 4 | 17 | 12F | 51 | 2A |
| Octal | 304 | 24 | 274 | 0 | 132 | 4 | 27 | 457 | 121 | 52 |
| Binary | 11000100 | 10100 | 10111100 | 0 | 1011010 | 100 | 10111 | 100101111 | 1010001 | 101010 |
Color Harmonies of #C414BC
Complementary color
Monochromatic Colors of #C414BC
Black with #C414BC
Text Example
Text Example
White with #C414BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414BC; }
p { color: rgb(196,20,188); }
H1.HeaderClassName
{
color: #C414BC;
}
.AnyTagClassName
{
color: #C414BC;
}
</style>
background-color css
<style>
a { background-color: #C414BC; }
a { background-color: rgb(196,20,188); }
div.DivClassName
{
background-color: #C414BC;
}
.BgClassName
{
background-color: #C414BC;
}
</style>
border-color css
<style>
span { border-color: #C414BC; }
span { border-color: rgb(196,20,188); }
td.TdClassName
{
border-color: #C414BC;
}
.TagClassName
{
border-color: #C414BC;
}
</style>