Shades of Deep Magenta #C61ADB
Tints of Deep Magenta #C61ADB
RGB
CMYK
RGB Variations
Color information
#C61ADB (or 0xC61ADB) is known color: Deep Magenta. HEX triplet: C6, 1A and DB. RGB value is (198,26,219). Sum of RGB (Red+Green+Blue) = 198+26+219=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #C61ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ADB is #39E524. Grayscale: #626262. Windows color (decimal): -3794213 or 14359238. OLE color: 14359238.
HSL color Cylindrical-coordinate representation of color #C61ADB: hue angle of 293.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61ADB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 26 | 219 | - |
CMYK | 0.10 | 0.88 | 0 | 0.14 |
HSL | 293.47º | 0.79% | 0.48% | - |
HSV(B) | 293.47º | 0.88% | 0.86% | - |
XYZ | 36.44 | 17.86 | 68.54 | - |
YUV | 99.43 | 195.48 | 198.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 26 | 219 | 0.10 | 0.88 | 0 | 0.14 | 293.47 | 0.79 | 0.48 |
Hex | C6 | 1A | DB | A | 58 | 0 | E | 125 | 4F | 30 |
Octal | 306 | 32 | 333 | 12 | 130 | 0 | 16 | 445 | 117 | 60 |
Binary | 11000110 | 11010 | 11011011 | 1010 | 1011000 | 0 | 1110 | 100100101 | 1001111 | 110000 |
Color Harmonies of #C61ADB
Complementary color
Monochromatic Colors of #C61ADB
Black with #C61ADB
Text Example
Text Example
White with #C61ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61ADB; }
p { color: rgb(198,26,219); }
H1.HeaderClassName
{
color: #C61ADB;
}
.AnyTagClassName
{
color: #C61ADB;
}
</style>
background-color css
<style>
a { background-color: #C61ADB; }
a { background-color: rgb(198,26,219); }
div.DivClassName
{
background-color: #C61ADB;
}
.BgClassName
{
background-color: #C61ADB;
}
</style>
border-color css
<style>
span { border-color: #C61ADB; }
span { border-color: rgb(198,26,219); }
td.TdClassName
{
border-color: #C61ADB;
}
.TagClassName
{
border-color: #C61ADB;
}
</style>