Shades of Deep Magenta #C908B7
Tints of Deep Magenta #C908B7
RGB
CMYK
RGB Variations
Color information
#C908B7 (or 0xC908B7) is known color: Deep Magenta. HEX triplet: C9, 08 and B7. RGB value is (201,8,183). Sum of RGB (Red+Green+Blue) = 201+8+183=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C908B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908B7 is #36F748. Grayscale: #555555. Windows color (decimal): -3602249 or 11995337. OLE color: 11995337.
HSL color Cylindrical-coordinate representation of color #C908B7: hue angle of 305.6º 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 #C908B7 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 183 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.21 |
| HSL | 305.6º | 0.92% | 0.41% | - |
| HSV(B) | 305.6º | 0.96% | 0.79% | - |
| XYZ | 32.72 | 16.01 | 46.17 | - |
| YUV | 85.66 | 182.94 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 183 | 0 | 0.96 | 0.09 | 0.21 | 305.6 | 0.92 | 0.41 |
| Hex | C9 | 8 | B7 | 0 | 60 | 9 | 15 | 132 | 5C | 29 |
| Octal | 311 | 10 | 267 | 0 | 140 | 11 | 25 | 462 | 134 | 51 |
| Binary | 11001001 | 1000 | 10110111 | 0 | 1100000 | 1001 | 10101 | 100110010 | 1011100 | 101001 |
Color Harmonies of #C908B7
Complementary color
Monochromatic Colors of #C908B7
Black with #C908B7
Text Example
Text Example
White with #C908B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908B7; }
p { color: rgb(201,8,183); }
H1.HeaderClassName
{
color: #C908B7;
}
.AnyTagClassName
{
color: #C908B7;
}
</style>
background-color css
<style>
a { background-color: #C908B7; }
a { background-color: rgb(201,8,183); }
div.DivClassName
{
background-color: #C908B7;
}
.BgClassName
{
background-color: #C908B7;
}
</style>
border-color css
<style>
span { border-color: #C908B7; }
span { border-color: rgb(201,8,183); }
td.TdClassName
{
border-color: #C908B7;
}
.TagClassName
{
border-color: #C908B7;
}
</style>