Shades of Deep Magenta #C826B6
Tints of Deep Magenta #C826B6
RGB
CMYK
RGB Variations
Color information
#C826B6 (or 0xC826B6) is known color: Deep Magenta. HEX triplet: C8, 26 and B6. RGB value is (200,38,182). Sum of RGB (Red+Green+Blue) = 200+38+182=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C826B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826B6 is #37D949. Grayscale: #666666. Windows color (decimal): -3660106 or 11937480. OLE color: 11937480.
HSL color Cylindrical-coordinate representation of color #C826B6: hue angle of 306.67º 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 #C826B6 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 182 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.22 |
| HSL | 306.67º | 0.68% | 0.47% | - |
| HSV(B) | 306.67º | 0.81% | 0.78% | - |
| XYZ | 32.96 | 17.04 | 45.81 | - |
| YUV | 102.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 182 | 0 | 0.81 | 0.09 | 0.22 | 306.67 | 0.68 | 0.47 |
| Hex | C8 | 26 | B6 | 0 | 51 | 9 | 16 | 133 | 44 | 2F |
| Octal | 310 | 46 | 266 | 0 | 121 | 11 | 26 | 463 | 104 | 57 |
| Binary | 11001000 | 100110 | 10110110 | 0 | 1010001 | 1001 | 10110 | 100110011 | 1000100 | 101111 |
Color Harmonies of #C826B6
Complementary color
Monochromatic Colors of #C826B6
Black with #C826B6
Text Example
Text Example
White with #C826B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826B6; }
p { color: rgb(200,38,182); }
H1.HeaderClassName
{
color: #C826B6;
}
.AnyTagClassName
{
color: #C826B6;
}
</style>
background-color css
<style>
a { background-color: #C826B6; }
a { background-color: rgb(200,38,182); }
div.DivClassName
{
background-color: #C826B6;
}
.BgClassName
{
background-color: #C826B6;
}
</style>
border-color css
<style>
span { border-color: #C826B6; }
span { border-color: rgb(200,38,182); }
td.TdClassName
{
border-color: #C826B6;
}
.TagClassName
{
border-color: #C826B6;
}
</style>