Shades of Deep Magenta #C912BC
Tints of Deep Magenta #C912BC
RGB
CMYK
RGB Variations
Color information
#C912BC (or 0xC912BC) is known color: Deep Magenta. HEX triplet: C9, 12 and BC. RGB value is (201,18,188). Sum of RGB (Red+Green+Blue) = 201+18+188=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C912BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912BC is #36ED43. Grayscale: #5B5B5B. Windows color (decimal): -3599684 or 12325577. OLE color: 12325577.
HSL color Cylindrical-coordinate representation of color #C912BC: hue angle of 304.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912BC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 188 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.21 |
| HSL | 304.26º | 0.84% | 0.43% | - |
| HSV(B) | 304.26º | 0.91% | 0.79% | - |
| XYZ | 33.38 | 16.48 | 49 | - |
| YUV | 92.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 188 | 0 | 0.91 | 0.06 | 0.21 | 304.26 | 0.84 | 0.43 |
| Hex | C9 | 12 | BC | 0 | 5B | 6 | 15 | 130 | 54 | 2B |
| Octal | 311 | 22 | 274 | 0 | 133 | 6 | 25 | 460 | 124 | 53 |
| Binary | 11001001 | 10010 | 10111100 | 0 | 1011011 | 110 | 10101 | 100110000 | 1010100 | 101011 |
Color Harmonies of #C912BC
Complementary color
Monochromatic Colors of #C912BC
Black with #C912BC
Text Example
Text Example
White with #C912BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912BC; }
p { color: rgb(201,18,188); }
H1.HeaderClassName
{
color: #C912BC;
}
.AnyTagClassName
{
color: #C912BC;
}
</style>
background-color css
<style>
a { background-color: #C912BC; }
a { background-color: rgb(201,18,188); }
div.DivClassName
{
background-color: #C912BC;
}
.BgClassName
{
background-color: #C912BC;
}
</style>
border-color css
<style>
span { border-color: #C912BC; }
span { border-color: rgb(201,18,188); }
td.TdClassName
{
border-color: #C912BC;
}
.TagClassName
{
border-color: #C912BC;
}
</style>