Shades of Deep Magenta #C825BA
Tints of Deep Magenta #C825BA
RGB
CMYK
RGB Variations
Color information
#C825BA (or 0xC825BA) is known color: Deep Magenta. HEX triplet: C8, 25 and BA. RGB value is (200,37,186). Sum of RGB (Red+Green+Blue) = 200+37+186=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C825BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825BA is #37DA45. Grayscale: #666666. Windows color (decimal): -3660358 or 12199368. OLE color: 12199368.
HSL color Cylindrical-coordinate representation of color #C825BA: hue angle of 305.15º 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 #C825BA is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 186 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.22 |
| HSL | 305.15º | 0.69% | 0.46% | - |
| HSV(B) | 305.15º | 0.82% | 0.78% | - |
| XYZ | 33.34 | 17.15 | 48.01 | - |
| YUV | 102.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 186 | 0 | 0.82 | 0.07 | 0.22 | 305.15 | 0.69 | 0.46 |
| Hex | C8 | 25 | BA | 0 | 52 | 7 | 16 | 131 | 45 | 2E |
| Octal | 310 | 45 | 272 | 0 | 122 | 7 | 26 | 461 | 105 | 56 |
| Binary | 11001000 | 100101 | 10111010 | 0 | 1010010 | 111 | 10110 | 100110001 | 1000101 | 101110 |
Color Harmonies of #C825BA
Complementary color
Monochromatic Colors of #C825BA
Black with #C825BA
Text Example
Text Example
White with #C825BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825BA; }
p { color: rgb(200,37,186); }
H1.HeaderClassName
{
color: #C825BA;
}
.AnyTagClassName
{
color: #C825BA;
}
</style>
background-color css
<style>
a { background-color: #C825BA; }
a { background-color: rgb(200,37,186); }
div.DivClassName
{
background-color: #C825BA;
}
.BgClassName
{
background-color: #C825BA;
}
</style>
border-color css
<style>
span { border-color: #C825BA; }
span { border-color: rgb(200,37,186); }
td.TdClassName
{
border-color: #C825BA;
}
.TagClassName
{
border-color: #C825BA;
}
</style>