Shades of Deep Magenta #CA26D6
Tints of Deep Magenta #CA26D6
RGB
CMYK
RGB Variations
Color information
#CA26D6 (or 0xCA26D6) is known color: Deep Magenta. HEX triplet: CA, 26 and D6. RGB value is (202,38,214). Sum of RGB (Red+Green+Blue) = 202+38+214=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA26D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26D6 is #35D929. Grayscale: #6A6A6A. Windows color (decimal): -3529002 or 14034634. OLE color: 14034634.
HSL color Cylindrical-coordinate representation of color #CA26D6: hue angle of 295.91º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA26D6 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 38 | 214 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.16 |
| HSL | 295.91º | 0.7% | 0.49% | - |
| HSV(B) | 295.91º | 0.82% | 0.84% | - |
| XYZ | 37.19 | 18.8 | 65.29 | - |
| YUV | 107.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 214 | 0.06 | 0.82 | 0 | 0.16 | 295.91 | 0.7 | 0.49 |
| Hex | CA | 26 | D6 | 6 | 52 | 0 | 10 | 128 | 46 | 31 |
| Octal | 312 | 46 | 326 | 6 | 122 | 0 | 20 | 450 | 106 | 61 |
| Binary | 11001010 | 100110 | 11010110 | 110 | 1010010 | 0 | 10000 | 100101000 | 1000110 | 110001 |
Color Harmonies of #CA26D6
Complementary color
Monochromatic Colors of #CA26D6
Black with #CA26D6
Text Example
Text Example
White with #CA26D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26D6; }
p { color: rgb(202,38,214); }
H1.HeaderClassName
{
color: #CA26D6;
}
.AnyTagClassName
{
color: #CA26D6;
}
</style>
background-color css
<style>
a { background-color: #CA26D6; }
a { background-color: rgb(202,38,214); }
div.DivClassName
{
background-color: #CA26D6;
}
.BgClassName
{
background-color: #CA26D6;
}
</style>
border-color css
<style>
span { border-color: #CA26D6; }
span { border-color: rgb(202,38,214); }
td.TdClassName
{
border-color: #CA26D6;
}
.TagClassName
{
border-color: #CA26D6;
}
</style>