Shades of Deep Magenta #C625DF
Tints of Deep Magenta #C625DF
RGB
CMYK
RGB Variations
Color information
#C625DF (or 0xC625DF) is known color: Deep Magenta. HEX triplet: C6, 25 and DF. RGB value is (198,37,223). Sum of RGB (Red+Green+Blue) = 198+37+223=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #C625DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625DF is #39DA20. Grayscale: #696969. Windows color (decimal): -3791393 or 14624198. OLE color: 14624198.
HSL color Cylindrical-coordinate representation of color #C625DF: hue angle of 291.94º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C625DF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 37 | 223 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.13 |
| HSL | 291.94º | 0.74% | 0.51% | - |
| HSV(B) | 291.94º | 0.83% | 0.87% | - |
| XYZ | 37.27 | 18.66 | 71.45 | - |
| YUV | 106.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 223 | 0.11 | 0.83 | 0 | 0.13 | 291.94 | 0.74 | 0.51 |
| Hex | C6 | 25 | DF | B | 53 | 0 | D | 124 | 4A | 33 |
| Octal | 306 | 45 | 337 | 13 | 123 | 0 | 15 | 444 | 112 | 63 |
| Binary | 11000110 | 100101 | 11011111 | 1011 | 1010011 | 0 | 1101 | 100100100 | 1001010 | 110011 |
Color Harmonies of #C625DF
Complementary color
Monochromatic Colors of #C625DF
Black with #C625DF
Text Example
Text Example
White with #C625DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625DF; }
p { color: rgb(198,37,223); }
H1.HeaderClassName
{
color: #C625DF;
}
.AnyTagClassName
{
color: #C625DF;
}
</style>
background-color css
<style>
a { background-color: #C625DF; }
a { background-color: rgb(198,37,223); }
div.DivClassName
{
background-color: #C625DF;
}
.BgClassName
{
background-color: #C625DF;
}
</style>
border-color css
<style>
span { border-color: #C625DF; }
span { border-color: rgb(198,37,223); }
td.TdClassName
{
border-color: #C625DF;
}
.TagClassName
{
border-color: #C625DF;
}
</style>