Shades of Deep Magenta #C827CF
Tints of Deep Magenta #C827CF
RGB
CMYK
RGB Variations
Color information
#C827CF (or 0xC827CF) is known color: Deep Magenta. HEX triplet: C8, 27 and CF. RGB value is (200,39,207). Sum of RGB (Red+Green+Blue) = 200+39+207=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C827CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827CF is #37D830. Grayscale: #696969. Windows color (decimal): -3659825 or 13576136. OLE color: 13576136.
HSL color Cylindrical-coordinate representation of color #C827CF: hue angle of 297.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827CF is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 39 | 207 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.19 |
| HSL | 297.5º | 0.68% | 0.48% | - |
| HSV(B) | 297.5º | 0.81% | 0.81% | - |
| XYZ | 35.81 | 18.24 | 60.66 | - |
| YUV | 106.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 207 | 0.03 | 0.81 | 0 | 0.19 | 297.5 | 0.68 | 0.48 |
| Hex | C8 | 27 | CF | 3 | 51 | 0 | 13 | 12A | 44 | 30 |
| Octal | 310 | 47 | 317 | 3 | 121 | 0 | 23 | 452 | 104 | 60 |
| Binary | 11001000 | 100111 | 11001111 | 11 | 1010001 | 0 | 10011 | 100101010 | 1000100 | 110000 |
Color Harmonies of #C827CF
Complementary color
Monochromatic Colors of #C827CF
Black with #C827CF
Text Example
Text Example
White with #C827CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827CF; }
p { color: rgb(200,39,207); }
H1.HeaderClassName
{
color: #C827CF;
}
.AnyTagClassName
{
color: #C827CF;
}
</style>
background-color css
<style>
a { background-color: #C827CF; }
a { background-color: rgb(200,39,207); }
div.DivClassName
{
background-color: #C827CF;
}
.BgClassName
{
background-color: #C827CF;
}
</style>
border-color css
<style>
span { border-color: #C827CF; }
span { border-color: rgb(200,39,207); }
td.TdClassName
{
border-color: #C827CF;
}
.TagClassName
{
border-color: #C827CF;
}
</style>