Shades of Deep Magenta #C825B3
Tints of Deep Magenta #C825B3
RGB
CMYK
RGB Variations
Color information
#C825B3 (or 0xC825B3) is known color: Deep Magenta. HEX triplet: C8, 25 and B3. RGB value is (200,37,179). Sum of RGB (Red+Green+Blue) = 200+37+179=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C825B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825B3 is #37DA4C. Grayscale: #656565. Windows color (decimal): -3660365 or 11740616. OLE color: 11740616.
HSL color Cylindrical-coordinate representation of color #C825B3: hue angle of 307.73º 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 #C825B3 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 179 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.22 |
| HSL | 307.73º | 0.69% | 0.46% | - |
| HSV(B) | 307.73º | 0.82% | 0.78% | - |
| XYZ | 32.62 | 16.86 | 44.18 | - |
| YUV | 101.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 179 | 0 | 0.82 | 0.10 | 0.22 | 307.73 | 0.69 | 0.46 |
| Hex | C8 | 25 | B3 | 0 | 52 | A | 16 | 134 | 45 | 2E |
| Octal | 310 | 45 | 263 | 0 | 122 | 12 | 26 | 464 | 105 | 56 |
| Binary | 11001000 | 100101 | 10110011 | 0 | 1010010 | 1010 | 10110 | 100110100 | 1000101 | 101110 |
Color Harmonies of #C825B3
Complementary color
Monochromatic Colors of #C825B3
Black with #C825B3
Text Example
Text Example
White with #C825B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825B3; }
p { color: rgb(200,37,179); }
H1.HeaderClassName
{
color: #C825B3;
}
.AnyTagClassName
{
color: #C825B3;
}
</style>
background-color css
<style>
a { background-color: #C825B3; }
a { background-color: rgb(200,37,179); }
div.DivClassName
{
background-color: #C825B3;
}
.BgClassName
{
background-color: #C825B3;
}
</style>
border-color css
<style>
span { border-color: #C825B3; }
span { border-color: rgb(200,37,179); }
td.TdClassName
{
border-color: #C825B3;
}
.TagClassName
{
border-color: #C825B3;
}
</style>