Shades of Deep Magenta #C825B4
Tints of Deep Magenta #C825B4
RGB
CMYK
RGB Variations
Color information
#C825B4 (or 0xC825B4) is known color: Deep Magenta. HEX triplet: C8, 25 and B4. RGB value is (200,37,180). Sum of RGB (Red+Green+Blue) = 200+37+180=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C825B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825B4 is #37DA4B. Grayscale: #656565. Windows color (decimal): -3660364 or 11806152. OLE color: 11806152.
HSL color Cylindrical-coordinate representation of color #C825B4: hue angle of 307.36º 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 #C825B4 is Cyan = 0, Magento = 0.82, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 180 | - |
| CMYK | 0 | 0.82 | 0.1 | 0.22 |
| HSL | 307.36º | 0.69% | 0.46% | - |
| HSV(B) | 307.36º | 0.82% | 0.78% | - |
| XYZ | 32.72 | 16.9 | 44.72 | - |
| YUV | 102.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 180 | 0 | 0.82 | 0.1 | 0.22 | 307.36 | 0.69 | 0.46 |
| Hex | C8 | 25 | B4 | 0 | 52 | A | 16 | 133 | 45 | 2E |
| Octal | 310 | 45 | 264 | 0 | 122 | 12 | 26 | 463 | 105 | 56 |
| Binary | 11001000 | 100101 | 10110100 | 0 | 1010010 | 1010 | 10110 | 100110011 | 1000101 | 101110 |
Color Harmonies of #C825B4
Complementary color
Monochromatic Colors of #C825B4
Black with #C825B4
Text Example
Text Example
White with #C825B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825B4; }
p { color: rgb(200,37,180); }
H1.HeaderClassName
{
color: #C825B4;
}
.AnyTagClassName
{
color: #C825B4;
}
</style>
background-color css
<style>
a { background-color: #C825B4; }
a { background-color: rgb(200,37,180); }
div.DivClassName
{
background-color: #C825B4;
}
.BgClassName
{
background-color: #C825B4;
}
</style>
border-color css
<style>
span { border-color: #C825B4; }
span { border-color: rgb(200,37,180); }
td.TdClassName
{
border-color: #C825B4;
}
.TagClassName
{
border-color: #C825B4;
}
</style>