Shades of Deep Magenta #C914BB
Tints of Deep Magenta #C914BB
RGB
CMYK
RGB Variations
Color information
#C914BB (or 0xC914BB) is known color: Deep Magenta. HEX triplet: C9, 14 and BB. RGB value is (201,20,187). Sum of RGB (Red+Green+Blue) = 201+20+187=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C914BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914BB is #36EB44. Grayscale: #5C5C5C. Windows color (decimal): -3599173 or 12260553. OLE color: 12260553.
HSL color Cylindrical-coordinate representation of color #C914BB: hue angle of 304.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914BB is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 187 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.21 |
| HSL | 304.64º | 0.82% | 0.43% | - |
| HSV(B) | 304.64º | 0.9% | 0.79% | - |
| XYZ | 33.31 | 16.51 | 48.44 | - |
| YUV | 93.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 187 | 0 | 0.90 | 0.07 | 0.21 | 304.64 | 0.82 | 0.43 |
| Hex | C9 | 14 | BB | 0 | 5A | 7 | 15 | 131 | 52 | 2B |
| Octal | 311 | 24 | 273 | 0 | 132 | 7 | 25 | 461 | 122 | 53 |
| Binary | 11001001 | 10100 | 10111011 | 0 | 1011010 | 111 | 10101 | 100110001 | 1010010 | 101011 |
Color Harmonies of #C914BB
Complementary color
Monochromatic Colors of #C914BB
Black with #C914BB
Text Example
Text Example
White with #C914BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914BB; }
p { color: rgb(201,20,187); }
H1.HeaderClassName
{
color: #C914BB;
}
.AnyTagClassName
{
color: #C914BB;
}
</style>
background-color css
<style>
a { background-color: #C914BB; }
a { background-color: rgb(201,20,187); }
div.DivClassName
{
background-color: #C914BB;
}
.BgClassName
{
background-color: #C914BB;
}
</style>
border-color css
<style>
span { border-color: #C914BB; }
span { border-color: rgb(201,20,187); }
td.TdClassName
{
border-color: #C914BB;
}
.TagClassName
{
border-color: #C914BB;
}
</style>