Shades of Deep Magenta #CA26C9
Tints of Deep Magenta #CA26C9
RGB
CMYK
RGB Variations
Color information
#CA26C9 (or 0xCA26C9) is known color: Deep Magenta. HEX triplet: CA, 26 and C9. RGB value is (202,38,201). Sum of RGB (Red+Green+Blue) = 202+38+201=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA26C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26C9 is #35D936. Grayscale: #696969. Windows color (decimal): -3529015 or 13182666. OLE color: 13182666.
HSL color Cylindrical-coordinate representation of color #CA26C9: hue angle of 300.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA26C9 is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 201 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.21 |
| HSL | 300.37º | 0.68% | 0.47% | - |
| HSV(B) | 300.37º | 0.81% | 0.79% | - |
| XYZ | 35.59 | 18.16 | 56.89 | - |
| YUV | 105.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 201 | 0 | 0.81 | 0.00 | 0.21 | 300.37 | 0.68 | 0.47 |
| Hex | CA | 26 | C9 | 0 | 51 | 0 | 15 | 12C | 44 | 2F |
| Octal | 312 | 46 | 311 | 0 | 121 | 0 | 25 | 454 | 104 | 57 |
| Binary | 11001010 | 100110 | 11001001 | 0 | 1010001 | 0 | 10101 | 100101100 | 1000100 | 101111 |
Color Harmonies of #CA26C9
Complementary color
Monochromatic Colors of #CA26C9
Black with #CA26C9
Text Example
Text Example
White with #CA26C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26C9; }
p { color: rgb(202,38,201); }
H1.HeaderClassName
{
color: #CA26C9;
}
.AnyTagClassName
{
color: #CA26C9;
}
</style>
background-color css
<style>
a { background-color: #CA26C9; }
a { background-color: rgb(202,38,201); }
div.DivClassName
{
background-color: #CA26C9;
}
.BgClassName
{
background-color: #CA26C9;
}
</style>
border-color css
<style>
span { border-color: #CA26C9; }
span { border-color: rgb(202,38,201); }
td.TdClassName
{
border-color: #CA26C9;
}
.TagClassName
{
border-color: #CA26C9;
}
</style>