Shades of Deep Magenta #C727C5
Tints of Deep Magenta #C727C5
RGB
CMYK
RGB Variations
Color information
#C727C5 (or 0xC727C5) is known color: Deep Magenta. HEX triplet: C7, 27 and C5. RGB value is (199,39,197). Sum of RGB (Red+Green+Blue) = 199+39+197=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C727C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727C5 is #38D83A. Grayscale: #686868. Windows color (decimal): -3725371 or 12920775. OLE color: 12920775.
HSL color Cylindrical-coordinate representation of color #C727C5: hue angle of 300.75º 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 #C727C5 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 197 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.22 |
| HSL | 300.75º | 0.67% | 0.47% | - |
| HSV(B) | 300.75º | 0.8% | 0.78% | - |
| XYZ | 34.36 | 17.62 | 54.41 | - |
| YUV | 104.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 197 | 0 | 0.80 | 0.01 | 0.22 | 300.75 | 0.67 | 0.47 |
| Hex | C7 | 27 | C5 | 0 | 50 | 1 | 16 | 12D | 43 | 2F |
| Octal | 307 | 47 | 305 | 0 | 120 | 1 | 26 | 455 | 103 | 57 |
| Binary | 11000111 | 100111 | 11000101 | 0 | 1010000 | 1 | 10110 | 100101101 | 1000011 | 101111 |
Color Harmonies of #C727C5
Complementary color
Monochromatic Colors of #C727C5
Black with #C727C5
Text Example
Text Example
White with #C727C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727C5; }
p { color: rgb(199,39,197); }
H1.HeaderClassName
{
color: #C727C5;
}
.AnyTagClassName
{
color: #C727C5;
}
</style>
background-color css
<style>
a { background-color: #C727C5; }
a { background-color: rgb(199,39,197); }
div.DivClassName
{
background-color: #C727C5;
}
.BgClassName
{
background-color: #C727C5;
}
</style>
border-color css
<style>
span { border-color: #C727C5; }
span { border-color: rgb(199,39,197); }
td.TdClassName
{
border-color: #C727C5;
}
.TagClassName
{
border-color: #C727C5;
}
</style>