Shades of Deep Magenta #C827CD
Tints of Deep Magenta #C827CD
RGB
CMYK
RGB Variations
Color information
#C827CD (or 0xC827CD) is known color: Deep Magenta. HEX triplet: C8, 27 and CD. RGB value is (200,39,205). Sum of RGB (Red+Green+Blue) = 200+39+205=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #C827CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827CD is #37D832. Grayscale: #696969. Windows color (decimal): -3659827 or 13445064. OLE color: 13445064.
HSL color Cylindrical-coordinate representation of color #C827CD: hue angle of 298.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827CD is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 39 | 205 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.20 |
| HSL | 298.19º | 0.68% | 0.48% | - |
| HSV(B) | 298.19º | 0.81% | 0.8% | - |
| XYZ | 35.56 | 18.14 | 59.38 | - |
| YUV | 106.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 205 | 0.02 | 0.81 | 0 | 0.20 | 298.19 | 0.68 | 0.48 |
| Hex | C8 | 27 | CD | 2 | 51 | 0 | 14 | 12A | 44 | 30 |
| Octal | 310 | 47 | 315 | 2 | 121 | 0 | 24 | 452 | 104 | 60 |
| Binary | 11001000 | 100111 | 11001101 | 10 | 1010001 | 0 | 10100 | 100101010 | 1000100 | 110000 |
Color Harmonies of #C827CD
Complementary color
Monochromatic Colors of #C827CD
Black with #C827CD
Text Example
Text Example
White with #C827CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827CD; }
p { color: rgb(200,39,205); }
H1.HeaderClassName
{
color: #C827CD;
}
.AnyTagClassName
{
color: #C827CD;
}
</style>
background-color css
<style>
a { background-color: #C827CD; }
a { background-color: rgb(200,39,205); }
div.DivClassName
{
background-color: #C827CD;
}
.BgClassName
{
background-color: #C827CD;
}
</style>
border-color css
<style>
span { border-color: #C827CD; }
span { border-color: rgb(200,39,205); }
td.TdClassName
{
border-color: #C827CD;
}
.TagClassName
{
border-color: #C827CD;
}
</style>