Shades of Deep Magenta #C628BB
Tints of Deep Magenta #C628BB
RGB
CMYK
RGB Variations
Color information
#C628BB (or 0xC628BB) is known color: Deep Magenta. HEX triplet: C6, 28 and BB. RGB value is (198,40,187). Sum of RGB (Red+Green+Blue) = 198+40+187=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C628BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628BB is #39D744. Grayscale: #676767. Windows color (decimal): -3790661 or 12265670. OLE color: 12265670.
HSL color Cylindrical-coordinate representation of color #C628BB: hue angle of 304.18º 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 #C628BB is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 187 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.22 |
| HSL | 304.18º | 0.66% | 0.47% | - |
| HSV(B) | 304.18º | 0.8% | 0.78% | - |
| XYZ | 33.02 | 17.11 | 48.58 | - |
| YUV | 104 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 187 | 0 | 0.80 | 0.06 | 0.22 | 304.18 | 0.66 | 0.47 |
| Hex | C6 | 28 | BB | 0 | 50 | 6 | 16 | 130 | 42 | 2F |
| Octal | 306 | 50 | 273 | 0 | 120 | 6 | 26 | 460 | 102 | 57 |
| Binary | 11000110 | 101000 | 10111011 | 0 | 1010000 | 110 | 10110 | 100110000 | 1000010 | 101111 |
Color Harmonies of #C628BB
Complementary color
Monochromatic Colors of #C628BB
Black with #C628BB
Text Example
Text Example
White with #C628BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628BB; }
p { color: rgb(198,40,187); }
H1.HeaderClassName
{
color: #C628BB;
}
.AnyTagClassName
{
color: #C628BB;
}
</style>
background-color css
<style>
a { background-color: #C628BB; }
a { background-color: rgb(198,40,187); }
div.DivClassName
{
background-color: #C628BB;
}
.BgClassName
{
background-color: #C628BB;
}
</style>
border-color css
<style>
span { border-color: #C628BB; }
span { border-color: rgb(198,40,187); }
td.TdClassName
{
border-color: #C628BB;
}
.TagClassName
{
border-color: #C628BB;
}
</style>