Shades of Deep Magenta #C907B3
Tints of Deep Magenta #C907B3
RGB
CMYK
RGB Variations
Color information
#C907B3 (or 0xC907B3) is known color: Deep Magenta. HEX triplet: C9, 07 and B3. RGB value is (201,7,179). Sum of RGB (Red+Green+Blue) = 201+7+179=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C907B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907B3 is #36F84C. Grayscale: #545454. Windows color (decimal): -3602509 or 11732937. OLE color: 11732937.
HSL color Cylindrical-coordinate representation of color #C907B3: hue angle of 306.8º 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 #C907B3 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 179 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.21 |
| HSL | 306.8º | 0.93% | 0.41% | - |
| HSV(B) | 306.8º | 0.97% | 0.79% | - |
| XYZ | 32.3 | 15.82 | 44 | - |
| YUV | 84.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 179 | 0 | 0.97 | 0.11 | 0.21 | 306.8 | 0.93 | 0.41 |
| Hex | C9 | 7 | B3 | 0 | 61 | B | 15 | 133 | 5D | 29 |
| Octal | 311 | 7 | 263 | 0 | 141 | 13 | 25 | 463 | 135 | 51 |
| Binary | 11001001 | 111 | 10110011 | 0 | 1100001 | 1011 | 10101 | 100110011 | 1011101 | 101001 |
Color Harmonies of #C907B3
Complementary color
Monochromatic Colors of #C907B3
Black with #C907B3
Text Example
Text Example
White with #C907B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907B3; }
p { color: rgb(201,7,179); }
H1.HeaderClassName
{
color: #C907B3;
}
.AnyTagClassName
{
color: #C907B3;
}
</style>
background-color css
<style>
a { background-color: #C907B3; }
a { background-color: rgb(201,7,179); }
div.DivClassName
{
background-color: #C907B3;
}
.BgClassName
{
background-color: #C907B3;
}
</style>
border-color css
<style>
span { border-color: #C907B3; }
span { border-color: rgb(201,7,179); }
td.TdClassName
{
border-color: #C907B3;
}
.TagClassName
{
border-color: #C907B3;
}
</style>