Shades of Deep Magenta #C907CD
Tints of Deep Magenta #C907CD
RGB
CMYK
RGB Variations
Color information
#C907CD (or 0xC907CD) is known color: Deep Magenta. HEX triplet: C9, 07 and CD. RGB value is (201,7,205). Sum of RGB (Red+Green+Blue) = 201+7+205=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #C907CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907CD is #36F832. Grayscale: #565656. Windows color (decimal): -3602483 or 13436873. OLE color: 13436873.
HSL color Cylindrical-coordinate representation of color #C907CD: hue angle of 298.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907CD is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 7 | 205 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.20 |
| HSL | 298.79º | 0.93% | 0.42% | - |
| HSV(B) | 298.79º | 0.97% | 0.8% | - |
| XYZ | 35.18 | 16.98 | 59.18 | - |
| YUV | 87.58 | 194.27 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 205 | 0.02 | 0.97 | 0 | 0.20 | 298.79 | 0.93 | 0.42 |
| Hex | C9 | 7 | CD | 2 | 61 | 0 | 14 | 12B | 5D | 2A |
| Octal | 311 | 7 | 315 | 2 | 141 | 0 | 24 | 453 | 135 | 52 |
| Binary | 11001001 | 111 | 11001101 | 10 | 1100001 | 0 | 10100 | 100101011 | 1011101 | 101010 |
Color Harmonies of #C907CD
Complementary color
Monochromatic Colors of #C907CD
Black with #C907CD
Text Example
Text Example
White with #C907CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907CD; }
p { color: rgb(201,7,205); }
H1.HeaderClassName
{
color: #C907CD;
}
.AnyTagClassName
{
color: #C907CD;
}
</style>
background-color css
<style>
a { background-color: #C907CD; }
a { background-color: rgb(201,7,205); }
div.DivClassName
{
background-color: #C907CD;
}
.BgClassName
{
background-color: #C907CD;
}
</style>
border-color css
<style>
span { border-color: #C907CD; }
span { border-color: rgb(201,7,205); }
td.TdClassName
{
border-color: #C907CD;
}
.TagClassName
{
border-color: #C907CD;
}
</style>