Shades of Deep Magenta #C908D1
Tints of Deep Magenta #C908D1
RGB
CMYK
RGB Variations
Color information
#C908D1 (or 0xC908D1) is known color: Deep Magenta. HEX triplet: C9, 08 and D1. RGB value is (201,8,209). Sum of RGB (Red+Green+Blue) = 201+8+209=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #C908D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908D1 is #36F72E. Grayscale: #585858. Windows color (decimal): -3602223 or 13699273. OLE color: 13699273.
HSL color Cylindrical-coordinate representation of color #C908D1: hue angle of 297.61º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908D1 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 8 | 209 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.18 |
| HSL | 297.61º | 0.93% | 0.43% | - |
| HSV(B) | 297.61º | 0.96% | 0.82% | - |
| XYZ | 35.68 | 17.19 | 61.76 | - |
| YUV | 88.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 209 | 0.04 | 0.96 | 0 | 0.18 | 297.61 | 0.93 | 0.43 |
| Hex | C9 | 8 | D1 | 4 | 60 | 0 | 12 | 12A | 5D | 2B |
| Octal | 311 | 10 | 321 | 4 | 140 | 0 | 22 | 452 | 135 | 53 |
| Binary | 11001001 | 1000 | 11010001 | 100 | 1100000 | 0 | 10010 | 100101010 | 1011101 | 101011 |
Color Harmonies of #C908D1
Complementary color
Monochromatic Colors of #C908D1
Black with #C908D1
Text Example
Text Example
White with #C908D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908D1; }
p { color: rgb(201,8,209); }
H1.HeaderClassName
{
color: #C908D1;
}
.AnyTagClassName
{
color: #C908D1;
}
</style>
background-color css
<style>
a { background-color: #C908D1; }
a { background-color: rgb(201,8,209); }
div.DivClassName
{
background-color: #C908D1;
}
.BgClassName
{
background-color: #C908D1;
}
</style>
border-color css
<style>
span { border-color: #C908D1; }
span { border-color: rgb(201,8,209); }
td.TdClassName
{
border-color: #C908D1;
}
.TagClassName
{
border-color: #C908D1;
}
</style>