Shades of Deep Magenta #C628B8
Tints of Deep Magenta #C628B8
RGB
CMYK
RGB Variations
Color information
#C628B8 (or 0xC628B8) is known color: Deep Magenta. HEX triplet: C6, 28 and B8. RGB value is (198,40,184). Sum of RGB (Red+Green+Blue) = 198+40+184=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C628B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628B8 is #39D747. Grayscale: #676767. Windows color (decimal): -3790664 or 12069062. OLE color: 12069062.
HSL color Cylindrical-coordinate representation of color #C628B8: hue angle of 305.32º 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 #C628B8 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 184 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.22 |
| HSL | 305.32º | 0.66% | 0.47% | - |
| HSV(B) | 305.32º | 0.8% | 0.78% | - |
| XYZ | 32.7 | 16.98 | 46.9 | - |
| YUV | 103.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 184 | 0 | 0.80 | 0.07 | 0.22 | 305.32 | 0.66 | 0.47 |
| Hex | C6 | 28 | B8 | 0 | 50 | 7 | 16 | 131 | 42 | 2F |
| Octal | 306 | 50 | 270 | 0 | 120 | 7 | 26 | 461 | 102 | 57 |
| Binary | 11000110 | 101000 | 10111000 | 0 | 1010000 | 111 | 10110 | 100110001 | 1000010 | 101111 |
Color Harmonies of #C628B8
Complementary color
Monochromatic Colors of #C628B8
Black with #C628B8
Text Example
Text Example
White with #C628B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628B8; }
p { color: rgb(198,40,184); }
H1.HeaderClassName
{
color: #C628B8;
}
.AnyTagClassName
{
color: #C628B8;
}
</style>
background-color css
<style>
a { background-color: #C628B8; }
a { background-color: rgb(198,40,184); }
div.DivClassName
{
background-color: #C628B8;
}
.BgClassName
{
background-color: #C628B8;
}
</style>
border-color css
<style>
span { border-color: #C628B8; }
span { border-color: rgb(198,40,184); }
td.TdClassName
{
border-color: #C628B8;
}
.TagClassName
{
border-color: #C628B8;
}
</style>