Shades of Deep Magenta #C926BC
Tints of Deep Magenta #C926BC
RGB
CMYK
RGB Variations
Color information
#C926BC (or 0xC926BC) is known color: Deep Magenta. HEX triplet: C9, 26 and BC. RGB value is (201,38,188). Sum of RGB (Red+Green+Blue) = 201+38+188=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C926BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926BC is #36D943. Grayscale: #676767. Windows color (decimal): -3594564 or 12330697. OLE color: 12330697.
HSL color Cylindrical-coordinate representation of color #C926BC: hue angle of 304.79º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C926BC is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 188 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.21 |
| HSL | 304.79º | 0.68% | 0.47% | - |
| HSV(B) | 304.79º | 0.81% | 0.79% | - |
| XYZ | 33.86 | 17.43 | 49.16 | - |
| YUV | 103.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 188 | 0 | 0.81 | 0.06 | 0.21 | 304.79 | 0.68 | 0.47 |
| Hex | C9 | 26 | BC | 0 | 51 | 6 | 15 | 131 | 44 | 2F |
| Octal | 311 | 46 | 274 | 0 | 121 | 6 | 25 | 461 | 104 | 57 |
| Binary | 11001001 | 100110 | 10111100 | 0 | 1010001 | 110 | 10101 | 100110001 | 1000100 | 101111 |
Color Harmonies of #C926BC
Complementary color
Monochromatic Colors of #C926BC
Black with #C926BC
Text Example
Text Example
White with #C926BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926BC; }
p { color: rgb(201,38,188); }
H1.HeaderClassName
{
color: #C926BC;
}
.AnyTagClassName
{
color: #C926BC;
}
</style>
background-color css
<style>
a { background-color: #C926BC; }
a { background-color: rgb(201,38,188); }
div.DivClassName
{
background-color: #C926BC;
}
.BgClassName
{
background-color: #C926BC;
}
</style>
border-color css
<style>
span { border-color: #C926BC; }
span { border-color: rgb(201,38,188); }
td.TdClassName
{
border-color: #C926BC;
}
.TagClassName
{
border-color: #C926BC;
}
</style>