Shades of Deep Magenta #C908D6
Tints of Deep Magenta #C908D6
RGB
CMYK
RGB Variations
Color information
#C908D6 (or 0xC908D6) is known color: Deep Magenta. HEX triplet: C9, 08 and D6. RGB value is (201,8,214). Sum of RGB (Red+Green+Blue) = 201+8+214=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #C908D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908D6 is #36F729. Grayscale: #585858. Windows color (decimal): -3602218 or 14026953. OLE color: 14026953.
HSL color Cylindrical-coordinate representation of color #C908D6: hue angle of 296.21º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908D6 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 8 | 214 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.16 |
| HSL | 296.21º | 0.93% | 0.44% | - |
| HSV(B) | 296.21º | 0.96% | 0.84% | - |
| XYZ | 36.31 | 17.45 | 65.07 | - |
| YUV | 89.19 | 198.44 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 214 | 0.06 | 0.96 | 0 | 0.16 | 296.21 | 0.93 | 0.44 |
| Hex | C9 | 8 | D6 | 6 | 60 | 0 | 10 | 128 | 5D | 2C |
| Octal | 311 | 10 | 326 | 6 | 140 | 0 | 20 | 450 | 135 | 54 |
| Binary | 11001001 | 1000 | 11010110 | 110 | 1100000 | 0 | 10000 | 100101000 | 1011101 | 101100 |
Color Harmonies of #C908D6
Complementary color
Monochromatic Colors of #C908D6
Black with #C908D6
Text Example
Text Example
White with #C908D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908D6; }
p { color: rgb(201,8,214); }
H1.HeaderClassName
{
color: #C908D6;
}
.AnyTagClassName
{
color: #C908D6;
}
</style>
background-color css
<style>
a { background-color: #C908D6; }
a { background-color: rgb(201,8,214); }
div.DivClassName
{
background-color: #C908D6;
}
.BgClassName
{
background-color: #C908D6;
}
</style>
border-color css
<style>
span { border-color: #C908D6; }
span { border-color: rgb(201,8,214); }
td.TdClassName
{
border-color: #C908D6;
}
.TagClassName
{
border-color: #C908D6;
}
</style>