Shades of Deep Magenta #C628BF
Tints of Deep Magenta #C628BF
RGB
CMYK
RGB Variations
Color information
#C628BF (or 0xC628BF) is known color: Deep Magenta. HEX triplet: C6, 28 and BF. RGB value is (198,40,191). Sum of RGB (Red+Green+Blue) = 198+40+191=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C628BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628BF is #39D740. Grayscale: #686868. Windows color (decimal): -3790657 or 12527814. OLE color: 12527814.
HSL color Cylindrical-coordinate representation of color #C628BF: hue angle of 302.66º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C628BF is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 191 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.22 |
| HSL | 302.66º | 0.66% | 0.47% | - |
| HSV(B) | 302.66º | 0.8% | 0.78% | - |
| XYZ | 33.45 | 17.28 | 50.86 | - |
| YUV | 104.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 191 | 0 | 0.80 | 0.04 | 0.22 | 302.66 | 0.66 | 0.47 |
| Hex | C6 | 28 | BF | 0 | 50 | 4 | 16 | 12F | 42 | 2F |
| Octal | 306 | 50 | 277 | 0 | 120 | 4 | 26 | 457 | 102 | 57 |
| Binary | 11000110 | 101000 | 10111111 | 0 | 1010000 | 100 | 10110 | 100101111 | 1000010 | 101111 |
Color Harmonies of #C628BF
Complementary color
Monochromatic Colors of #C628BF
Black with #C628BF
Text Example
Text Example
White with #C628BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628BF; }
p { color: rgb(198,40,191); }
H1.HeaderClassName
{
color: #C628BF;
}
.AnyTagClassName
{
color: #C628BF;
}
</style>
background-color css
<style>
a { background-color: #C628BF; }
a { background-color: rgb(198,40,191); }
div.DivClassName
{
background-color: #C628BF;
}
.BgClassName
{
background-color: #C628BF;
}
</style>
border-color css
<style>
span { border-color: #C628BF; }
span { border-color: rgb(198,40,191); }
td.TdClassName
{
border-color: #C628BF;
}
.TagClassName
{
border-color: #C628BF;
}
</style>