Shades of Deep Magenta #C907AB
Tints of Deep Magenta #C907AB
RGB
CMYK
RGB Variations
Color information
#C907AB (or 0xC907AB) is known color: Deep Magenta. HEX triplet: C9, 07 and AB. RGB value is (201,7,171). Sum of RGB (Red+Green+Blue) = 201+7+171=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C907AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C907AB is #36F854. Grayscale: #535353. Windows color (decimal): -3602517 or 11208649. OLE color: 11208649.
HSL color Cylindrical-coordinate representation of color #C907AB: hue angle of 309.28º 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 #C907AB is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.21 |
| HSL | 309.28º | 0.93% | 0.41% | - |
| HSV(B) | 309.28º | 0.97% | 0.79% | - |
| XYZ | 31.51 | 15.51 | 39.86 | - |
| YUV | 83.7 | 177.27 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 171 | 0 | 0.97 | 0.15 | 0.21 | 309.28 | 0.93 | 0.41 |
| Hex | C9 | 7 | AB | 0 | 61 | F | 15 | 135 | 5D | 29 |
| Octal | 311 | 7 | 253 | 0 | 141 | 17 | 25 | 465 | 135 | 51 |
| Binary | 11001001 | 111 | 10101011 | 0 | 1100001 | 1111 | 10101 | 100110101 | 1011101 | 101001 |
Color Harmonies of #C907AB
Complementary color
Monochromatic Colors of #C907AB
Black with #C907AB
Text Example
Text Example
White with #C907AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907AB; }
p { color: rgb(201,7,171); }
H1.HeaderClassName
{
color: #C907AB;
}
.AnyTagClassName
{
color: #C907AB;
}
</style>
background-color css
<style>
a { background-color: #C907AB; }
a { background-color: rgb(201,7,171); }
div.DivClassName
{
background-color: #C907AB;
}
.BgClassName
{
background-color: #C907AB;
}
</style>
border-color css
<style>
span { border-color: #C907AB; }
span { border-color: rgb(201,7,171); }
td.TdClassName
{
border-color: #C907AB;
}
.TagClassName
{
border-color: #C907AB;
}
</style>