Shades of Deep Magenta #C825B2
Tints of Deep Magenta #C825B2
RGB
CMYK
RGB Variations
Color information
#C825B2 (or 0xC825B2) is known color: Deep Magenta. HEX triplet: C8, 25 and B2. RGB value is (200,37,178). Sum of RGB (Red+Green+Blue) = 200+37+178=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C825B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C825B2 is #37DA4D. Grayscale: #656565. Windows color (decimal): -3660366 or 11675080. OLE color: 11675080.
HSL color Cylindrical-coordinate representation of color #C825B2: hue angle of 308.1º 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 #C825B2 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 178 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.22 |
| HSL | 308.1º | 0.69% | 0.46% | - |
| HSV(B) | 308.1º | 0.82% | 0.78% | - |
| XYZ | 32.52 | 16.82 | 43.65 | - |
| YUV | 101.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 178 | 0 | 0.82 | 0.11 | 0.22 | 308.1 | 0.69 | 0.46 |
| Hex | C8 | 25 | B2 | 0 | 52 | B | 16 | 134 | 45 | 2E |
| Octal | 310 | 45 | 262 | 0 | 122 | 13 | 26 | 464 | 105 | 56 |
| Binary | 11001000 | 100101 | 10110010 | 0 | 1010010 | 1011 | 10110 | 100110100 | 1000101 | 101110 |
Color Harmonies of #C825B2
Complementary color
Monochromatic Colors of #C825B2
Black with #C825B2
Text Example
Text Example
White with #C825B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825B2; }
p { color: rgb(200,37,178); }
H1.HeaderClassName
{
color: #C825B2;
}
.AnyTagClassName
{
color: #C825B2;
}
</style>
background-color css
<style>
a { background-color: #C825B2; }
a { background-color: rgb(200,37,178); }
div.DivClassName
{
background-color: #C825B2;
}
.BgClassName
{
background-color: #C825B2;
}
</style>
border-color css
<style>
span { border-color: #C825B2; }
span { border-color: rgb(200,37,178); }
td.TdClassName
{
border-color: #C825B2;
}
.TagClassName
{
border-color: #C825B2;
}
</style>