Shades of Deep Magenta #C900C7
Tints of Deep Magenta #C900C7
RGB
CMYK
RGB Variations
Color information
#C900C7 (or 0xC900C7) is known color: Deep Magenta. HEX triplet: C9, 00 and C7. RGB value is (201,0,199). Sum of RGB (Red+Green+Blue) = 201+0+199=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 199 (78.12% from 255 or 49.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C900C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900C7 is #36FF38. Grayscale: #525252. Windows color (decimal): -3604281 or 13041865. OLE color: 13041865.
HSL color Cylindrical-coordinate representation of color #C900C7: hue angle of 300.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900C7 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.01 | 0.21 |
| HSL | 300.6º | 1% | 0.39% | - |
| HSV(B) | 300.6º | 1% | 0.79% | - |
| XYZ | 34.4 | 16.54 | 55.41 | - |
| YUV | 82.79 | 193.59 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 199 | 0 | 1 | 0.01 | 0.21 | 300.6 | 1 | 0.39 |
| Hex | C9 | 0 | C7 | 0 | 64 | 1 | 15 | 12D | 64 | 27 |
| Octal | 311 | 0 | 307 | 0 | 144 | 1 | 25 | 455 | 144 | 47 |
| Binary | 11001001 | 0 | 11000111 | 0 | 1100100 | 1 | 10101 | 100101101 | 1100100 | 100111 |
Color Harmonies of #C900C7
Complementary color
Monochromatic Colors of #C900C7
Black with #C900C7
Text Example
Text Example
White with #C900C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900C7; }
p { color: rgb(201,0,199); }
H1.HeaderClassName
{
color: #C900C7;
}
.AnyTagClassName
{
color: #C900C7;
}
</style>
background-color css
<style>
a { background-color: #C900C7; }
a { background-color: rgb(201,0,199); }
div.DivClassName
{
background-color: #C900C7;
}
.BgClassName
{
background-color: #C900C7;
}
</style>
border-color css
<style>
span { border-color: #C900C7; }
span { border-color: rgb(201,0,199); }
td.TdClassName
{
border-color: #C900C7;
}
.TagClassName
{
border-color: #C900C7;
}
</style>