Shades of Deep Magenta #C928DC
Tints of Deep Magenta #C928DC
RGB
CMYK
RGB Variations
Color information
#C928DC (or 0xC928DC) is known color: Deep Magenta. HEX triplet: C9, 28 and DC. RGB value is (201,40,220). Sum of RGB (Red+Green+Blue) = 201+40+220=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C928DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928DC is #36D723. Grayscale: #6C6C6C. Windows color (decimal): -3594020 or 14428361. OLE color: 14428361.
HSL color Cylindrical-coordinate representation of color #C928DC: hue angle of 293.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C928DC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 40 | 220 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.14 |
| HSL | 293.67º | 0.72% | 0.51% | - |
| HSV(B) | 293.67º | 0.82% | 0.86% | - |
| XYZ | 37.76 | 19.1 | 69.41 | - |
| YUV | 108.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 220 | 0.09 | 0.82 | 0 | 0.14 | 293.67 | 0.72 | 0.51 |
| Hex | C9 | 28 | DC | 9 | 52 | 0 | E | 126 | 48 | 33 |
| Octal | 311 | 50 | 334 | 11 | 122 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001001 | 101000 | 11011100 | 1001 | 1010010 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #C928DC
Complementary color
Monochromatic Colors of #C928DC
Black with #C928DC
Text Example
Text Example
White with #C928DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928DC; }
p { color: rgb(201,40,220); }
H1.HeaderClassName
{
color: #C928DC;
}
.AnyTagClassName
{
color: #C928DC;
}
</style>
background-color css
<style>
a { background-color: #C928DC; }
a { background-color: rgb(201,40,220); }
div.DivClassName
{
background-color: #C928DC;
}
.BgClassName
{
background-color: #C928DC;
}
</style>
border-color css
<style>
span { border-color: #C928DC; }
span { border-color: rgb(201,40,220); }
td.TdClassName
{
border-color: #C928DC;
}
.TagClassName
{
border-color: #C928DC;
}
</style>