Shades of Deep Magenta #C621BB
Tints of Deep Magenta #C621BB
RGB
CMYK
RGB Variations
Color information
#C621BB (or 0xC621BB) is known color: Deep Magenta. HEX triplet: C6, 21 and BB. RGB value is (198,33,187). Sum of RGB (Red+Green+Blue) = 198+33+187=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C621BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621BB is #39DE44. Grayscale: #636363. Windows color (decimal): -3792453 or 12263878. OLE color: 12263878.
HSL color Cylindrical-coordinate representation of color #C621BB: hue angle of 304º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C621BB is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 187 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.22 |
| HSL | 304º | 0.71% | 0.45% | - |
| HSV(B) | 304º | 0.83% | 0.78% | - |
| XYZ | 32.8 | 16.68 | 48.5 | - |
| YUV | 99.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 187 | 0 | 0.83 | 0.06 | 0.22 | 304 | 0.71 | 0.45 |
| Hex | C6 | 21 | BB | 0 | 53 | 6 | 16 | 130 | 47 | 2D |
| Octal | 306 | 41 | 273 | 0 | 123 | 6 | 26 | 460 | 107 | 55 |
| Binary | 11000110 | 100001 | 10111011 | 0 | 1010011 | 110 | 10110 | 100110000 | 1000111 | 101101 |
Color Harmonies of #C621BB
Complementary color
Monochromatic Colors of #C621BB
Black with #C621BB
Text Example
Text Example
White with #C621BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C621BB; }
p { color: rgb(198,33,187); }
H1.HeaderClassName
{
color: #C621BB;
}
.AnyTagClassName
{
color: #C621BB;
}
</style>
background-color css
<style>
a { background-color: #C621BB; }
a { background-color: rgb(198,33,187); }
div.DivClassName
{
background-color: #C621BB;
}
.BgClassName
{
background-color: #C621BB;
}
</style>
border-color css
<style>
span { border-color: #C621BB; }
span { border-color: rgb(198,33,187); }
td.TdClassName
{
border-color: #C621BB;
}
.TagClassName
{
border-color: #C621BB;
}
</style>