Shades of Deep Magenta #C726CA
Tints of Deep Magenta #C726CA
RGB
CMYK
RGB Variations
Color information
#C726CA (or 0xC726CA) is known color: Deep Magenta. HEX triplet: C7, 26 and CA. RGB value is (199,38,202). Sum of RGB (Red+Green+Blue) = 199+38+202=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #C726CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726CA is #38D935. Grayscale: #686868. Windows color (decimal): -3725622 or 13248199. OLE color: 13248199.
HSL color Cylindrical-coordinate representation of color #C726CA: hue angle of 298.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C726CA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 38 | 202 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.21 |
| HSL | 298.9º | 0.68% | 0.47% | - |
| HSV(B) | 298.9º | 0.81% | 0.79% | - |
| XYZ | 34.91 | 17.79 | 57.47 | - |
| YUV | 104.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 202 | 0.01 | 0.81 | 0 | 0.21 | 298.9 | 0.68 | 0.47 |
| Hex | C7 | 26 | CA | 1 | 51 | 0 | 15 | 12B | 44 | 2F |
| Octal | 307 | 46 | 312 | 1 | 121 | 0 | 25 | 453 | 104 | 57 |
| Binary | 11000111 | 100110 | 11001010 | 1 | 1010001 | 0 | 10101 | 100101011 | 1000100 | 101111 |
Color Harmonies of #C726CA
Complementary color
Monochromatic Colors of #C726CA
Black with #C726CA
Text Example
Text Example
White with #C726CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726CA; }
p { color: rgb(199,38,202); }
H1.HeaderClassName
{
color: #C726CA;
}
.AnyTagClassName
{
color: #C726CA;
}
</style>
background-color css
<style>
a { background-color: #C726CA; }
a { background-color: rgb(199,38,202); }
div.DivClassName
{
background-color: #C726CA;
}
.BgClassName
{
background-color: #C726CA;
}
</style>
border-color css
<style>
span { border-color: #C726CA; }
span { border-color: rgb(199,38,202); }
td.TdClassName
{
border-color: #C726CA;
}
.TagClassName
{
border-color: #C726CA;
}
</style>