Shades of Deep Magenta #C928CC
Tints of Deep Magenta #C928CC
RGB
CMYK
RGB Variations
Color information
#C928CC (or 0xC928CC) is known color: Deep Magenta. HEX triplet: C9, 28 and CC. RGB value is (201,40,204). Sum of RGB (Red+Green+Blue) = 201+40+204=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #C928CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928CC is #36D733. Grayscale: #6A6A6A. Windows color (decimal): -3594036 or 13379785. OLE color: 13379785.
HSL color Cylindrical-coordinate representation of color #C928CC: hue angle of 298.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C928CC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 40 | 204 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.2 |
| HSL | 298.9º | 0.67% | 0.48% | - |
| HSV(B) | 298.9º | 0.8% | 0.8% | - |
| XYZ | 35.75 | 18.29 | 58.77 | - |
| YUV | 106.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 204 | 0.01 | 0.80 | 0 | 0.2 | 298.9 | 0.67 | 0.48 |
| Hex | C9 | 28 | CC | 1 | 50 | 0 | 14 | 12B | 43 | 30 |
| Octal | 311 | 50 | 314 | 1 | 120 | 0 | 24 | 453 | 103 | 60 |
| Binary | 11001001 | 101000 | 11001100 | 1 | 1010000 | 0 | 10100 | 100101011 | 1000011 | 110000 |
Color Harmonies of #C928CC
Complementary color
Monochromatic Colors of #C928CC
Black with #C928CC
Text Example
Text Example
White with #C928CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928CC; }
p { color: rgb(201,40,204); }
H1.HeaderClassName
{
color: #C928CC;
}
.AnyTagClassName
{
color: #C928CC;
}
</style>
background-color css
<style>
a { background-color: #C928CC; }
a { background-color: rgb(201,40,204); }
div.DivClassName
{
background-color: #C928CC;
}
.BgClassName
{
background-color: #C928CC;
}
</style>
border-color css
<style>
span { border-color: #C928CC; }
span { border-color: rgb(201,40,204); }
td.TdClassName
{
border-color: #C928CC;
}
.TagClassName
{
border-color: #C928CC;
}
</style>