Shades of Deep Magenta #C726BD
Tints of Deep Magenta #C726BD
RGB
CMYK
RGB Variations
Color information
#C726BD (or 0xC726BD) is known color: Deep Magenta. HEX triplet: C7, 26 and BD. RGB value is (199,38,189). Sum of RGB (Red+Green+Blue) = 199+38+189=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C726BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726BD is #38D942. Grayscale: #666666. Windows color (decimal): -3725635 or 12396231. OLE color: 12396231.
HSL color Cylindrical-coordinate representation of color #C726BD: hue angle of 303.73º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C726BD is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 189 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.22 |
| HSL | 303.73º | 0.68% | 0.46% | - |
| HSV(B) | 303.73º | 0.81% | 0.78% | - |
| XYZ | 33.43 | 17.2 | 49.7 | - |
| YUV | 103.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 189 | 0 | 0.81 | 0.05 | 0.22 | 303.73 | 0.68 | 0.46 |
| Hex | C7 | 26 | BD | 0 | 51 | 5 | 16 | 130 | 44 | 2E |
| Octal | 307 | 46 | 275 | 0 | 121 | 5 | 26 | 460 | 104 | 56 |
| Binary | 11000111 | 100110 | 10111101 | 0 | 1010001 | 101 | 10110 | 100110000 | 1000100 | 101110 |
Color Harmonies of #C726BD
Complementary color
Monochromatic Colors of #C726BD
Black with #C726BD
Text Example
Text Example
White with #C726BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726BD; }
p { color: rgb(199,38,189); }
H1.HeaderClassName
{
color: #C726BD;
}
.AnyTagClassName
{
color: #C726BD;
}
</style>
background-color css
<style>
a { background-color: #C726BD; }
a { background-color: rgb(199,38,189); }
div.DivClassName
{
background-color: #C726BD;
}
.BgClassName
{
background-color: #C726BD;
}
</style>
border-color css
<style>
span { border-color: #C726BD; }
span { border-color: rgb(199,38,189); }
td.TdClassName
{
border-color: #C726BD;
}
.TagClassName
{
border-color: #C726BD;
}
</style>