Shades of Deep Magenta #C927C7
Tints of Deep Magenta #C927C7
RGB
CMYK
RGB Variations
Color information
#C927C7 (or 0xC927C7) is known color: Deep Magenta. HEX triplet: C9, 27 and C7. RGB value is (201,39,199). Sum of RGB (Red+Green+Blue) = 201+39+199=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C927C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927C7 is #36D838. Grayscale: #696969. Windows color (decimal): -3594297 or 13051849. OLE color: 13051849.
HSL color Cylindrical-coordinate representation of color #C927C7: hue angle of 300.74º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C927C7 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 199 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.21 |
| HSL | 300.74º | 0.68% | 0.47% | - |
| HSV(B) | 300.74º | 0.81% | 0.79% | - |
| XYZ | 35.12 | 17.99 | 55.65 | - |
| YUV | 105.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 199 | 0 | 0.81 | 0.01 | 0.21 | 300.74 | 0.68 | 0.47 |
| Hex | C9 | 27 | C7 | 0 | 51 | 1 | 15 | 12D | 44 | 2F |
| Octal | 311 | 47 | 307 | 0 | 121 | 1 | 25 | 455 | 104 | 57 |
| Binary | 11001001 | 100111 | 11000111 | 0 | 1010001 | 1 | 10101 | 100101101 | 1000100 | 101111 |
Color Harmonies of #C927C7
Complementary color
Monochromatic Colors of #C927C7
Black with #C927C7
Text Example
Text Example
White with #C927C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C927C7; }
p { color: rgb(201,39,199); }
H1.HeaderClassName
{
color: #C927C7;
}
.AnyTagClassName
{
color: #C927C7;
}
</style>
background-color css
<style>
a { background-color: #C927C7; }
a { background-color: rgb(201,39,199); }
div.DivClassName
{
background-color: #C927C7;
}
.BgClassName
{
background-color: #C927C7;
}
</style>
border-color css
<style>
span { border-color: #C927C7; }
span { border-color: rgb(201,39,199); }
td.TdClassName
{
border-color: #C927C7;
}
.TagClassName
{
border-color: #C927C7;
}
</style>