Shades of Deep Magenta #C908BD
Tints of Deep Magenta #C908BD
RGB
CMYK
RGB Variations
Color information
#C908BD (or 0xC908BD) is known color: Deep Magenta. HEX triplet: C9, 08 and BD. RGB value is (201,8,189). Sum of RGB (Red+Green+Blue) = 201+8+189=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C908BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908BD is #36F742. Grayscale: #555555. Windows color (decimal): -3602243 or 12388553. OLE color: 12388553.
HSL color Cylindrical-coordinate representation of color #C908BD: hue angle of 303.73º 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 #C908BD is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.21 |
| HSL | 303.73º | 0.92% | 0.41% | - |
| HSV(B) | 303.73º | 0.96% | 0.79% | - |
| XYZ | 33.36 | 16.27 | 49.53 | - |
| YUV | 86.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 189 | 0 | 0.96 | 0.06 | 0.21 | 303.73 | 0.92 | 0.41 |
| Hex | C9 | 8 | BD | 0 | 60 | 6 | 15 | 130 | 5C | 29 |
| Octal | 311 | 10 | 275 | 0 | 140 | 6 | 25 | 460 | 134 | 51 |
| Binary | 11001001 | 1000 | 10111101 | 0 | 1100000 | 110 | 10101 | 100110000 | 1011100 | 101001 |
Color Harmonies of #C908BD
Complementary color
Monochromatic Colors of #C908BD
Black with #C908BD
Text Example
Text Example
White with #C908BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908BD; }
p { color: rgb(201,8,189); }
H1.HeaderClassName
{
color: #C908BD;
}
.AnyTagClassName
{
color: #C908BD;
}
</style>
background-color css
<style>
a { background-color: #C908BD; }
a { background-color: rgb(201,8,189); }
div.DivClassName
{
background-color: #C908BD;
}
.BgClassName
{
background-color: #C908BD;
}
</style>
border-color css
<style>
span { border-color: #C908BD; }
span { border-color: rgb(201,8,189); }
td.TdClassName
{
border-color: #C908BD;
}
.TagClassName
{
border-color: #C908BD;
}
</style>