Shades of Deep Magenta #C908E1
Tints of Deep Magenta #C908E1
RGB
CMYK
RGB Variations
Color information
#C908E1 (or 0xC908E1) is known color: Deep Magenta. HEX triplet: C9, 08 and E1. RGB value is (201,8,225). Sum of RGB (Red+Green+Blue) = 201+8+225=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #C908E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908E1 is #36F71E. Grayscale: #595959. Windows color (decimal): -3602207 or 14747849. OLE color: 14747849.
HSL color Cylindrical-coordinate representation of color #C908E1: hue angle of 293.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908E1 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 8 | 225 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.12 |
| HSL | 293.36º | 0.93% | 0.46% | - |
| HSV(B) | 293.36º | 0.96% | 0.88% | - |
| XYZ | 37.76 | 18.03 | 72.72 | - |
| YUV | 90.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 225 | 0.11 | 0.96 | 0 | 0.12 | 293.36 | 0.93 | 0.46 |
| Hex | C9 | 8 | E1 | B | 60 | 0 | C | 125 | 5D | 2E |
| Octal | 311 | 10 | 341 | 13 | 140 | 0 | 14 | 445 | 135 | 56 |
| Binary | 11001001 | 1000 | 11100001 | 1011 | 1100000 | 0 | 1100 | 100100101 | 1011101 | 101110 |
Color Harmonies of #C908E1
Complementary color
Monochromatic Colors of #C908E1
Black with #C908E1
Text Example
Text Example
White with #C908E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908E1; }
p { color: rgb(201,8,225); }
H1.HeaderClassName
{
color: #C908E1;
}
.AnyTagClassName
{
color: #C908E1;
}
</style>
background-color css
<style>
a { background-color: #C908E1; }
a { background-color: rgb(201,8,225); }
div.DivClassName
{
background-color: #C908E1;
}
.BgClassName
{
background-color: #C908E1;
}
</style>
border-color css
<style>
span { border-color: #C908E1; }
span { border-color: rgb(201,8,225); }
td.TdClassName
{
border-color: #C908E1;
}
.TagClassName
{
border-color: #C908E1;
}
</style>