Shades of Deep Magenta #CA26C7
Tints of Deep Magenta #CA26C7
RGB
CMYK
RGB Variations
Color information
#CA26C7 (or 0xCA26C7) is known color: Deep Magenta. HEX triplet: CA, 26 and C7. RGB value is (202,38,199). Sum of RGB (Red+Green+Blue) = 202+38+199=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA26C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26C7 is #35D938. Grayscale: #686868. Windows color (decimal): -3529017 or 13051594. OLE color: 13051594.
HSL color Cylindrical-coordinate representation of color #CA26C7: hue angle of 301.1º 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 #CA26C7 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 199 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.21 |
| HSL | 301.1º | 0.68% | 0.47% | - |
| HSV(B) | 301.1º | 0.81% | 0.79% | - |
| XYZ | 35.36 | 18.07 | 55.66 | - |
| YUV | 105.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 199 | 0 | 0.81 | 0.01 | 0.21 | 301.1 | 0.68 | 0.47 |
| Hex | CA | 26 | C7 | 0 | 51 | 1 | 15 | 12D | 44 | 2F |
| Octal | 312 | 46 | 307 | 0 | 121 | 1 | 25 | 455 | 104 | 57 |
| Binary | 11001010 | 100110 | 11000111 | 0 | 1010001 | 1 | 10101 | 100101101 | 1000100 | 101111 |
Color Harmonies of #CA26C7
Complementary color
Monochromatic Colors of #CA26C7
Black with #CA26C7
Text Example
Text Example
White with #CA26C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26C7; }
p { color: rgb(202,38,199); }
H1.HeaderClassName
{
color: #CA26C7;
}
.AnyTagClassName
{
color: #CA26C7;
}
</style>
background-color css
<style>
a { background-color: #CA26C7; }
a { background-color: rgb(202,38,199); }
div.DivClassName
{
background-color: #CA26C7;
}
.BgClassName
{
background-color: #CA26C7;
}
</style>
border-color css
<style>
span { border-color: #CA26C7; }
span { border-color: rgb(202,38,199); }
td.TdClassName
{
border-color: #CA26C7;
}
.TagClassName
{
border-color: #CA26C7;
}
</style>