Shades of Deep Magenta #C514BB
Tints of Deep Magenta #C514BB
RGB
CMYK
RGB Variations
Color information
#C514BB (or 0xC514BB) is known color: Deep Magenta. HEX triplet: C5, 14 and BB. RGB value is (197,20,187). Sum of RGB (Red+Green+Blue) = 197+20+187=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C514BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514BB is #3AEB44. Grayscale: #5B5B5B. Windows color (decimal): -3861317 or 12260549. OLE color: 12260549.
HSL color Cylindrical-coordinate representation of color #C514BB: hue angle of 303.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514BB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 187 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.23 |
| HSL | 303.39º | 0.82% | 0.43% | - |
| HSV(B) | 303.39º | 0.9% | 0.77% | - |
| XYZ | 32.25 | 15.96 | 48.39 | - |
| YUV | 91.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 187 | 0 | 0.90 | 0.05 | 0.23 | 303.39 | 0.82 | 0.43 |
| Hex | C5 | 14 | BB | 0 | 5A | 5 | 17 | 12F | 52 | 2B |
| Octal | 305 | 24 | 273 | 0 | 132 | 5 | 27 | 457 | 122 | 53 |
| Binary | 11000101 | 10100 | 10111011 | 0 | 1011010 | 101 | 10111 | 100101111 | 1010010 | 101011 |
Color Harmonies of #C514BB
Complementary color
Monochromatic Colors of #C514BB
Black with #C514BB
Text Example
Text Example
White with #C514BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514BB; }
p { color: rgb(197,20,187); }
H1.HeaderClassName
{
color: #C514BB;
}
.AnyTagClassName
{
color: #C514BB;
}
</style>
background-color css
<style>
a { background-color: #C514BB; }
a { background-color: rgb(197,20,187); }
div.DivClassName
{
background-color: #C514BB;
}
.BgClassName
{
background-color: #C514BB;
}
</style>
border-color css
<style>
span { border-color: #C514BB; }
span { border-color: rgb(197,20,187); }
td.TdClassName
{
border-color: #C514BB;
}
.TagClassName
{
border-color: #C514BB;
}
</style>