Shades of Deep Magenta #C827B1
Tints of Deep Magenta #C827B1
RGB
CMYK
RGB Variations
Color information
#C827B1 (or 0xC827B1) is known color: Deep Magenta. HEX triplet: C8, 27 and B1. RGB value is (200,39,177). Sum of RGB (Red+Green+Blue) = 200+39+177=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C827B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C827B1 is #37D84E. Grayscale: #666666. Windows color (decimal): -3659855 or 11610056. OLE color: 11610056.
HSL color Cylindrical-coordinate representation of color #C827B1: hue angle of 308.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827B1 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 177 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.22 |
| HSL | 308.57º | 0.67% | 0.47% | - |
| HSV(B) | 308.57º | 0.81% | 0.78% | - |
| XYZ | 32.48 | 16.9 | 43.15 | - |
| YUV | 102.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 177 | 0 | 0.80 | 0.12 | 0.22 | 308.57 | 0.67 | 0.47 |
| Hex | C8 | 27 | B1 | 0 | 50 | C | 16 | 135 | 43 | 2F |
| Octal | 310 | 47 | 261 | 0 | 120 | 14 | 26 | 465 | 103 | 57 |
| Binary | 11001000 | 100111 | 10110001 | 0 | 1010000 | 1100 | 10110 | 100110101 | 1000011 | 101111 |
Color Harmonies of #C827B1
Complementary color
Monochromatic Colors of #C827B1
Black with #C827B1
Text Example
Text Example
White with #C827B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827B1; }
p { color: rgb(200,39,177); }
H1.HeaderClassName
{
color: #C827B1;
}
.AnyTagClassName
{
color: #C827B1;
}
</style>
background-color css
<style>
a { background-color: #C827B1; }
a { background-color: rgb(200,39,177); }
div.DivClassName
{
background-color: #C827B1;
}
.BgClassName
{
background-color: #C827B1;
}
</style>
border-color css
<style>
span { border-color: #C827B1; }
span { border-color: rgb(200,39,177); }
td.TdClassName
{
border-color: #C827B1;
}
.TagClassName
{
border-color: #C827B1;
}
</style>