Shades of Deep Magenta #C826C8
Tints of Deep Magenta #C826C8
RGB
CMYK
RGB Variations
Color information
#C826C8 (or 0xC826C8) is known color: Deep Magenta. HEX triplet: C8, 26 and C8. RGB value is (200,38,200). Sum of RGB (Red+Green+Blue) = 200+38+200=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C826C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826C8 is #37D937. Grayscale: #686868. Windows color (decimal): -3660088 or 13117128. OLE color: 13117128.
HSL color Cylindrical-coordinate representation of color #C826C8: hue angle of 300º 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 #C826C8 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 38 | 200 | - |
CMYK | 0 | 0.81 | 0 | 0.22 |
HSL | 300º | 0.68% | 0.47% | - |
HSV(B) | 300º | 0.81% | 0.78% | - |
XYZ | 34.94 | 17.84 | 56.24 | - |
YUV | 104.91 | 181.67 | 195.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 38 | 200 | 0 | 0.81 | 0 | 0.22 | 300 | 0.68 | 0.47 |
Hex | C8 | 26 | C8 | 0 | 51 | 0 | 16 | 12C | 44 | 2F |
Octal | 310 | 46 | 310 | 0 | 121 | 0 | 26 | 454 | 104 | 57 |
Binary | 11001000 | 100110 | 11001000 | 0 | 1010001 | 0 | 10110 | 100101100 | 1000100 | 101111 |
Color Harmonies of #C826C8
Complementary color
Monochromatic Colors of #C826C8
Black with #C826C8
Text Example
Text Example
White with #C826C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826C8; }
p { color: rgb(200,38,200); }
H1.HeaderClassName
{
color: #C826C8;
}
.AnyTagClassName
{
color: #C826C8;
}
</style>
background-color css
<style>
a { background-color: #C826C8; }
a { background-color: rgb(200,38,200); }
div.DivClassName
{
background-color: #C826C8;
}
.BgClassName
{
background-color: #C826C8;
}
</style>
border-color css
<style>
span { border-color: #C826C8; }
span { border-color: rgb(200,38,200); }
td.TdClassName
{
border-color: #C826C8;
}
.TagClassName
{
border-color: #C826C8;
}
</style>