Shades of Deep Magenta #C727DB
Tints of Deep Magenta #C727DB
RGB
CMYK
RGB Variations
Color information
#C727DB (or 0xC727DB) is known color: Deep Magenta. HEX triplet: C7, 27 and DB. RGB value is (199,39,219). Sum of RGB (Red+Green+Blue) = 199+39+219=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #C727DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727DB is #38D824. Grayscale: #6A6A6A. Windows color (decimal): -3725349 or 14362567. OLE color: 14362567.
HSL color Cylindrical-coordinate representation of color #C727DB: hue angle of 293.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C727DB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 39 | 219 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.14 |
| HSL | 293.33º | 0.71% | 0.51% | - |
| HSV(B) | 293.33º | 0.82% | 0.86% | - |
| XYZ | 37.06 | 18.71 | 68.68 | - |
| YUV | 107.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 219 | 0.09 | 0.82 | 0 | 0.14 | 293.33 | 0.71 | 0.51 |
| Hex | C7 | 27 | DB | 9 | 52 | 0 | E | 125 | 47 | 33 |
| Octal | 307 | 47 | 333 | 11 | 122 | 0 | 16 | 445 | 107 | 63 |
| Binary | 11000111 | 100111 | 11011011 | 1001 | 1010010 | 0 | 1110 | 100100101 | 1000111 | 110011 |
Color Harmonies of #C727DB
Complementary color
Monochromatic Colors of #C727DB
Black with #C727DB
Text Example
Text Example
White with #C727DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727DB; }
p { color: rgb(199,39,219); }
H1.HeaderClassName
{
color: #C727DB;
}
.AnyTagClassName
{
color: #C727DB;
}
</style>
background-color css
<style>
a { background-color: #C727DB; }
a { background-color: rgb(199,39,219); }
div.DivClassName
{
background-color: #C727DB;
}
.BgClassName
{
background-color: #C727DB;
}
</style>
border-color css
<style>
span { border-color: #C727DB; }
span { border-color: rgb(199,39,219); }
td.TdClassName
{
border-color: #C727DB;
}
.TagClassName
{
border-color: #C727DB;
}
</style>