Shades of Deep Magenta #C727C6
Tints of Deep Magenta #C727C6
RGB
CMYK
RGB Variations
Color information
#C727C6 (or 0xC727C6) is known color: Deep Magenta. HEX triplet: C7, 27 and C6. RGB value is (199,39,198). Sum of RGB (Red+Green+Blue) = 199+39+198=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C727C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727C6 is #38D839. Grayscale: #686868. Windows color (decimal): -3725370 or 12986311. OLE color: 12986311.
HSL color Cylindrical-coordinate representation of color #C727C6: hue angle of 300.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C727C6 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 198 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.22 |
| HSL | 300.38º | 0.67% | 0.47% | - |
| HSV(B) | 300.38º | 0.8% | 0.78% | - |
| XYZ | 34.47 | 17.67 | 55.02 | - |
| YUV | 104.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 198 | 0 | 0.80 | 0.01 | 0.22 | 300.38 | 0.67 | 0.47 |
| Hex | C7 | 27 | C6 | 0 | 50 | 1 | 16 | 12C | 43 | 2F |
| Octal | 307 | 47 | 306 | 0 | 120 | 1 | 26 | 454 | 103 | 57 |
| Binary | 11000111 | 100111 | 11000110 | 0 | 1010000 | 1 | 10110 | 100101100 | 1000011 | 101111 |
Color Harmonies of #C727C6
Complementary color
Monochromatic Colors of #C727C6
Black with #C727C6
Text Example
Text Example
White with #C727C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727C6; }
p { color: rgb(199,39,198); }
H1.HeaderClassName
{
color: #C727C6;
}
.AnyTagClassName
{
color: #C727C6;
}
</style>
background-color css
<style>
a { background-color: #C727C6; }
a { background-color: rgb(199,39,198); }
div.DivClassName
{
background-color: #C727C6;
}
.BgClassName
{
background-color: #C727C6;
}
</style>
border-color css
<style>
span { border-color: #C727C6; }
span { border-color: rgb(199,39,198); }
td.TdClassName
{
border-color: #C727C6;
}
.TagClassName
{
border-color: #C727C6;
}
</style>