Shades of Deep Magenta #C928C7
Tints of Deep Magenta #C928C7
RGB
CMYK
RGB Variations
Color information
#C928C7 (or 0xC928C7) is known color: Deep Magenta. HEX triplet: C9, 28 and C7. RGB value is (201,40,199). Sum of RGB (Red+Green+Blue) = 201+40+199=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C928C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928C7 is #36D738. Grayscale: #696969. Windows color (decimal): -3594041 or 13052105. OLE color: 13052105.
HSL color Cylindrical-coordinate representation of color #C928C7: hue angle of 300.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C928C7 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 199 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.21 |
| HSL | 300.75º | 0.67% | 0.47% | - |
| HSV(B) | 300.75º | 0.8% | 0.79% | - |
| XYZ | 35.15 | 18.06 | 55.67 | - |
| YUV | 106.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 199 | 0 | 0.80 | 0.01 | 0.21 | 300.75 | 0.67 | 0.47 |
| Hex | C9 | 28 | C7 | 0 | 50 | 1 | 15 | 12D | 43 | 2F |
| Octal | 311 | 50 | 307 | 0 | 120 | 1 | 25 | 455 | 103 | 57 |
| Binary | 11001001 | 101000 | 11000111 | 0 | 1010000 | 1 | 10101 | 100101101 | 1000011 | 101111 |
Color Harmonies of #C928C7
Complementary color
Monochromatic Colors of #C928C7
Black with #C928C7
Text Example
Text Example
White with #C928C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928C7; }
p { color: rgb(201,40,199); }
H1.HeaderClassName
{
color: #C928C7;
}
.AnyTagClassName
{
color: #C928C7;
}
</style>
background-color css
<style>
a { background-color: #C928C7; }
a { background-color: rgb(201,40,199); }
div.DivClassName
{
background-color: #C928C7;
}
.BgClassName
{
background-color: #C928C7;
}
</style>
border-color css
<style>
span { border-color: #C928C7; }
span { border-color: rgb(201,40,199); }
td.TdClassName
{
border-color: #C928C7;
}
.TagClassName
{
border-color: #C928C7;
}
</style>