Shades of Deep Magenta #C625DB
Tints of Deep Magenta #C625DB
RGB
CMYK
RGB Variations
Color information
#C625DB (or 0xC625DB) is known color: Deep Magenta. HEX triplet: C6, 25 and DB. RGB value is (198,37,219). Sum of RGB (Red+Green+Blue) = 198+37+219=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #C625DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625DB is #39DA24. Grayscale: #696969. Windows color (decimal): -3791397 or 14362054. OLE color: 14362054.
HSL color Cylindrical-coordinate representation of color #C625DB: hue angle of 293.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C625DB is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 37 | 219 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.14 |
| HSL | 293.08º | 0.72% | 0.5% | - |
| HSV(B) | 293.08º | 0.83% | 0.86% | - |
| XYZ | 36.74 | 18.44 | 68.64 | - |
| YUV | 105.89 | 191.84 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 219 | 0.10 | 0.83 | 0 | 0.14 | 293.08 | 0.72 | 0.5 |
| Hex | C6 | 25 | DB | A | 53 | 0 | E | 125 | 48 | 32 |
| Octal | 306 | 45 | 333 | 12 | 123 | 0 | 16 | 445 | 110 | 62 |
| Binary | 11000110 | 100101 | 11011011 | 1010 | 1010011 | 0 | 1110 | 100100101 | 1001000 | 110010 |
Color Harmonies of #C625DB
Complementary color
Monochromatic Colors of #C625DB
Black with #C625DB
Text Example
Text Example
White with #C625DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625DB; }
p { color: rgb(198,37,219); }
H1.HeaderClassName
{
color: #C625DB;
}
.AnyTagClassName
{
color: #C625DB;
}
</style>
background-color css
<style>
a { background-color: #C625DB; }
a { background-color: rgb(198,37,219); }
div.DivClassName
{
background-color: #C625DB;
}
.BgClassName
{
background-color: #C625DB;
}
</style>
border-color css
<style>
span { border-color: #C625DB; }
span { border-color: rgb(198,37,219); }
td.TdClassName
{
border-color: #C625DB;
}
.TagClassName
{
border-color: #C625DB;
}
</style>