Shades of Deep Magenta #C709B2
Tints of Deep Magenta #C709B2
RGB
CMYK
RGB Variations
Color information
#C709B2 (or 0xC709B2) is known color: Deep Magenta. HEX triplet: C7, 09 and B2. RGB value is (199,9,178). Sum of RGB (Red+Green+Blue) = 199+9+178=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C709B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C709B2 is #38F64D. Grayscale: #545454. Windows color (decimal): -3733070 or 11667911. OLE color: 11667911.
HSL color Cylindrical-coordinate representation of color #C709B2: hue angle of 306.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C709B2 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 178 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.22 |
| HSL | 306.63º | 0.91% | 0.41% | - |
| HSV(B) | 306.63º | 0.95% | 0.78% | - |
| XYZ | 31.69 | 15.55 | 43.45 | - |
| YUV | 85.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 178 | 0 | 0.95 | 0.11 | 0.22 | 306.63 | 0.91 | 0.41 |
| Hex | C7 | 9 | B2 | 0 | 5F | B | 16 | 133 | 5B | 29 |
| Octal | 307 | 11 | 262 | 0 | 137 | 13 | 26 | 463 | 133 | 51 |
| Binary | 11000111 | 1001 | 10110010 | 0 | 1011111 | 1011 | 10110 | 100110011 | 1011011 | 101001 |
Color Harmonies of #C709B2
Complementary color
Monochromatic Colors of #C709B2
Black with #C709B2
Text Example
Text Example
White with #C709B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709B2; }
p { color: rgb(199,9,178); }
H1.HeaderClassName
{
color: #C709B2;
}
.AnyTagClassName
{
color: #C709B2;
}
</style>
background-color css
<style>
a { background-color: #C709B2; }
a { background-color: rgb(199,9,178); }
div.DivClassName
{
background-color: #C709B2;
}
.BgClassName
{
background-color: #C709B2;
}
</style>
border-color css
<style>
span { border-color: #C709B2; }
span { border-color: rgb(199,9,178); }
td.TdClassName
{
border-color: #C709B2;
}
.TagClassName
{
border-color: #C709B2;
}
</style>