Shades of Deep Magenta #CA26DC
Tints of Deep Magenta #CA26DC
RGB
CMYK
RGB Variations
Color information
#CA26DC (or 0xCA26DC) is known color: Deep Magenta. HEX triplet: CA, 26 and DC. RGB value is (202,38,220). Sum of RGB (Red+Green+Blue) = 202+38+220=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA26DC is #35D923. Grayscale: #6B6B6B. Windows color (decimal): -3528996 or 14427850. OLE color: 14427850.
HSL color Cylindrical-coordinate representation of color #CA26DC: hue angle of 294.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA26DC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 38 | 220 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.14 |
| HSL | 294.07º | 0.72% | 0.51% | - |
| HSV(B) | 294.07º | 0.83% | 0.86% | - |
| XYZ | 37.97 | 19.11 | 69.4 | - |
| YUV | 107.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 220 | 0.08 | 0.83 | 0 | 0.14 | 294.07 | 0.72 | 0.51 |
| Hex | CA | 26 | DC | 8 | 53 | 0 | E | 126 | 48 | 33 |
| Octal | 312 | 46 | 334 | 10 | 123 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001010 | 100110 | 11011100 | 1000 | 1010011 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #CA26DC
Complementary color
Monochromatic Colors of #CA26DC
Black with #CA26DC
Text Example
Text Example
White with #CA26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26DC; }
p { color: rgb(202,38,220); }
H1.HeaderClassName
{
color: #CA26DC;
}
.AnyTagClassName
{
color: #CA26DC;
}
</style>
background-color css
<style>
a { background-color: #CA26DC; }
a { background-color: rgb(202,38,220); }
div.DivClassName
{
background-color: #CA26DC;
}
.BgClassName
{
background-color: #CA26DC;
}
</style>
border-color css
<style>
span { border-color: #CA26DC; }
span { border-color: rgb(202,38,220); }
td.TdClassName
{
border-color: #CA26DC;
}
.TagClassName
{
border-color: #CA26DC;
}
</style>