Shades of Deep Magenta #C907AA
Tints of Deep Magenta #C907AA
RGB
CMYK
RGB Variations
Color information
#C907AA (or 0xC907AA) is known color: Deep Magenta. HEX triplet: C9, 07 and AA. RGB value is (201,7,170). Sum of RGB (Red+Green+Blue) = 201+7+170=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C907AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C907AA is #36F855. Grayscale: #535353. Windows color (decimal): -3602518 or 11143113. OLE color: 11143113.
HSL color Cylindrical-coordinate representation of color #C907AA: hue angle of 309.59º 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 #C907AA is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.21 |
| HSL | 309.59º | 0.93% | 0.41% | - |
| HSV(B) | 309.59º | 0.97% | 0.79% | - |
| XYZ | 31.42 | 15.47 | 39.36 | - |
| YUV | 83.59 | 176.77 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 170 | 0 | 0.97 | 0.15 | 0.21 | 309.59 | 0.93 | 0.41 |
| Hex | C9 | 7 | AA | 0 | 61 | F | 15 | 136 | 5D | 29 |
| Octal | 311 | 7 | 252 | 0 | 141 | 17 | 25 | 466 | 135 | 51 |
| Binary | 11001001 | 111 | 10101010 | 0 | 1100001 | 1111 | 10101 | 100110110 | 1011101 | 101001 |
Color Harmonies of #C907AA
Complementary color
Monochromatic Colors of #C907AA
Black with #C907AA
Text Example
Text Example
White with #C907AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907AA; }
p { color: rgb(201,7,170); }
H1.HeaderClassName
{
color: #C907AA;
}
.AnyTagClassName
{
color: #C907AA;
}
</style>
background-color css
<style>
a { background-color: #C907AA; }
a { background-color: rgb(201,7,170); }
div.DivClassName
{
background-color: #C907AA;
}
.BgClassName
{
background-color: #C907AA;
}
</style>
border-color css
<style>
span { border-color: #C907AA; }
span { border-color: rgb(201,7,170); }
td.TdClassName
{
border-color: #C907AA;
}
.TagClassName
{
border-color: #C907AA;
}
</style>