Shades of Deep Magenta #C908BF
Tints of Deep Magenta #C908BF
RGB
CMYK
RGB Variations
Color information
#C908BF (or 0xC908BF) is known color: Deep Magenta. HEX triplet: C9, 08 and BF. RGB value is (201,8,191). Sum of RGB (Red+Green+Blue) = 201+8+191=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C908BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908BF is #36F740. Grayscale: #565656. Windows color (decimal): -3602241 or 12519625. OLE color: 12519625.
HSL color Cylindrical-coordinate representation of color #C908BF: hue angle of 303.11º 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 #C908BF is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.21 |
| HSL | 303.11º | 0.92% | 0.41% | - |
| HSV(B) | 303.11º | 0.96% | 0.79% | - |
| XYZ | 33.58 | 16.35 | 50.68 | - |
| YUV | 86.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 191 | 0 | 0.96 | 0.05 | 0.21 | 303.11 | 0.92 | 0.41 |
| Hex | C9 | 8 | BF | 0 | 60 | 5 | 15 | 12F | 5C | 29 |
| Octal | 311 | 10 | 277 | 0 | 140 | 5 | 25 | 457 | 134 | 51 |
| Binary | 11001001 | 1000 | 10111111 | 0 | 1100000 | 101 | 10101 | 100101111 | 1011100 | 101001 |
Color Harmonies of #C908BF
Complementary color
Monochromatic Colors of #C908BF
Black with #C908BF
Text Example
Text Example
White with #C908BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908BF; }
p { color: rgb(201,8,191); }
H1.HeaderClassName
{
color: #C908BF;
}
.AnyTagClassName
{
color: #C908BF;
}
</style>
background-color css
<style>
a { background-color: #C908BF; }
a { background-color: rgb(201,8,191); }
div.DivClassName
{
background-color: #C908BF;
}
.BgClassName
{
background-color: #C908BF;
}
</style>
border-color css
<style>
span { border-color: #C908BF; }
span { border-color: rgb(201,8,191); }
td.TdClassName
{
border-color: #C908BF;
}
.TagClassName
{
border-color: #C908BF;
}
</style>