Shades of Deep Magenta #C826BC
Tints of Deep Magenta #C826BC
RGB
CMYK
RGB Variations
Color information
#C826BC (or 0xC826BC) is known color: Deep Magenta. HEX triplet: C8, 26 and BC. RGB value is (200,38,188). Sum of RGB (Red+Green+Blue) = 200+38+188=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C826BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826BC is #37D943. Grayscale: #676767. Windows color (decimal): -3660100 or 12330696. OLE color: 12330696.
HSL color Cylindrical-coordinate representation of color #C826BC: hue angle of 304.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C826BC is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 188 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.22 |
| HSL | 304.44º | 0.68% | 0.47% | - |
| HSV(B) | 304.44º | 0.81% | 0.78% | - |
| XYZ | 33.59 | 17.3 | 49.15 | - |
| YUV | 103.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 188 | 0 | 0.81 | 0.06 | 0.22 | 304.44 | 0.68 | 0.47 |
| Hex | C8 | 26 | BC | 0 | 51 | 6 | 16 | 130 | 44 | 2F |
| Octal | 310 | 46 | 274 | 0 | 121 | 6 | 26 | 460 | 104 | 57 |
| Binary | 11001000 | 100110 | 10111100 | 0 | 1010001 | 110 | 10110 | 100110000 | 1000100 | 101111 |
Color Harmonies of #C826BC
Complementary color
Monochromatic Colors of #C826BC
Black with #C826BC
Text Example
Text Example
White with #C826BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826BC; }
p { color: rgb(200,38,188); }
H1.HeaderClassName
{
color: #C826BC;
}
.AnyTagClassName
{
color: #C826BC;
}
</style>
background-color css
<style>
a { background-color: #C826BC; }
a { background-color: rgb(200,38,188); }
div.DivClassName
{
background-color: #C826BC;
}
.BgClassName
{
background-color: #C826BC;
}
</style>
border-color css
<style>
span { border-color: #C826BC; }
span { border-color: rgb(200,38,188); }
td.TdClassName
{
border-color: #C826BC;
}
.TagClassName
{
border-color: #C826BC;
}
</style>