Shades of Deep Magenta #C621DB
Tints of Deep Magenta #C621DB
RGB
CMYK
RGB Variations
Color information
#C621DB (or 0xC621DB) is known color: Deep Magenta. HEX triplet: C6, 21 and DB. RGB value is (198,33,219). Sum of RGB (Red+Green+Blue) = 198+33+219=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C621DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621DB is #39DE24. Grayscale: #666666. Windows color (decimal): -3792421 or 14361030. OLE color: 14361030.
HSL color Cylindrical-coordinate representation of color #C621DB: hue angle of 293.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C621DB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 33 | 219 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.14 |
| HSL | 293.23º | 0.74% | 0.49% | - |
| HSV(B) | 293.23º | 0.85% | 0.86% | - |
| XYZ | 36.62 | 18.21 | 68.6 | - |
| YUV | 103.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 219 | 0.10 | 0.85 | 0 | 0.14 | 293.23 | 0.74 | 0.49 |
| Hex | C6 | 21 | DB | A | 55 | 0 | E | 125 | 4A | 31 |
| Octal | 306 | 41 | 333 | 12 | 125 | 0 | 16 | 445 | 112 | 61 |
| Binary | 11000110 | 100001 | 11011011 | 1010 | 1010101 | 0 | 1110 | 100100101 | 1001010 | 110001 |
Color Harmonies of #C621DB
Complementary color
Monochromatic Colors of #C621DB
Black with #C621DB
Text Example
Text Example
White with #C621DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C621DB; }
p { color: rgb(198,33,219); }
H1.HeaderClassName
{
color: #C621DB;
}
.AnyTagClassName
{
color: #C621DB;
}
</style>
background-color css
<style>
a { background-color: #C621DB; }
a { background-color: rgb(198,33,219); }
div.DivClassName
{
background-color: #C621DB;
}
.BgClassName
{
background-color: #C621DB;
}
</style>
border-color css
<style>
span { border-color: #C621DB; }
span { border-color: rgb(198,33,219); }
td.TdClassName
{
border-color: #C621DB;
}
.TagClassName
{
border-color: #C621DB;
}
</style>