Shades of Deep Magenta #C627C0
Tints of Deep Magenta #C627C0
RGB
CMYK
RGB Variations
Color information
#C627C0 (or 0xC627C0) is known color: Deep Magenta. HEX triplet: C6, 27 and C0. RGB value is (198,39,192). Sum of RGB (Red+Green+Blue) = 198+39+192=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C627C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C627C0 is #39D83F. Grayscale: #676767. Windows color (decimal): -3790912 or 12593094. OLE color: 12593094.
HSL color Cylindrical-coordinate representation of color #C627C0: hue angle of 302.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C627C0 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 192 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.22 |
| HSL | 302.26º | 0.67% | 0.46% | - |
| HSV(B) | 302.26º | 0.8% | 0.78% | - |
| XYZ | 33.53 | 17.26 | 51.43 | - |
| YUV | 103.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 192 | 0 | 0.80 | 0.03 | 0.22 | 302.26 | 0.67 | 0.46 |
| Hex | C6 | 27 | C0 | 0 | 50 | 3 | 16 | 12E | 43 | 2E |
| Octal | 306 | 47 | 300 | 0 | 120 | 3 | 26 | 456 | 103 | 56 |
| Binary | 11000110 | 100111 | 11000000 | 0 | 1010000 | 11 | 10110 | 100101110 | 1000011 | 101110 |
Color Harmonies of #C627C0
Complementary color
Monochromatic Colors of #C627C0
Black with #C627C0
Text Example
Text Example
White with #C627C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C627C0; }
p { color: rgb(198,39,192); }
H1.HeaderClassName
{
color: #C627C0;
}
.AnyTagClassName
{
color: #C627C0;
}
</style>
background-color css
<style>
a { background-color: #C627C0; }
a { background-color: rgb(198,39,192); }
div.DivClassName
{
background-color: #C627C0;
}
.BgClassName
{
background-color: #C627C0;
}
</style>
border-color css
<style>
span { border-color: #C627C0; }
span { border-color: rgb(198,39,192); }
td.TdClassName
{
border-color: #C627C0;
}
.TagClassName
{
border-color: #C627C0;
}
</style>