Shades of Deep Magenta #CA26DB
Tints of Deep Magenta #CA26DB
RGB
CMYK
RGB Variations
Color information
#CA26DB (or 0xCA26DB) is known color: Deep Magenta. HEX triplet: CA, 26 and DB. RGB value is (202,38,219). Sum of RGB (Red+Green+Blue) = 202+38+219=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26DB is #35D924. Grayscale: #6B6B6B. Windows color (decimal): -3528997 or 14362314. OLE color: 14362314.
HSL color Cylindrical-coordinate representation of color #CA26DB: hue angle of 294.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA26DB is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 38 | 219 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.14 |
| HSL | 294.36º | 0.72% | 0.5% | - |
| HSV(B) | 294.36º | 0.83% | 0.86% | - |
| XYZ | 37.84 | 19.06 | 68.7 | - |
| YUV | 107.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 219 | 0.08 | 0.83 | 0 | 0.14 | 294.36 | 0.72 | 0.5 |
| Hex | CA | 26 | DB | 8 | 53 | 0 | E | 126 | 48 | 32 |
| Octal | 312 | 46 | 333 | 10 | 123 | 0 | 16 | 446 | 110 | 62 |
| Binary | 11001010 | 100110 | 11011011 | 1000 | 1010011 | 0 | 1110 | 100100110 | 1001000 | 110010 |
Color Harmonies of #CA26DB
Complementary color
Monochromatic Colors of #CA26DB
Black with #CA26DB
Text Example
Text Example
White with #CA26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26DB; }
p { color: rgb(202,38,219); }
H1.HeaderClassName
{
color: #CA26DB;
}
.AnyTagClassName
{
color: #CA26DB;
}
</style>
background-color css
<style>
a { background-color: #CA26DB; }
a { background-color: rgb(202,38,219); }
div.DivClassName
{
background-color: #CA26DB;
}
.BgClassName
{
background-color: #CA26DB;
}
</style>
border-color css
<style>
span { border-color: #CA26DB; }
span { border-color: rgb(202,38,219); }
td.TdClassName
{
border-color: #CA26DB;
}
.TagClassName
{
border-color: #CA26DB;
}
</style>