Shades of Deep Magenta #CA26CA
Tints of Deep Magenta #CA26CA
RGB
CMYK
RGB Variations
Color information
#CA26CA (or 0xCA26CA) is known color: Deep Magenta. HEX triplet: CA, 26 and CA. RGB value is (202,38,202). Sum of RGB (Red+Green+Blue) = 202+38+202=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA26CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26CA is #35D935. Grayscale: #696969. Windows color (decimal): -3529014 or 13248202. OLE color: 13248202.
HSL color Cylindrical-coordinate representation of color #CA26CA: hue angle of 300º 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 #CA26CA is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 202 | - |
| CMYK | 0 | 0.81 | 0 | 0.21 |
| HSL | 300º | 0.68% | 0.47% | - |
| HSV(B) | 300º | 0.81% | 0.79% | - |
| XYZ | 35.71 | 18.21 | 57.51 | - |
| YUV | 105.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 202 | 0 | 0.81 | 0 | 0.21 | 300 | 0.68 | 0.47 |
| Hex | CA | 26 | CA | 0 | 51 | 0 | 15 | 12C | 44 | 2F |
| Octal | 312 | 46 | 312 | 0 | 121 | 0 | 25 | 454 | 104 | 57 |
| Binary | 11001010 | 100110 | 11001010 | 0 | 1010001 | 0 | 10101 | 100101100 | 1000100 | 101111 |
Color Harmonies of #CA26CA
Complementary color
Monochromatic Colors of #CA26CA
Black with #CA26CA
Text Example
Text Example
White with #CA26CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26CA; }
p { color: rgb(202,38,202); }
H1.HeaderClassName
{
color: #CA26CA;
}
.AnyTagClassName
{
color: #CA26CA;
}
</style>
background-color css
<style>
a { background-color: #CA26CA; }
a { background-color: rgb(202,38,202); }
div.DivClassName
{
background-color: #CA26CA;
}
.BgClassName
{
background-color: #CA26CA;
}
</style>
border-color css
<style>
span { border-color: #CA26CA; }
span { border-color: rgb(202,38,202); }
td.TdClassName
{
border-color: #CA26CA;
}
.TagClassName
{
border-color: #CA26CA;
}
</style>