Shades of Deep Magenta #CA26B2
Tints of Deep Magenta #CA26B2
RGB
CMYK
RGB Variations
Color information
#CA26B2 (or 0xCA26B2) is known color: Deep Magenta. HEX triplet: CA, 26 and B2. RGB value is (202,38,178). Sum of RGB (Red+Green+Blue) = 202+38+178=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA26B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA26B2 is #35D94D. Grayscale: #666666. Windows color (decimal): -3529038 or 11675338. OLE color: 11675338.
HSL color Cylindrical-coordinate representation of color #CA26B2: hue angle of 308.78º 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 #CA26B2 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 178 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.21 |
| HSL | 308.78º | 0.68% | 0.47% | - |
| HSV(B) | 308.78º | 0.81% | 0.79% | - |
| XYZ | 33.09 | 17.16 | 43.69 | - |
| YUV | 103 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 178 | 0 | 0.81 | 0.12 | 0.21 | 308.78 | 0.68 | 0.47 |
| Hex | CA | 26 | B2 | 0 | 51 | C | 15 | 135 | 44 | 2F |
| Octal | 312 | 46 | 262 | 0 | 121 | 14 | 25 | 465 | 104 | 57 |
| Binary | 11001010 | 100110 | 10110010 | 0 | 1010001 | 1100 | 10101 | 100110101 | 1000100 | 101111 |
Color Harmonies of #CA26B2
Complementary color
Monochromatic Colors of #CA26B2
Black with #CA26B2
Text Example
Text Example
White with #CA26B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26B2; }
p { color: rgb(202,38,178); }
H1.HeaderClassName
{
color: #CA26B2;
}
.AnyTagClassName
{
color: #CA26B2;
}
</style>
background-color css
<style>
a { background-color: #CA26B2; }
a { background-color: rgb(202,38,178); }
div.DivClassName
{
background-color: #CA26B2;
}
.BgClassName
{
background-color: #CA26B2;
}
</style>
border-color css
<style>
span { border-color: #CA26B2; }
span { border-color: rgb(202,38,178); }
td.TdClassName
{
border-color: #CA26B2;
}
.TagClassName
{
border-color: #CA26B2;
}
</style>