Shades of Deep Magenta #C625D9
Tints of Deep Magenta #C625D9
RGB
CMYK
RGB Variations
Color information
#C625D9 (or 0xC625D9) is known color: Deep Magenta. HEX triplet: C6, 25 and D9. RGB value is (198,37,217). Sum of RGB (Red+Green+Blue) = 198+37+217=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #C625D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625D9 is #39DA26. Grayscale: #696969. Windows color (decimal): -3791399 or 14230982. OLE color: 14230982.
HSL color Cylindrical-coordinate representation of color #C625D9: hue angle of 293.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C625D9 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 37 | 217 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.15 |
| HSL | 293.67º | 0.71% | 0.5% | - |
| HSV(B) | 293.67º | 0.83% | 0.85% | - |
| XYZ | 36.47 | 18.34 | 67.26 | - |
| YUV | 105.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 217 | 0.09 | 0.83 | 0 | 0.15 | 293.67 | 0.71 | 0.5 |
| Hex | C6 | 25 | D9 | 9 | 53 | 0 | F | 126 | 47 | 32 |
| Octal | 306 | 45 | 331 | 11 | 123 | 0 | 17 | 446 | 107 | 62 |
| Binary | 11000110 | 100101 | 11011001 | 1001 | 1010011 | 0 | 1111 | 100100110 | 1000111 | 110010 |
Color Harmonies of #C625D9
Complementary color
Monochromatic Colors of #C625D9
Black with #C625D9
Text Example
Text Example
White with #C625D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625D9; }
p { color: rgb(198,37,217); }
H1.HeaderClassName
{
color: #C625D9;
}
.AnyTagClassName
{
color: #C625D9;
}
</style>
background-color css
<style>
a { background-color: #C625D9; }
a { background-color: rgb(198,37,217); }
div.DivClassName
{
background-color: #C625D9;
}
.BgClassName
{
background-color: #C625D9;
}
</style>
border-color css
<style>
span { border-color: #C625D9; }
span { border-color: rgb(198,37,217); }
td.TdClassName
{
border-color: #C625D9;
}
.TagClassName
{
border-color: #C625D9;
}
</style>