Shades of Deep Magenta #C825B9
Tints of Deep Magenta #C825B9
RGB
CMYK
RGB Variations
Color information
#C825B9 (or 0xC825B9) is known color: Deep Magenta. HEX triplet: C8, 25 and B9. RGB value is (200,37,185). Sum of RGB (Red+Green+Blue) = 200+37+185=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C825B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825B9 is #37DA46. Grayscale: #666666. Windows color (decimal): -3660359 or 12133832. OLE color: 12133832.
HSL color Cylindrical-coordinate representation of color #C825B9: hue angle of 305.52º 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 #C825B9 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 185 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.22 |
| HSL | 305.52º | 0.69% | 0.46% | - |
| HSV(B) | 305.52º | 0.82% | 0.78% | - |
| XYZ | 33.24 | 17.11 | 47.45 | - |
| YUV | 102.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 185 | 0 | 0.82 | 0.08 | 0.22 | 305.52 | 0.69 | 0.46 |
| Hex | C8 | 25 | B9 | 0 | 52 | 8 | 16 | 132 | 45 | 2E |
| Octal | 310 | 45 | 271 | 0 | 122 | 10 | 26 | 462 | 105 | 56 |
| Binary | 11001000 | 100101 | 10111001 | 0 | 1010010 | 1000 | 10110 | 100110010 | 1000101 | 101110 |
Color Harmonies of #C825B9
Complementary color
Monochromatic Colors of #C825B9
Black with #C825B9
Text Example
Text Example
White with #C825B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825B9; }
p { color: rgb(200,37,185); }
H1.HeaderClassName
{
color: #C825B9;
}
.AnyTagClassName
{
color: #C825B9;
}
</style>
background-color css
<style>
a { background-color: #C825B9; }
a { background-color: rgb(200,37,185); }
div.DivClassName
{
background-color: #C825B9;
}
.BgClassName
{
background-color: #C825B9;
}
</style>
border-color css
<style>
span { border-color: #C825B9; }
span { border-color: rgb(200,37,185); }
td.TdClassName
{
border-color: #C825B9;
}
.TagClassName
{
border-color: #C825B9;
}
</style>