Shades of Deep Magenta #C827BD
Tints of Deep Magenta #C827BD
RGB
CMYK
RGB Variations
Color information
#C827BD (or 0xC827BD) is known color: Deep Magenta. HEX triplet: C8, 27 and BD. RGB value is (200,39,189). Sum of RGB (Red+Green+Blue) = 200+39+189=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C827BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827BD is #37D842. Grayscale: #676767. Windows color (decimal): -3659843 or 12396488. OLE color: 12396488.
HSL color Cylindrical-coordinate representation of color #C827BD: hue angle of 304.1º 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 #C827BD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 189 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.22 |
| HSL | 304.1º | 0.67% | 0.47% | - |
| HSV(B) | 304.1º | 0.81% | 0.78% | - |
| XYZ | 33.73 | 17.4 | 49.73 | - |
| YUV | 104.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 189 | 0 | 0.80 | 0.06 | 0.22 | 304.1 | 0.67 | 0.47 |
| Hex | C8 | 27 | BD | 0 | 50 | 6 | 16 | 130 | 43 | 2F |
| Octal | 310 | 47 | 275 | 0 | 120 | 6 | 26 | 460 | 103 | 57 |
| Binary | 11001000 | 100111 | 10111101 | 0 | 1010000 | 110 | 10110 | 100110000 | 1000011 | 101111 |
Color Harmonies of #C827BD
Complementary color
Monochromatic Colors of #C827BD
Black with #C827BD
Text Example
Text Example
White with #C827BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827BD; }
p { color: rgb(200,39,189); }
H1.HeaderClassName
{
color: #C827BD;
}
.AnyTagClassName
{
color: #C827BD;
}
</style>
background-color css
<style>
a { background-color: #C827BD; }
a { background-color: rgb(200,39,189); }
div.DivClassName
{
background-color: #C827BD;
}
.BgClassName
{
background-color: #C827BD;
}
</style>
border-color css
<style>
span { border-color: #C827BD; }
span { border-color: rgb(200,39,189); }
td.TdClassName
{
border-color: #C827BD;
}
.TagClassName
{
border-color: #C827BD;
}
</style>