Shades of Deep Magenta #C621BC
Tints of Deep Magenta #C621BC
RGB
CMYK
RGB Variations
Color information
#C621BC (or 0xC621BC) is known color: Deep Magenta. HEX triplet: C6, 21 and BC. RGB value is (198,33,188). Sum of RGB (Red+Green+Blue) = 198+33+188=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C621BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621BC is #39DE43. Grayscale: #636363. Windows color (decimal): -3792452 or 12329414. OLE color: 12329414.
HSL color Cylindrical-coordinate representation of color #C621BC: hue angle of 303.64º 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 #C621BC is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 188 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.22 |
| HSL | 303.64º | 0.71% | 0.45% | - |
| HSV(B) | 303.64º | 0.83% | 0.78% | - |
| XYZ | 32.91 | 16.72 | 49.07 | - |
| YUV | 100.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 188 | 0 | 0.83 | 0.05 | 0.22 | 303.64 | 0.71 | 0.45 |
| Hex | C6 | 21 | BC | 0 | 53 | 5 | 16 | 130 | 47 | 2D |
| Octal | 306 | 41 | 274 | 0 | 123 | 5 | 26 | 460 | 107 | 55 |
| Binary | 11000110 | 100001 | 10111100 | 0 | 1010011 | 101 | 10110 | 100110000 | 1000111 | 101101 |
Color Harmonies of #C621BC
Complementary color
Monochromatic Colors of #C621BC
Black with #C621BC
Text Example
Text Example
White with #C621BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C621BC; }
p { color: rgb(198,33,188); }
H1.HeaderClassName
{
color: #C621BC;
}
.AnyTagClassName
{
color: #C621BC;
}
</style>
background-color css
<style>
a { background-color: #C621BC; }
a { background-color: rgb(198,33,188); }
div.DivClassName
{
background-color: #C621BC;
}
.BgClassName
{
background-color: #C621BC;
}
</style>
border-color css
<style>
span { border-color: #C621BC; }
span { border-color: rgb(198,33,188); }
td.TdClassName
{
border-color: #C621BC;
}
.TagClassName
{
border-color: #C621BC;
}
</style>