Shades of Deep Magenta #C727BF
Tints of Deep Magenta #C727BF
RGB
CMYK
RGB Variations
Color information
#C727BF (or 0xC727BF) is known color: Deep Magenta. HEX triplet: C7, 27 and BF. RGB value is (199,39,191). Sum of RGB (Red+Green+Blue) = 199+39+191=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C727BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727BF is #38D840. Grayscale: #676767. Windows color (decimal): -3725377 or 12527559. OLE color: 12527559.
HSL color Cylindrical-coordinate representation of color #C727BF: hue angle of 303º 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 #C727BF is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 191 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.22 |
| HSL | 303º | 0.67% | 0.47% | - |
| HSV(B) | 303º | 0.8% | 0.78% | - |
| XYZ | 33.68 | 17.35 | 50.86 | - |
| YUV | 104.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 191 | 0 | 0.80 | 0.04 | 0.22 | 303 | 0.67 | 0.47 |
| Hex | C7 | 27 | BF | 0 | 50 | 4 | 16 | 12F | 43 | 2F |
| Octal | 307 | 47 | 277 | 0 | 120 | 4 | 26 | 457 | 103 | 57 |
| Binary | 11000111 | 100111 | 10111111 | 0 | 1010000 | 100 | 10110 | 100101111 | 1000011 | 101111 |
Color Harmonies of #C727BF
Complementary color
Monochromatic Colors of #C727BF
Black with #C727BF
Text Example
Text Example
White with #C727BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727BF; }
p { color: rgb(199,39,191); }
H1.HeaderClassName
{
color: #C727BF;
}
.AnyTagClassName
{
color: #C727BF;
}
</style>
background-color css
<style>
a { background-color: #C727BF; }
a { background-color: rgb(199,39,191); }
div.DivClassName
{
background-color: #C727BF;
}
.BgClassName
{
background-color: #C727BF;
}
</style>
border-color css
<style>
span { border-color: #C727BF; }
span { border-color: rgb(199,39,191); }
td.TdClassName
{
border-color: #C727BF;
}
.TagClassName
{
border-color: #C727BF;
}
</style>