Shades of Deep Magenta #C007C1
Tints of Deep Magenta #C007C1
RGB
CMYK
RGB Variations
Color information
#C007C1 (or 0xC007C1) is known color: Deep Magenta. HEX triplet: C0, 07 and C1. RGB value is (192,7,193). Sum of RGB (Red+Green+Blue) = 192+7+193=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #C007C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007C1 is #3FF83E. Grayscale: #525252. Windows color (decimal): -4192319 or 12650432. OLE color: 12650432.
HSL color Cylindrical-coordinate representation of color #C007C1: hue angle of 299.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C007C1 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 7 | 193 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.24 |
| HSL | 299.68º | 0.93% | 0.39% | - |
| HSV(B) | 299.68º | 0.96% | 0.76% | - |
| XYZ | 31.44 | 15.21 | 51.73 | - |
| YUV | 83.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 193 | 0.01 | 0.96 | 0 | 0.24 | 299.68 | 0.93 | 0.39 |
| Hex | C0 | 7 | C1 | 1 | 60 | 0 | 18 | 12C | 5D | 27 |
| Octal | 300 | 7 | 301 | 1 | 140 | 0 | 30 | 454 | 135 | 47 |
| Binary | 11000000 | 111 | 11000001 | 1 | 1100000 | 0 | 11000 | 100101100 | 1011101 | 100111 |
Color Harmonies of #C007C1
Complementary color
Monochromatic Colors of #C007C1
Black with #C007C1
Text Example
Text Example
White with #C007C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007C1; }
p { color: rgb(192,7,193); }
H1.HeaderClassName
{
color: #C007C1;
}
.AnyTagClassName
{
color: #C007C1;
}
</style>
background-color css
<style>
a { background-color: #C007C1; }
a { background-color: rgb(192,7,193); }
div.DivClassName
{
background-color: #C007C1;
}
.BgClassName
{
background-color: #C007C1;
}
</style>
border-color css
<style>
span { border-color: #C007C1; }
span { border-color: rgb(192,7,193); }
td.TdClassName
{
border-color: #C007C1;
}
.TagClassName
{
border-color: #C007C1;
}
</style>