Shades of Deep Magenta #C928DF
Tints of Deep Magenta #C928DF
RGB
CMYK
RGB Variations
Color information
#C928DF (or 0xC928DF) is known color: Deep Magenta. HEX triplet: C9, 28 and DF. RGB value is (201,40,223). Sum of RGB (Red+Green+Blue) = 201+40+223=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #C928DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928DF is #36D720. Grayscale: #6C6C6C. Windows color (decimal): -3594017 or 14624969. OLE color: 14624969.
HSL color Cylindrical-coordinate representation of color #C928DF: hue angle of 292.79º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C928DF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 40 | 223 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.13 |
| HSL | 292.79º | 0.74% | 0.52% | - |
| HSV(B) | 292.79º | 0.82% | 0.87% | - |
| XYZ | 38.17 | 19.26 | 71.52 | - |
| YUV | 109 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 223 | 0.10 | 0.82 | 0 | 0.13 | 292.79 | 0.74 | 0.52 |
| Hex | C9 | 28 | DF | A | 52 | 0 | D | 125 | 4A | 34 |
| Octal | 311 | 50 | 337 | 12 | 122 | 0 | 15 | 445 | 112 | 64 |
| Binary | 11001001 | 101000 | 11011111 | 1010 | 1010010 | 0 | 1101 | 100100101 | 1001010 | 110100 |
Color Harmonies of #C928DF
Complementary color
Monochromatic Colors of #C928DF
Black with #C928DF
Text Example
Text Example
White with #C928DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928DF; }
p { color: rgb(201,40,223); }
H1.HeaderClassName
{
color: #C928DF;
}
.AnyTagClassName
{
color: #C928DF;
}
</style>
background-color css
<style>
a { background-color: #C928DF; }
a { background-color: rgb(201,40,223); }
div.DivClassName
{
background-color: #C928DF;
}
.BgClassName
{
background-color: #C928DF;
}
</style>
border-color css
<style>
span { border-color: #C928DF; }
span { border-color: rgb(201,40,223); }
td.TdClassName
{
border-color: #C928DF;
}
.TagClassName
{
border-color: #C928DF;
}
</style>