Shades of Deep Magenta #C814BB
Tints of Deep Magenta #C814BB
RGB
CMYK
RGB Variations
Color information
#C814BB (or 0xC814BB) is known color: Deep Magenta. HEX triplet: C8, 14 and BB. RGB value is (200,20,187). Sum of RGB (Red+Green+Blue) = 200+20+187=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C814BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814BB is #37EB44. Grayscale: #5C5C5C. Windows color (decimal): -3664709 or 12260552. OLE color: 12260552.
HSL color Cylindrical-coordinate representation of color #C814BB: hue angle of 304.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814BB is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 187 | - |
| CMYK | 0 | 0.9 | 0.06 | 0.22 |
| HSL | 304.33º | 0.82% | 0.43% | - |
| HSV(B) | 304.33º | 0.9% | 0.78% | - |
| XYZ | 33.04 | 16.37 | 48.43 | - |
| YUV | 92.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 187 | 0 | 0.9 | 0.06 | 0.22 | 304.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | BB | 0 | 5A | 6 | 16 | 130 | 52 | 2B |
| Octal | 310 | 24 | 273 | 0 | 132 | 6 | 26 | 460 | 122 | 53 |
| Binary | 11001000 | 10100 | 10111011 | 0 | 1011010 | 110 | 10110 | 100110000 | 1010010 | 101011 |
Color Harmonies of #C814BB
Complementary color
Monochromatic Colors of #C814BB
Black with #C814BB
Text Example
Text Example
White with #C814BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814BB; }
p { color: rgb(200,20,187); }
H1.HeaderClassName
{
color: #C814BB;
}
.AnyTagClassName
{
color: #C814BB;
}
</style>
background-color css
<style>
a { background-color: #C814BB; }
a { background-color: rgb(200,20,187); }
div.DivClassName
{
background-color: #C814BB;
}
.BgClassName
{
background-color: #C814BB;
}
</style>
border-color css
<style>
span { border-color: #C814BB; }
span { border-color: rgb(200,20,187); }
td.TdClassName
{
border-color: #C814BB;
}
.TagClassName
{
border-color: #C814BB;
}
</style>