Shades of Deep Magenta #C726DE
Tints of Deep Magenta #C726DE
RGB
CMYK
RGB Variations
Color information
#C726DE (or 0xC726DE) is known color: Deep Magenta. HEX triplet: C7, 26 and DE. RGB value is (199,38,222). Sum of RGB (Red+Green+Blue) = 199+38+222=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #C726DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726DE is #38D921. Grayscale: #6A6A6A. Windows color (decimal): -3725602 or 14558919. OLE color: 14558919.
HSL color Cylindrical-coordinate representation of color #C726DE: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C726DE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 38 | 222 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.13 |
| HSL | 292.5º | 0.74% | 0.51% | - |
| HSV(B) | 292.5º | 0.83% | 0.87% | - |
| XYZ | 37.43 | 18.8 | 70.76 | - |
| YUV | 107.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 222 | 0.10 | 0.83 | 0 | 0.13 | 292.5 | 0.74 | 0.51 |
| Hex | C7 | 26 | DE | A | 53 | 0 | D | 124 | 4A | 33 |
| Octal | 307 | 46 | 336 | 12 | 123 | 0 | 15 | 444 | 112 | 63 |
| Binary | 11000111 | 100110 | 11011110 | 1010 | 1010011 | 0 | 1101 | 100100100 | 1001010 | 110011 |
Color Harmonies of #C726DE
Complementary color
Monochromatic Colors of #C726DE
Black with #C726DE
Text Example
Text Example
White with #C726DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726DE; }
p { color: rgb(199,38,222); }
H1.HeaderClassName
{
color: #C726DE;
}
.AnyTagClassName
{
color: #C726DE;
}
</style>
background-color css
<style>
a { background-color: #C726DE; }
a { background-color: rgb(199,38,222); }
div.DivClassName
{
background-color: #C726DE;
}
.BgClassName
{
background-color: #C726DE;
}
</style>
border-color css
<style>
span { border-color: #C726DE; }
span { border-color: rgb(199,38,222); }
td.TdClassName
{
border-color: #C726DE;
}
.TagClassName
{
border-color: #C726DE;
}
</style>