Shades of Deep Magenta #C628BC
Tints of Deep Magenta #C628BC
RGB
CMYK
RGB Variations
Color information
#C628BC (or 0xC628BC) is known color: Deep Magenta. HEX triplet: C6, 28 and BC. RGB value is (198,40,188). Sum of RGB (Red+Green+Blue) = 198+40+188=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C628BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628BC is #39D743. Grayscale: #676767. Windows color (decimal): -3790660 or 12331206. OLE color: 12331206.
HSL color Cylindrical-coordinate representation of color #C628BC: hue angle of 303.8º 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 #C628BC is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 188 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.22 |
| HSL | 303.8º | 0.66% | 0.47% | - |
| HSV(B) | 303.8º | 0.8% | 0.78% | - |
| XYZ | 33.12 | 17.15 | 49.14 | - |
| YUV | 104.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 188 | 0 | 0.80 | 0.05 | 0.22 | 303.8 | 0.66 | 0.47 |
| Hex | C6 | 28 | BC | 0 | 50 | 5 | 16 | 130 | 42 | 2F |
| Octal | 306 | 50 | 274 | 0 | 120 | 5 | 26 | 460 | 102 | 57 |
| Binary | 11000110 | 101000 | 10111100 | 0 | 1010000 | 101 | 10110 | 100110000 | 1000010 | 101111 |
Color Harmonies of #C628BC
Complementary color
Monochromatic Colors of #C628BC
Black with #C628BC
Text Example
Text Example
White with #C628BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628BC; }
p { color: rgb(198,40,188); }
H1.HeaderClassName
{
color: #C628BC;
}
.AnyTagClassName
{
color: #C628BC;
}
</style>
background-color css
<style>
a { background-color: #C628BC; }
a { background-color: rgb(198,40,188); }
div.DivClassName
{
background-color: #C628BC;
}
.BgClassName
{
background-color: #C628BC;
}
</style>
border-color css
<style>
span { border-color: #C628BC; }
span { border-color: rgb(198,40,188); }
td.TdClassName
{
border-color: #C628BC;
}
.TagClassName
{
border-color: #C628BC;
}
</style>