Shades of Deep Magenta #C907B1
Tints of Deep Magenta #C907B1
RGB
CMYK
RGB Variations
Color information
#C907B1 (or 0xC907B1) is known color: Deep Magenta. HEX triplet: C9, 07 and B1. RGB value is (201,7,177). Sum of RGB (Red+Green+Blue) = 201+7+177=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C907B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C907B1 is #36F84E. Grayscale: #535353. Windows color (decimal): -3602511 or 11601865. OLE color: 11601865.
HSL color Cylindrical-coordinate representation of color #C907B1: hue angle of 307.42º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907B1 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.21 |
| HSL | 307.42º | 0.93% | 0.41% | - |
| HSV(B) | 307.42º | 0.97% | 0.79% | - |
| XYZ | 32.1 | 15.74 | 42.94 | - |
| YUV | 84.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 177 | 0 | 0.97 | 0.12 | 0.21 | 307.42 | 0.93 | 0.41 |
| Hex | C9 | 7 | B1 | 0 | 61 | C | 15 | 133 | 5D | 29 |
| Octal | 311 | 7 | 261 | 0 | 141 | 14 | 25 | 463 | 135 | 51 |
| Binary | 11001001 | 111 | 10110001 | 0 | 1100001 | 1100 | 10101 | 100110011 | 1011101 | 101001 |
Color Harmonies of #C907B1
Complementary color
Monochromatic Colors of #C907B1
Black with #C907B1
Text Example
Text Example
White with #C907B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907B1; }
p { color: rgb(201,7,177); }
H1.HeaderClassName
{
color: #C907B1;
}
.AnyTagClassName
{
color: #C907B1;
}
</style>
background-color css
<style>
a { background-color: #C907B1; }
a { background-color: rgb(201,7,177); }
div.DivClassName
{
background-color: #C907B1;
}
.BgClassName
{
background-color: #C907B1;
}
</style>
border-color css
<style>
span { border-color: #C907B1; }
span { border-color: rgb(201,7,177); }
td.TdClassName
{
border-color: #C907B1;
}
.TagClassName
{
border-color: #C907B1;
}
</style>