Shades of Deep Magenta #C827BA
Tints of Deep Magenta #C827BA
RGB
CMYK
RGB Variations
Color information
#C827BA (or 0xC827BA) is known color: Deep Magenta. HEX triplet: C8, 27 and BA. RGB value is (200,39,186). Sum of RGB (Red+Green+Blue) = 200+39+186=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C827BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827BA is #37D845. Grayscale: #676767. Windows color (decimal): -3659846 or 12199880. OLE color: 12199880.
HSL color Cylindrical-coordinate representation of color #C827BA: hue angle of 305.22º 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 #C827BA is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 186 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.22 |
| HSL | 305.22º | 0.67% | 0.47% | - |
| HSV(B) | 305.22º | 0.81% | 0.78% | - |
| XYZ | 33.41 | 17.28 | 48.03 | - |
| YUV | 103.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 186 | 0 | 0.80 | 0.07 | 0.22 | 305.22 | 0.67 | 0.47 |
| Hex | C8 | 27 | BA | 0 | 50 | 7 | 16 | 131 | 43 | 2F |
| Octal | 310 | 47 | 272 | 0 | 120 | 7 | 26 | 461 | 103 | 57 |
| Binary | 11001000 | 100111 | 10111010 | 0 | 1010000 | 111 | 10110 | 100110001 | 1000011 | 101111 |
Color Harmonies of #C827BA
Complementary color
Monochromatic Colors of #C827BA
Black with #C827BA
Text Example
Text Example
White with #C827BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827BA; }
p { color: rgb(200,39,186); }
H1.HeaderClassName
{
color: #C827BA;
}
.AnyTagClassName
{
color: #C827BA;
}
</style>
background-color css
<style>
a { background-color: #C827BA; }
a { background-color: rgb(200,39,186); }
div.DivClassName
{
background-color: #C827BA;
}
.BgClassName
{
background-color: #C827BA;
}
</style>
border-color css
<style>
span { border-color: #C827BA; }
span { border-color: rgb(200,39,186); }
td.TdClassName
{
border-color: #C827BA;
}
.TagClassName
{
border-color: #C827BA;
}
</style>