Shades of Deep Magenta #CA26DD
Tints of Deep Magenta #CA26DD
RGB
CMYK
RGB Variations
Color information
#CA26DD (or 0xCA26DD) is known color: Deep Magenta. HEX triplet: CA, 26 and DD. RGB value is (202,38,221). Sum of RGB (Red+Green+Blue) = 202+38+221=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26DD is #35D922. Grayscale: #6B6B6B. Windows color (decimal): -3528995 or 14493386. OLE color: 14493386.
HSL color Cylindrical-coordinate representation of color #CA26DD: hue angle of 293.77º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA26DD is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 38 | 221 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.13 |
| HSL | 293.77º | 0.73% | 0.51% | - |
| HSV(B) | 293.77º | 0.83% | 0.87% | - |
| XYZ | 38.1 | 19.16 | 70.1 | - |
| YUV | 107.9 | 191.83 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 221 | 0.09 | 0.83 | 0 | 0.13 | 293.77 | 0.73 | 0.51 |
| Hex | CA | 26 | DD | 9 | 53 | 0 | D | 126 | 49 | 33 |
| Octal | 312 | 46 | 335 | 11 | 123 | 0 | 15 | 446 | 111 | 63 |
| Binary | 11001010 | 100110 | 11011101 | 1001 | 1010011 | 0 | 1101 | 100100110 | 1001001 | 110011 |
Color Harmonies of #CA26DD
Complementary color
Monochromatic Colors of #CA26DD
Black with #CA26DD
Text Example
Text Example
White with #CA26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26DD; }
p { color: rgb(202,38,221); }
H1.HeaderClassName
{
color: #CA26DD;
}
.AnyTagClassName
{
color: #CA26DD;
}
</style>
background-color css
<style>
a { background-color: #CA26DD; }
a { background-color: rgb(202,38,221); }
div.DivClassName
{
background-color: #CA26DD;
}
.BgClassName
{
background-color: #CA26DD;
}
</style>
border-color css
<style>
span { border-color: #CA26DD; }
span { border-color: rgb(202,38,221); }
td.TdClassName
{
border-color: #CA26DD;
}
.TagClassName
{
border-color: #CA26DD;
}
</style>