Shades of Deep Magenta #C709D5
Tints of Deep Magenta #C709D5
RGB
CMYK
RGB Variations
Color information
#C709D5 (or 0xC709D5) is known color: Deep Magenta. HEX triplet: C7, 09 and D5. RGB value is (199,9,213). Sum of RGB (Red+Green+Blue) = 199+9+213=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #C709D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C709D5 is #38F62A. Grayscale: #585858. Windows color (decimal): -3733035 or 13961671. OLE color: 13961671.
HSL color Cylindrical-coordinate representation of color #C709D5: hue angle of 295.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709D5 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 9 | 213 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.16 |
| HSL | 295.88º | 0.92% | 0.44% | - |
| HSV(B) | 295.88º | 0.96% | 0.84% | - |
| XYZ | 35.66 | 17.14 | 64.38 | - |
| YUV | 89.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 213 | 0.07 | 0.96 | 0 | 0.16 | 295.88 | 0.92 | 0.44 |
| Hex | C7 | 9 | D5 | 7 | 60 | 0 | 10 | 128 | 5C | 2C |
| Octal | 307 | 11 | 325 | 7 | 140 | 0 | 20 | 450 | 134 | 54 |
| Binary | 11000111 | 1001 | 11010101 | 111 | 1100000 | 0 | 10000 | 100101000 | 1011100 | 101100 |
Color Harmonies of #C709D5
Complementary color
Monochromatic Colors of #C709D5
Black with #C709D5
Text Example
Text Example
White with #C709D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709D5; }
p { color: rgb(199,9,213); }
H1.HeaderClassName
{
color: #C709D5;
}
.AnyTagClassName
{
color: #C709D5;
}
</style>
background-color css
<style>
a { background-color: #C709D5; }
a { background-color: rgb(199,9,213); }
div.DivClassName
{
background-color: #C709D5;
}
.BgClassName
{
background-color: #C709D5;
}
</style>
border-color css
<style>
span { border-color: #C709D5; }
span { border-color: rgb(199,9,213); }
td.TdClassName
{
border-color: #C709D5;
}
.TagClassName
{
border-color: #C709D5;
}
</style>