Shades of Deep Magenta #C625DA
Tints of Deep Magenta #C625DA
RGB
CMYK
RGB Variations
Color information
#C625DA (or 0xC625DA) is known color: Deep Magenta. HEX triplet: C6, 25 and DA. RGB value is (198,37,218). Sum of RGB (Red+Green+Blue) = 198+37+218=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #C625DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625DA is #39DA25. Grayscale: #696969. Windows color (decimal): -3791398 or 14296518. OLE color: 14296518.
HSL color Cylindrical-coordinate representation of color #C625DA: hue angle of 293.37º 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 #C625DA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 37 | 218 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.15 |
| HSL | 293.37º | 0.71% | 0.5% | - |
| HSV(B) | 293.37º | 0.83% | 0.85% | - |
| XYZ | 36.61 | 18.39 | 67.95 | - |
| YUV | 105.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 218 | 0.09 | 0.83 | 0 | 0.15 | 293.37 | 0.71 | 0.5 |
| Hex | C6 | 25 | DA | 9 | 53 | 0 | F | 125 | 47 | 32 |
| Octal | 306 | 45 | 332 | 11 | 123 | 0 | 17 | 445 | 107 | 62 |
| Binary | 11000110 | 100101 | 11011010 | 1001 | 1010011 | 0 | 1111 | 100100101 | 1000111 | 110010 |
Color Harmonies of #C625DA
Complementary color
Monochromatic Colors of #C625DA
Black with #C625DA
Text Example
Text Example
White with #C625DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625DA; }
p { color: rgb(198,37,218); }
H1.HeaderClassName
{
color: #C625DA;
}
.AnyTagClassName
{
color: #C625DA;
}
</style>
background-color css
<style>
a { background-color: #C625DA; }
a { background-color: rgb(198,37,218); }
div.DivClassName
{
background-color: #C625DA;
}
.BgClassName
{
background-color: #C625DA;
}
</style>
border-color css
<style>
span { border-color: #C625DA; }
span { border-color: rgb(198,37,218); }
td.TdClassName
{
border-color: #C625DA;
}
.TagClassName
{
border-color: #C625DA;
}
</style>