Shades of Deep Magenta #CA26B7
Tints of Deep Magenta #CA26B7
RGB
CMYK
RGB Variations
Color information
#CA26B7 (or 0xCA26B7) is known color: Deep Magenta. HEX triplet: CA, 26 and B7. RGB value is (202,38,183). Sum of RGB (Red+Green+Blue) = 202+38+183=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA26B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26B7 is #35D948. Grayscale: #676767. Windows color (decimal): -3529033 or 12003018. OLE color: 12003018.
HSL color Cylindrical-coordinate representation of color #CA26B7: hue angle of 306.95º 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 #CA26B7 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 183 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.21 |
| HSL | 306.95º | 0.68% | 0.47% | - |
| HSV(B) | 306.95º | 0.81% | 0.79% | - |
| XYZ | 33.6 | 17.36 | 46.38 | - |
| YUV | 103.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 183 | 0 | 0.81 | 0.09 | 0.21 | 306.95 | 0.68 | 0.47 |
| Hex | CA | 26 | B7 | 0 | 51 | 9 | 15 | 133 | 44 | 2F |
| Octal | 312 | 46 | 267 | 0 | 121 | 11 | 25 | 463 | 104 | 57 |
| Binary | 11001010 | 100110 | 10110111 | 0 | 1010001 | 1001 | 10101 | 100110011 | 1000100 | 101111 |
Color Harmonies of #CA26B7
Complementary color
Monochromatic Colors of #CA26B7
Black with #CA26B7
Text Example
Text Example
White with #CA26B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26B7; }
p { color: rgb(202,38,183); }
H1.HeaderClassName
{
color: #CA26B7;
}
.AnyTagClassName
{
color: #CA26B7;
}
</style>
background-color css
<style>
a { background-color: #CA26B7; }
a { background-color: rgb(202,38,183); }
div.DivClassName
{
background-color: #CA26B7;
}
.BgClassName
{
background-color: #CA26B7;
}
</style>
border-color css
<style>
span { border-color: #CA26B7; }
span { border-color: rgb(202,38,183); }
td.TdClassName
{
border-color: #CA26B7;
}
.TagClassName
{
border-color: #CA26B7;
}
</style>