Shades of Deep Magenta #C025DA
Tints of Deep Magenta #C025DA
RGB
CMYK
RGB Variations
Color information
#C025DA (or 0xC025DA) is known color: Deep Magenta. HEX triplet: C0, 25 and DA. RGB value is (192,37,218). Sum of RGB (Red+Green+Blue) = 192+37+218=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #C025DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025DA is #3FDA25. Grayscale: #676767. Windows color (decimal): -4184614 or 14296512. OLE color: 14296512.
HSL color Cylindrical-coordinate representation of color #C025DA: hue angle of 291.38º 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 #C025DA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 37 | 218 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.15 |
| HSL | 291.38º | 0.71% | 0.5% | - |
| HSV(B) | 291.38º | 0.83% | 0.85% | - |
| XYZ | 35.05 | 17.59 | 67.88 | - |
| YUV | 103.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 218 | 0.12 | 0.83 | 0 | 0.15 | 291.38 | 0.71 | 0.5 |
| Hex | C0 | 25 | DA | C | 53 | 0 | F | 123 | 47 | 32 |
| Octal | 300 | 45 | 332 | 14 | 123 | 0 | 17 | 443 | 107 | 62 |
| Binary | 11000000 | 100101 | 11011010 | 1100 | 1010011 | 0 | 1111 | 100100011 | 1000111 | 110010 |
Color Harmonies of #C025DA
Complementary color
Monochromatic Colors of #C025DA
Black with #C025DA
Text Example
Text Example
White with #C025DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025DA; }
p { color: rgb(192,37,218); }
H1.HeaderClassName
{
color: #C025DA;
}
.AnyTagClassName
{
color: #C025DA;
}
</style>
background-color css
<style>
a { background-color: #C025DA; }
a { background-color: rgb(192,37,218); }
div.DivClassName
{
background-color: #C025DA;
}
.BgClassName
{
background-color: #C025DA;
}
</style>
border-color css
<style>
span { border-color: #C025DA; }
span { border-color: rgb(192,37,218); }
td.TdClassName
{
border-color: #C025DA;
}
.TagClassName
{
border-color: #C025DA;
}
</style>