Shades of Deep Magenta #C908BA
Tints of Deep Magenta #C908BA
RGB
CMYK
RGB Variations
Color information
#C908BA (or 0xC908BA) is known color: Deep Magenta. HEX triplet: C9, 08 and BA. RGB value is (201,8,186). Sum of RGB (Red+Green+Blue) = 201+8+186=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C908BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908BA is #36F745. Grayscale: #555555. Windows color (decimal): -3602246 or 12191945. OLE color: 12191945.
HSL color Cylindrical-coordinate representation of color #C908BA: hue angle of 304.66º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908BA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 186 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.21 |
| HSL | 304.66º | 0.92% | 0.41% | - |
| HSV(B) | 304.66º | 0.96% | 0.79% | - |
| XYZ | 33.04 | 16.14 | 47.83 | - |
| YUV | 86 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 186 | 0 | 0.96 | 0.07 | 0.21 | 304.66 | 0.92 | 0.41 |
| Hex | C9 | 8 | BA | 0 | 60 | 7 | 15 | 131 | 5C | 29 |
| Octal | 311 | 10 | 272 | 0 | 140 | 7 | 25 | 461 | 134 | 51 |
| Binary | 11001001 | 1000 | 10111010 | 0 | 1100000 | 111 | 10101 | 100110001 | 1011100 | 101001 |
Color Harmonies of #C908BA
Complementary color
Monochromatic Colors of #C908BA
Black with #C908BA
Text Example
Text Example
White with #C908BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908BA; }
p { color: rgb(201,8,186); }
H1.HeaderClassName
{
color: #C908BA;
}
.AnyTagClassName
{
color: #C908BA;
}
</style>
background-color css
<style>
a { background-color: #C908BA; }
a { background-color: rgb(201,8,186); }
div.DivClassName
{
background-color: #C908BA;
}
.BgClassName
{
background-color: #C908BA;
}
</style>
border-color css
<style>
span { border-color: #C908BA; }
span { border-color: rgb(201,8,186); }
td.TdClassName
{
border-color: #C908BA;
}
.TagClassName
{
border-color: #C908BA;
}
</style>