Shades of Deep Magenta #C928DD
Tints of Deep Magenta #C928DD
RGB
CMYK
RGB Variations
Color information
#C928DD (or 0xC928DD) is known color: Deep Magenta. HEX triplet: C9, 28 and DD. RGB value is (201,40,221). Sum of RGB (Red+Green+Blue) = 201+40+221=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C928DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928DD is #36D722. Grayscale: #6C6C6C. Windows color (decimal): -3594019 or 14493897. OLE color: 14493897.
HSL color Cylindrical-coordinate representation of color #C928DD: hue angle of 293.37º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C928DD is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 40 | 221 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.13 |
| HSL | 293.37º | 0.73% | 0.51% | - |
| HSV(B) | 293.37º | 0.82% | 0.87% | - |
| XYZ | 37.9 | 19.16 | 70.11 | - |
| YUV | 108.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 221 | 0.09 | 0.82 | 0 | 0.13 | 293.37 | 0.73 | 0.51 |
| Hex | C9 | 28 | DD | 9 | 52 | 0 | D | 125 | 49 | 33 |
| Octal | 311 | 50 | 335 | 11 | 122 | 0 | 15 | 445 | 111 | 63 |
| Binary | 11001001 | 101000 | 11011101 | 1001 | 1010010 | 0 | 1101 | 100100101 | 1001001 | 110011 |
Color Harmonies of #C928DD
Complementary color
Monochromatic Colors of #C928DD
Black with #C928DD
Text Example
Text Example
White with #C928DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928DD; }
p { color: rgb(201,40,221); }
H1.HeaderClassName
{
color: #C928DD;
}
.AnyTagClassName
{
color: #C928DD;
}
</style>
background-color css
<style>
a { background-color: #C928DD; }
a { background-color: rgb(201,40,221); }
div.DivClassName
{
background-color: #C928DD;
}
.BgClassName
{
background-color: #C928DD;
}
</style>
border-color css
<style>
span { border-color: #C928DD; }
span { border-color: rgb(201,40,221); }
td.TdClassName
{
border-color: #C928DD;
}
.TagClassName
{
border-color: #C928DD;
}
</style>