Shades of Deep Magenta #C907C0
Tints of Deep Magenta #C907C0
RGB
CMYK
RGB Variations
Color information
#C907C0 (or 0xC907C0) is known color: Deep Magenta. HEX triplet: C9, 07 and C0. RGB value is (201,7,192). Sum of RGB (Red+Green+Blue) = 201+7+192=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C907C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907C0 is #36F83F. Grayscale: #555555. Windows color (decimal): -3602496 or 12584905. OLE color: 12584905.
HSL color Cylindrical-coordinate representation of color #C907C0: hue angle of 302.78º 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 #C907C0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 7 | 192 | - |
CMYK | 0 | 0.97 | 0.04 | 0.21 |
HSL | 302.78º | 0.93% | 0.41% | - |
HSV(B) | 302.78º | 0.97% | 0.79% | - |
XYZ | 33.68 | 16.38 | 51.25 | - |
YUV | 86.1 | 187.77 | 209.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 7 | 192 | 0 | 0.97 | 0.04 | 0.21 | 302.78 | 0.93 | 0.41 |
Hex | C9 | 7 | C0 | 0 | 61 | 4 | 15 | 12F | 5D | 29 |
Octal | 311 | 7 | 300 | 0 | 141 | 4 | 25 | 457 | 135 | 51 |
Binary | 11001001 | 111 | 11000000 | 0 | 1100001 | 100 | 10101 | 100101111 | 1011101 | 101001 |
Color Harmonies of #C907C0
Complementary color
Monochromatic Colors of #C907C0
Black with #C907C0
Text Example
Text Example
White with #C907C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907C0; }
p { color: rgb(201,7,192); }
H1.HeaderClassName
{
color: #C907C0;
}
.AnyTagClassName
{
color: #C907C0;
}
</style>
background-color css
<style>
a { background-color: #C907C0; }
a { background-color: rgb(201,7,192); }
div.DivClassName
{
background-color: #C907C0;
}
.BgClassName
{
background-color: #C907C0;
}
</style>
border-color css
<style>
span { border-color: #C907C0; }
span { border-color: rgb(201,7,192); }
td.TdClassName
{
border-color: #C907C0;
}
.TagClassName
{
border-color: #C907C0;
}
</style>