Shades of Deep Magenta #C907B2
Tints of Deep Magenta #C907B2
RGB
CMYK
RGB Variations
Color information
#C907B2 (or 0xC907B2) is known color: Deep Magenta. HEX triplet: C9, 07 and B2. RGB value is (201,7,178). Sum of RGB (Red+Green+Blue) = 201+7+178=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C907B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C907B2 is #36F84D. Grayscale: #545454. Windows color (decimal): -3602510 or 11667401. OLE color: 11667401.
HSL color Cylindrical-coordinate representation of color #C907B2: hue angle of 307.11º 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 #C907B2 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.21 |
| HSL | 307.11º | 0.93% | 0.41% | - |
| HSV(B) | 307.11º | 0.97% | 0.79% | - |
| XYZ | 32.2 | 15.78 | 43.47 | - |
| YUV | 84.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 178 | 0 | 0.97 | 0.11 | 0.21 | 307.11 | 0.93 | 0.41 |
| Hex | C9 | 7 | B2 | 0 | 61 | B | 15 | 133 | 5D | 29 |
| Octal | 311 | 7 | 262 | 0 | 141 | 13 | 25 | 463 | 135 | 51 |
| Binary | 11001001 | 111 | 10110010 | 0 | 1100001 | 1011 | 10101 | 100110011 | 1011101 | 101001 |
Color Harmonies of #C907B2
Complementary color
Monochromatic Colors of #C907B2
Black with #C907B2
Text Example
Text Example
White with #C907B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907B2; }
p { color: rgb(201,7,178); }
H1.HeaderClassName
{
color: #C907B2;
}
.AnyTagClassName
{
color: #C907B2;
}
</style>
background-color css
<style>
a { background-color: #C907B2; }
a { background-color: rgb(201,7,178); }
div.DivClassName
{
background-color: #C907B2;
}
.BgClassName
{
background-color: #C907B2;
}
</style>
border-color css
<style>
span { border-color: #C907B2; }
span { border-color: rgb(201,7,178); }
td.TdClassName
{
border-color: #C907B2;
}
.TagClassName
{
border-color: #C907B2;
}
</style>