Shades of Deep Magenta #C926BE
Tints of Deep Magenta #C926BE
RGB
CMYK
RGB Variations
Color information
#C926BE (or 0xC926BE) is known color: Deep Magenta. HEX triplet: C9, 26 and BE. RGB value is (201,38,190). Sum of RGB (Red+Green+Blue) = 201+38+190=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C926BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926BE is #36D941. Grayscale: #676767. Windows color (decimal): -3594562 or 12461769. OLE color: 12461769.
HSL color Cylindrical-coordinate representation of color #C926BE: hue angle of 304.05º 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 #C926BE is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 190 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.21 |
| HSL | 304.05º | 0.68% | 0.47% | - |
| HSV(B) | 304.05º | 0.81% | 0.79% | - |
| XYZ | 34.07 | 17.52 | 50.3 | - |
| YUV | 104.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 190 | 0 | 0.81 | 0.05 | 0.21 | 304.05 | 0.68 | 0.47 |
| Hex | C9 | 26 | BE | 0 | 51 | 5 | 15 | 130 | 44 | 2F |
| Octal | 311 | 46 | 276 | 0 | 121 | 5 | 25 | 460 | 104 | 57 |
| Binary | 11001001 | 100110 | 10111110 | 0 | 1010001 | 101 | 10101 | 100110000 | 1000100 | 101111 |
Color Harmonies of #C926BE
Complementary color
Monochromatic Colors of #C926BE
Black with #C926BE
Text Example
Text Example
White with #C926BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926BE; }
p { color: rgb(201,38,190); }
H1.HeaderClassName
{
color: #C926BE;
}
.AnyTagClassName
{
color: #C926BE;
}
</style>
background-color css
<style>
a { background-color: #C926BE; }
a { background-color: rgb(201,38,190); }
div.DivClassName
{
background-color: #C926BE;
}
.BgClassName
{
background-color: #C926BE;
}
</style>
border-color css
<style>
span { border-color: #C926BE; }
span { border-color: rgb(201,38,190); }
td.TdClassName
{
border-color: #C926BE;
}
.TagClassName
{
border-color: #C926BE;
}
</style>