Shades of Deep Magenta #C907C7
Tints of Deep Magenta #C907C7
RGB
CMYK
RGB Variations
Color information
#C907C7 (or 0xC907C7) is known color: Deep Magenta. HEX triplet: C9, 07 and C7. RGB value is (201,7,199). Sum of RGB (Red+Green+Blue) = 201+7+199=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C907C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907C7 is #36F838. Grayscale: #565656. Windows color (decimal): -3602489 or 13043657. OLE color: 13043657.
HSL color Cylindrical-coordinate representation of color #C907C7: hue angle of 300.62º 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 #C907C7 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.21 |
| HSL | 300.62º | 0.93% | 0.41% | - |
| HSV(B) | 300.62º | 0.97% | 0.79% | - |
| XYZ | 34.47 | 16.69 | 55.44 | - |
| YUV | 86.89 | 191.27 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 199 | 0 | 0.97 | 0.01 | 0.21 | 300.62 | 0.93 | 0.41 |
| Hex | C9 | 7 | C7 | 0 | 61 | 1 | 15 | 12D | 5D | 29 |
| Octal | 311 | 7 | 307 | 0 | 141 | 1 | 25 | 455 | 135 | 51 |
| Binary | 11001001 | 111 | 11000111 | 0 | 1100001 | 1 | 10101 | 100101101 | 1011101 | 101001 |
Color Harmonies of #C907C7
Complementary color
Monochromatic Colors of #C907C7
Black with #C907C7
Text Example
Text Example
White with #C907C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907C7; }
p { color: rgb(201,7,199); }
H1.HeaderClassName
{
color: #C907C7;
}
.AnyTagClassName
{
color: #C907C7;
}
</style>
background-color css
<style>
a { background-color: #C907C7; }
a { background-color: rgb(201,7,199); }
div.DivClassName
{
background-color: #C907C7;
}
.BgClassName
{
background-color: #C907C7;
}
</style>
border-color css
<style>
span { border-color: #C907C7; }
span { border-color: rgb(201,7,199); }
td.TdClassName
{
border-color: #C907C7;
}
.TagClassName
{
border-color: #C907C7;
}
</style>