Shades of Deep Magenta #CA26DA
Tints of Deep Magenta #CA26DA
RGB
CMYK
RGB Variations
Color information
#CA26DA (or 0xCA26DA) is known color: Deep Magenta. HEX triplet: CA, 26 and DA. RGB value is (202,38,218). Sum of RGB (Red+Green+Blue) = 202+38+218=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26DA is #35D925. Grayscale: #6B6B6B. Windows color (decimal): -3528998 or 14296778. OLE color: 14296778.
HSL color Cylindrical-coordinate representation of color #CA26DA: hue angle of 294.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA26DA is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 38 | 218 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.15 |
| HSL | 294.67º | 0.71% | 0.5% | - |
| HSV(B) | 294.67º | 0.83% | 0.85% | - |
| XYZ | 37.71 | 19 | 68.01 | - |
| YUV | 107.56 | 190.33 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 218 | 0.07 | 0.83 | 0 | 0.15 | 294.67 | 0.71 | 0.5 |
| Hex | CA | 26 | DA | 7 | 53 | 0 | F | 127 | 47 | 32 |
| Octal | 312 | 46 | 332 | 7 | 123 | 0 | 17 | 447 | 107 | 62 |
| Binary | 11001010 | 100110 | 11011010 | 111 | 1010011 | 0 | 1111 | 100100111 | 1000111 | 110010 |
Color Harmonies of #CA26DA
Complementary color
Monochromatic Colors of #CA26DA
Black with #CA26DA
Text Example
Text Example
White with #CA26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26DA; }
p { color: rgb(202,38,218); }
H1.HeaderClassName
{
color: #CA26DA;
}
.AnyTagClassName
{
color: #CA26DA;
}
</style>
background-color css
<style>
a { background-color: #CA26DA; }
a { background-color: rgb(202,38,218); }
div.DivClassName
{
background-color: #CA26DA;
}
.BgClassName
{
background-color: #CA26DA;
}
</style>
border-color css
<style>
span { border-color: #CA26DA; }
span { border-color: rgb(202,38,218); }
td.TdClassName
{
border-color: #CA26DA;
}
.TagClassName
{
border-color: #CA26DA;
}
</style>