Shades of Deep Magenta #C928DB
Tints of Deep Magenta #C928DB
RGB
CMYK
RGB Variations
Color information
#C928DB (or 0xC928DB) is known color: Deep Magenta. HEX triplet: C9, 28 and DB. RGB value is (201,40,219). Sum of RGB (Red+Green+Blue) = 201+40+219=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C928DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928DB is #36D724. Grayscale: #6B6B6B. Windows color (decimal): -3594021 or 14362825. OLE color: 14362825.
HSL color Cylindrical-coordinate representation of color #C928DB: hue angle of 293.97º degrees, saturation: 0.71, 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 #C928DB is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 40 | 219 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.14 |
| HSL | 293.97º | 0.71% | 0.51% | - |
| HSV(B) | 293.97º | 0.82% | 0.86% | - |
| XYZ | 37.63 | 19.05 | 68.71 | - |
| YUV | 108.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 219 | 0.08 | 0.82 | 0 | 0.14 | 293.97 | 0.71 | 0.51 |
| Hex | C9 | 28 | DB | 8 | 52 | 0 | E | 126 | 47 | 33 |
| Octal | 311 | 50 | 333 | 10 | 122 | 0 | 16 | 446 | 107 | 63 |
| Binary | 11001001 | 101000 | 11011011 | 1000 | 1010010 | 0 | 1110 | 100100110 | 1000111 | 110011 |
Color Harmonies of #C928DB
Complementary color
Monochromatic Colors of #C928DB
Black with #C928DB
Text Example
Text Example
White with #C928DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928DB; }
p { color: rgb(201,40,219); }
H1.HeaderClassName
{
color: #C928DB;
}
.AnyTagClassName
{
color: #C928DB;
}
</style>
background-color css
<style>
a { background-color: #C928DB; }
a { background-color: rgb(201,40,219); }
div.DivClassName
{
background-color: #C928DB;
}
.BgClassName
{
background-color: #C928DB;
}
</style>
border-color css
<style>
span { border-color: #C928DB; }
span { border-color: rgb(201,40,219); }
td.TdClassName
{
border-color: #C928DB;
}
.TagClassName
{
border-color: #C928DB;
}
</style>