Shades of Deep Magenta #C625D4
Tints of Deep Magenta #C625D4
RGB
CMYK
RGB Variations
Color information
#C625D4 (or 0xC625D4) is known color: Deep Magenta. HEX triplet: C6, 25 and D4. RGB value is (198,37,212). Sum of RGB (Red+Green+Blue) = 198+37+212=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #C625D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625D4 is #39DA2B. Grayscale: #686868. Windows color (decimal): -3791404 or 13903302. OLE color: 13903302.
HSL color Cylindrical-coordinate representation of color #C625D4: hue angle of 295.2º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C625D4 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 37 | 212 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.17 |
| HSL | 295.2º | 0.7% | 0.49% | - |
| HSV(B) | 295.2º | 0.83% | 0.83% | - |
| XYZ | 35.83 | 18.08 | 63.89 | - |
| YUV | 105.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 212 | 0.07 | 0.83 | 0 | 0.17 | 295.2 | 0.7 | 0.49 |
| Hex | C6 | 25 | D4 | 7 | 53 | 0 | 11 | 127 | 46 | 31 |
| Octal | 306 | 45 | 324 | 7 | 123 | 0 | 21 | 447 | 106 | 61 |
| Binary | 11000110 | 100101 | 11010100 | 111 | 1010011 | 0 | 10001 | 100100111 | 1000110 | 110001 |
Color Harmonies of #C625D4
Complementary color
Monochromatic Colors of #C625D4
Black with #C625D4
Text Example
Text Example
White with #C625D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625D4; }
p { color: rgb(198,37,212); }
H1.HeaderClassName
{
color: #C625D4;
}
.AnyTagClassName
{
color: #C625D4;
}
</style>
background-color css
<style>
a { background-color: #C625D4; }
a { background-color: rgb(198,37,212); }
div.DivClassName
{
background-color: #C625D4;
}
.BgClassName
{
background-color: #C625D4;
}
</style>
border-color css
<style>
span { border-color: #C625D4; }
span { border-color: rgb(198,37,212); }
td.TdClassName
{
border-color: #C625D4;
}
.TagClassName
{
border-color: #C625D4;
}
</style>