Shades of Deep Magenta #C627BF
Tints of Deep Magenta #C627BF
RGB
CMYK
RGB Variations
Color information
#C627BF (or 0xC627BF) is known color: Deep Magenta. HEX triplet: C6, 27 and BF. RGB value is (198,39,191). Sum of RGB (Red+Green+Blue) = 198+39+191=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C627BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C627BF is #39D840. Grayscale: #676767. Windows color (decimal): -3790913 or 12527558. OLE color: 12527558.
HSL color Cylindrical-coordinate representation of color #C627BF: hue angle of 302.64º 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 #C627BF is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 191 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.22 |
| HSL | 302.64º | 0.67% | 0.46% | - |
| HSV(B) | 302.64º | 0.8% | 0.78% | - |
| XYZ | 33.42 | 17.22 | 50.85 | - |
| YUV | 103.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 191 | 0 | 0.80 | 0.04 | 0.22 | 302.64 | 0.67 | 0.46 |
| Hex | C6 | 27 | BF | 0 | 50 | 4 | 16 | 12F | 43 | 2E |
| Octal | 306 | 47 | 277 | 0 | 120 | 4 | 26 | 457 | 103 | 56 |
| Binary | 11000110 | 100111 | 10111111 | 0 | 1010000 | 100 | 10110 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C627BF
Complementary color
Monochromatic Colors of #C627BF
Black with #C627BF
Text Example
Text Example
White with #C627BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C627BF; }
p { color: rgb(198,39,191); }
H1.HeaderClassName
{
color: #C627BF;
}
.AnyTagClassName
{
color: #C627BF;
}
</style>
background-color css
<style>
a { background-color: #C627BF; }
a { background-color: rgb(198,39,191); }
div.DivClassName
{
background-color: #C627BF;
}
.BgClassName
{
background-color: #C627BF;
}
</style>
border-color css
<style>
span { border-color: #C627BF; }
span { border-color: rgb(198,39,191); }
td.TdClassName
{
border-color: #C627BF;
}
.TagClassName
{
border-color: #C627BF;
}
</style>