Shades of Deep Magenta #C92BD8
Tints of Deep Magenta #C92BD8
RGB
CMYK
RGB Variations
Color information
#C92BD8 (or 0xC92BD8) is known color: Deep Magenta. HEX triplet: C9, 2B and D8. RGB value is (201,43,216). Sum of RGB (Red+Green+Blue) = 201+43+216=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #C92BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BD8 is #36D427. Grayscale: #6D6D6D. Windows color (decimal): -3593256 or 14166985. OLE color: 14166985.
HSL color Cylindrical-coordinate representation of color #C92BD8: hue angle of 294.8º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92BD8 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 43 | 216 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.15 |
| HSL | 294.8º | 0.69% | 0.51% | - |
| HSV(B) | 294.8º | 0.8% | 0.85% | - |
| XYZ | 37.35 | 19.1 | 66.68 | - |
| YUV | 109.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 216 | 0.07 | 0.80 | 0 | 0.15 | 294.8 | 0.69 | 0.51 |
| Hex | C9 | 2B | D8 | 7 | 50 | 0 | F | 127 | 45 | 33 |
| Octal | 311 | 53 | 330 | 7 | 120 | 0 | 17 | 447 | 105 | 63 |
| Binary | 11001001 | 101011 | 11011000 | 111 | 1010000 | 0 | 1111 | 100100111 | 1000101 | 110011 |
Color Harmonies of #C92BD8
Complementary color
Monochromatic Colors of #C92BD8
Black with #C92BD8
Text Example
Text Example
White with #C92BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BD8; }
p { color: rgb(201,43,216); }
H1.HeaderClassName
{
color: #C92BD8;
}
.AnyTagClassName
{
color: #C92BD8;
}
</style>
background-color css
<style>
a { background-color: #C92BD8; }
a { background-color: rgb(201,43,216); }
div.DivClassName
{
background-color: #C92BD8;
}
.BgClassName
{
background-color: #C92BD8;
}
</style>
border-color css
<style>
span { border-color: #C92BD8; }
span { border-color: rgb(201,43,216); }
td.TdClassName
{
border-color: #C92BD8;
}
.TagClassName
{
border-color: #C92BD8;
}
</style>