Shades of Deep Magenta #C628BE
Tints of Deep Magenta #C628BE
RGB
CMYK
RGB Variations
Color information
#C628BE (or 0xC628BE) is known color: Deep Magenta. HEX triplet: C6, 28 and BE. RGB value is (198,40,190). Sum of RGB (Red+Green+Blue) = 198+40+190=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C628BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628BE is #39D741. Grayscale: #676767. Windows color (decimal): -3790658 or 12462278. OLE color: 12462278.
HSL color Cylindrical-coordinate representation of color #C628BE: hue angle of 303.04º 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 #C628BE is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 190 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.22 |
| HSL | 303.04º | 0.66% | 0.47% | - |
| HSV(B) | 303.04º | 0.8% | 0.78% | - |
| XYZ | 33.34 | 17.24 | 50.29 | - |
| YUV | 104.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 190 | 0 | 0.80 | 0.04 | 0.22 | 303.04 | 0.66 | 0.47 |
| Hex | C6 | 28 | BE | 0 | 50 | 4 | 16 | 12F | 42 | 2F |
| Octal | 306 | 50 | 276 | 0 | 120 | 4 | 26 | 457 | 102 | 57 |
| Binary | 11000110 | 101000 | 10111110 | 0 | 1010000 | 100 | 10110 | 100101111 | 1000010 | 101111 |
Color Harmonies of #C628BE
Complementary color
Monochromatic Colors of #C628BE
Black with #C628BE
Text Example
Text Example
White with #C628BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628BE; }
p { color: rgb(198,40,190); }
H1.HeaderClassName
{
color: #C628BE;
}
.AnyTagClassName
{
color: #C628BE;
}
</style>
background-color css
<style>
a { background-color: #C628BE; }
a { background-color: rgb(198,40,190); }
div.DivClassName
{
background-color: #C628BE;
}
.BgClassName
{
background-color: #C628BE;
}
</style>
border-color css
<style>
span { border-color: #C628BE; }
span { border-color: rgb(198,40,190); }
td.TdClassName
{
border-color: #C628BE;
}
.TagClassName
{
border-color: #C628BE;
}
</style>