Shades of Deep Magenta #C825C0
Tints of Deep Magenta #C825C0
RGB
CMYK
RGB Variations
Color information
#C825C0 (or 0xC825C0) is known color: Deep Magenta. HEX triplet: C8, 25 and C0. RGB value is (200,37,192). Sum of RGB (Red+Green+Blue) = 200+37+192=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C825C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825C0 is #37DA3F. Grayscale: #666666. Windows color (decimal): -3660352 or 12592584. OLE color: 12592584.
HSL color Cylindrical-coordinate representation of color #C825C0: hue angle of 302.94º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C825C0 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 192 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.22 |
| HSL | 302.94º | 0.69% | 0.46% | - |
| HSV(B) | 302.94º | 0.82% | 0.78% | - |
| XYZ | 34 | 17.41 | 51.44 | - |
| YUV | 103.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 192 | 0 | 0.82 | 0.04 | 0.22 | 302.94 | 0.69 | 0.46 |
| Hex | C8 | 25 | C0 | 0 | 52 | 4 | 16 | 12F | 45 | 2E |
| Octal | 310 | 45 | 300 | 0 | 122 | 4 | 26 | 457 | 105 | 56 |
| Binary | 11001000 | 100101 | 11000000 | 0 | 1010010 | 100 | 10110 | 100101111 | 1000101 | 101110 |
Color Harmonies of #C825C0
Complementary color
Monochromatic Colors of #C825C0
Black with #C825C0
Text Example
Text Example
White with #C825C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825C0; }
p { color: rgb(200,37,192); }
H1.HeaderClassName
{
color: #C825C0;
}
.AnyTagClassName
{
color: #C825C0;
}
</style>
background-color css
<style>
a { background-color: #C825C0; }
a { background-color: rgb(200,37,192); }
div.DivClassName
{
background-color: #C825C0;
}
.BgClassName
{
background-color: #C825C0;
}
</style>
border-color css
<style>
span { border-color: #C825C0; }
span { border-color: rgb(200,37,192); }
td.TdClassName
{
border-color: #C825C0;
}
.TagClassName
{
border-color: #C825C0;
}
</style>