Shades of Deep Magenta #C825DD
Tints of Deep Magenta #C825DD
RGB
CMYK
RGB Variations
Color information
#C825DD (or 0xC825DD) is known color: Deep Magenta. HEX triplet: C8, 25 and DD. RGB value is (200,37,221). Sum of RGB (Red+Green+Blue) = 200+37+221=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #C825DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825DD is #37DA22. Grayscale: #6A6A6A. Windows color (decimal): -3660323 or 14493128. OLE color: 14493128.
HSL color Cylindrical-coordinate representation of color #C825DD: hue angle of 293.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C825DD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 37 | 221 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.13 |
| HSL | 293.15º | 0.73% | 0.51% | - |
| HSV(B) | 293.15º | 0.83% | 0.87% | - |
| XYZ | 37.53 | 18.82 | 70.06 | - |
| YUV | 106.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 221 | 0.10 | 0.83 | 0 | 0.13 | 293.15 | 0.73 | 0.51 |
| Hex | C8 | 25 | DD | A | 53 | 0 | D | 125 | 49 | 33 |
| Octal | 310 | 45 | 335 | 12 | 123 | 0 | 15 | 445 | 111 | 63 |
| Binary | 11001000 | 100101 | 11011101 | 1010 | 1010011 | 0 | 1101 | 100100101 | 1001001 | 110011 |
Color Harmonies of #C825DD
Complementary color
Monochromatic Colors of #C825DD
Black with #C825DD
Text Example
Text Example
White with #C825DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825DD; }
p { color: rgb(200,37,221); }
H1.HeaderClassName
{
color: #C825DD;
}
.AnyTagClassName
{
color: #C825DD;
}
</style>
background-color css
<style>
a { background-color: #C825DD; }
a { background-color: rgb(200,37,221); }
div.DivClassName
{
background-color: #C825DD;
}
.BgClassName
{
background-color: #C825DD;
}
</style>
border-color css
<style>
span { border-color: #C825DD; }
span { border-color: rgb(200,37,221); }
td.TdClassName
{
border-color: #C825DD;
}
.TagClassName
{
border-color: #C825DD;
}
</style>