Shades of Deep Magenta #C007C2
Tints of Deep Magenta #C007C2
RGB
CMYK
RGB Variations
Color information
#C007C2 (or 0xC007C2) is known color: Deep Magenta. HEX triplet: C0, 07 and C2. RGB value is (192,7,194). Sum of RGB (Red+Green+Blue) = 192+7+194=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #C007C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007C2 is #3FF83D. Grayscale: #535353. Windows color (decimal): -4192318 or 12715968. OLE color: 12715968.
HSL color Cylindrical-coordinate representation of color #C007C2: hue angle of 299.36º 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 #C007C2 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 7 | 194 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.24 |
| HSL | 299.36º | 0.93% | 0.39% | - |
| HSV(B) | 299.36º | 0.96% | 0.76% | - |
| XYZ | 31.55 | 15.25 | 52.32 | - |
| YUV | 83.63 | 190.29 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 194 | 0.01 | 0.96 | 0 | 0.24 | 299.36 | 0.93 | 0.39 |
| Hex | C0 | 7 | C2 | 1 | 60 | 0 | 18 | 12B | 5D | 27 |
| Octal | 300 | 7 | 302 | 1 | 140 | 0 | 30 | 453 | 135 | 47 |
| Binary | 11000000 | 111 | 11000010 | 1 | 1100000 | 0 | 11000 | 100101011 | 1011101 | 100111 |
Color Harmonies of #C007C2
Complementary color
Monochromatic Colors of #C007C2
Black with #C007C2
Text Example
Text Example
White with #C007C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007C2; }
p { color: rgb(192,7,194); }
H1.HeaderClassName
{
color: #C007C2;
}
.AnyTagClassName
{
color: #C007C2;
}
</style>
background-color css
<style>
a { background-color: #C007C2; }
a { background-color: rgb(192,7,194); }
div.DivClassName
{
background-color: #C007C2;
}
.BgClassName
{
background-color: #C007C2;
}
</style>
border-color css
<style>
span { border-color: #C007C2; }
span { border-color: rgb(192,7,194); }
td.TdClassName
{
border-color: #C007C2;
}
.TagClassName
{
border-color: #C007C2;
}
</style>