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