Shades of Deep Magenta #C825BC
Tints of Deep Magenta #C825BC
RGB
CMYK
RGB Variations
Color information
#C825BC (or 0xC825BC) is known color: Deep Magenta. HEX triplet: C8, 25 and BC. RGB value is (200,37,188). Sum of RGB (Red+Green+Blue) = 200+37+188=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C825BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825BC is #37DA43. Grayscale: #666666. Windows color (decimal): -3660356 or 12330440. OLE color: 12330440.
HSL color Cylindrical-coordinate representation of color #C825BC: hue angle of 304.42º 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 #C825BC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 188 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.22 |
| HSL | 304.42º | 0.69% | 0.46% | - |
| HSV(B) | 304.42º | 0.82% | 0.78% | - |
| XYZ | 33.56 | 17.23 | 49.13 | - |
| YUV | 102.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 188 | 0 | 0.82 | 0.06 | 0.22 | 304.42 | 0.69 | 0.46 |
| Hex | C8 | 25 | BC | 0 | 52 | 6 | 16 | 130 | 45 | 2E |
| Octal | 310 | 45 | 274 | 0 | 122 | 6 | 26 | 460 | 105 | 56 |
| Binary | 11001000 | 100101 | 10111100 | 0 | 1010010 | 110 | 10110 | 100110000 | 1000101 | 101110 |
Color Harmonies of #C825BC
Complementary color
Monochromatic Colors of #C825BC
Black with #C825BC
Text Example
Text Example
White with #C825BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825BC; }
p { color: rgb(200,37,188); }
H1.HeaderClassName
{
color: #C825BC;
}
.AnyTagClassName
{
color: #C825BC;
}
</style>
background-color css
<style>
a { background-color: #C825BC; }
a { background-color: rgb(200,37,188); }
div.DivClassName
{
background-color: #C825BC;
}
.BgClassName
{
background-color: #C825BC;
}
</style>
border-color css
<style>
span { border-color: #C825BC; }
span { border-color: rgb(200,37,188); }
td.TdClassName
{
border-color: #C825BC;
}
.TagClassName
{
border-color: #C825BC;
}
</style>