Shades of Deep Magenta #C827C7
Tints of Deep Magenta #C827C7
RGB
CMYK
RGB Variations
Color information
#C827C7 (or 0xC827C7) is known color: Deep Magenta. HEX triplet: C8, 27 and C7. RGB value is (200,39,199). Sum of RGB (Red+Green+Blue) = 200+39+199=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C827C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827C7 is #37D838. Grayscale: #686868. Windows color (decimal): -3659833 or 13051848. OLE color: 13051848.
HSL color Cylindrical-coordinate representation of color #C827C7: hue angle of 300.37º 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 #C827C7 is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 199 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.22 |
| HSL | 300.37º | 0.67% | 0.47% | - |
| HSV(B) | 300.37º | 0.81% | 0.78% | - |
| XYZ | 34.85 | 17.85 | 55.64 | - |
| YUV | 105.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 199 | 0 | 0.80 | 0.00 | 0.22 | 300.37 | 0.67 | 0.47 |
| Hex | C8 | 27 | C7 | 0 | 50 | 0 | 16 | 12C | 43 | 2F |
| Octal | 310 | 47 | 307 | 0 | 120 | 0 | 26 | 454 | 103 | 57 |
| Binary | 11001000 | 100111 | 11000111 | 0 | 1010000 | 0 | 10110 | 100101100 | 1000011 | 101111 |
Color Harmonies of #C827C7
Complementary color
Monochromatic Colors of #C827C7
Black with #C827C7
Text Example
Text Example
White with #C827C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827C7; }
p { color: rgb(200,39,199); }
H1.HeaderClassName
{
color: #C827C7;
}
.AnyTagClassName
{
color: #C827C7;
}
</style>
background-color css
<style>
a { background-color: #C827C7; }
a { background-color: rgb(200,39,199); }
div.DivClassName
{
background-color: #C827C7;
}
.BgClassName
{
background-color: #C827C7;
}
</style>
border-color css
<style>
span { border-color: #C827C7; }
span { border-color: rgb(200,39,199); }
td.TdClassName
{
border-color: #C827C7;
}
.TagClassName
{
border-color: #C827C7;
}
</style>