Shades of Deep Magenta #C625DC
Tints of Deep Magenta #C625DC
RGB
CMYK
RGB Variations
Color information
#C625DC (or 0xC625DC) is known color: Deep Magenta. HEX triplet: C6, 25 and DC. RGB value is (198,37,220). Sum of RGB (Red+Green+Blue) = 198+37+220=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #C625DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625DC is #39DA23. Grayscale: #696969. Windows color (decimal): -3791396 or 14427590. OLE color: 14427590.
HSL color Cylindrical-coordinate representation of color #C625DC: hue angle of 292.79º 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 #C625DC is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 37 | 220 | - |
| CMYK | 0.1 | 0.83 | 0 | 0.14 |
| HSL | 292.79º | 0.72% | 0.5% | - |
| HSV(B) | 292.79º | 0.83% | 0.86% | - |
| XYZ | 36.87 | 18.5 | 69.34 | - |
| YUV | 106 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 220 | 0.1 | 0.83 | 0 | 0.14 | 292.79 | 0.72 | 0.5 |
| Hex | C6 | 25 | DC | A | 53 | 0 | E | 125 | 48 | 32 |
| Octal | 306 | 45 | 334 | 12 | 123 | 0 | 16 | 445 | 110 | 62 |
| Binary | 11000110 | 100101 | 11011100 | 1010 | 1010011 | 0 | 1110 | 100100101 | 1001000 | 110010 |
Color Harmonies of #C625DC
Complementary color
Monochromatic Colors of #C625DC
Black with #C625DC
Text Example
Text Example
White with #C625DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625DC; }
p { color: rgb(198,37,220); }
H1.HeaderClassName
{
color: #C625DC;
}
.AnyTagClassName
{
color: #C625DC;
}
</style>
background-color css
<style>
a { background-color: #C625DC; }
a { background-color: rgb(198,37,220); }
div.DivClassName
{
background-color: #C625DC;
}
.BgClassName
{
background-color: #C625DC;
}
</style>
border-color css
<style>
span { border-color: #C625DC; }
span { border-color: rgb(198,37,220); }
td.TdClassName
{
border-color: #C625DC;
}
.TagClassName
{
border-color: #C625DC;
}
</style>