Shades of Deep Magenta #CA26D1
Tints of Deep Magenta #CA26D1
RGB
CMYK
RGB Variations
Color information
#CA26D1 (or 0xCA26D1) is known color: Deep Magenta. HEX triplet: CA, 26 and D1. RGB value is (202,38,209). Sum of RGB (Red+Green+Blue) = 202+38+209=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA26D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26D1 is #35D92E. Grayscale: #6A6A6A. Windows color (decimal): -3529007 or 13706954. OLE color: 13706954.
HSL color Cylindrical-coordinate representation of color #CA26D1: hue angle of 297.54º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA26D1 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 38 | 209 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.18 |
| HSL | 297.54º | 0.69% | 0.48% | - |
| HSV(B) | 297.54º | 0.82% | 0.82% | - |
| XYZ | 36.56 | 18.55 | 61.97 | - |
| YUV | 106.53 | 185.83 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 209 | 0.03 | 0.82 | 0 | 0.18 | 297.54 | 0.69 | 0.48 |
| Hex | CA | 26 | D1 | 3 | 52 | 0 | 12 | 12A | 45 | 30 |
| Octal | 312 | 46 | 321 | 3 | 122 | 0 | 22 | 452 | 105 | 60 |
| Binary | 11001010 | 100110 | 11010001 | 11 | 1010010 | 0 | 10010 | 100101010 | 1000101 | 110000 |
Color Harmonies of #CA26D1
Complementary color
Monochromatic Colors of #CA26D1
Black with #CA26D1
Text Example
Text Example
White with #CA26D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26D1; }
p { color: rgb(202,38,209); }
H1.HeaderClassName
{
color: #CA26D1;
}
.AnyTagClassName
{
color: #CA26D1;
}
</style>
background-color css
<style>
a { background-color: #CA26D1; }
a { background-color: rgb(202,38,209); }
div.DivClassName
{
background-color: #CA26D1;
}
.BgClassName
{
background-color: #CA26D1;
}
</style>
border-color css
<style>
span { border-color: #CA26D1; }
span { border-color: rgb(202,38,209); }
td.TdClassName
{
border-color: #CA26D1;
}
.TagClassName
{
border-color: #CA26D1;
}
</style>