Shades of Deep Magenta #CA1DD5
Tints of Deep Magenta #CA1DD5
RGB
CMYK
RGB Variations
Color information
#CA1DD5 (or 0xCA1DD5) is known color: Deep Magenta. HEX triplet: CA, 1D and D5. RGB value is (202,29,213). Sum of RGB (Red+Green+Blue) = 202+29+213=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA1DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DD5 is #35E22A. Grayscale: #656565. Windows color (decimal): -3531307 or 13966794. OLE color: 13966794.
HSL color Cylindrical-coordinate representation of color #CA1DD5: hue angle of 296.41º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DD5 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 29 | 213 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.16 |
| HSL | 296.41º | 0.76% | 0.47% | - |
| HSV(B) | 296.41º | 0.86% | 0.84% | - |
| XYZ | 36.81 | 18.24 | 64.53 | - |
| YUV | 101.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 213 | 0.05 | 0.86 | 0 | 0.16 | 296.41 | 0.76 | 0.47 |
| Hex | CA | 1D | D5 | 5 | 56 | 0 | 10 | 128 | 4C | 2F |
| Octal | 312 | 35 | 325 | 5 | 126 | 0 | 20 | 450 | 114 | 57 |
| Binary | 11001010 | 11101 | 11010101 | 101 | 1010110 | 0 | 10000 | 100101000 | 1001100 | 101111 |
Color Harmonies of #CA1DD5
Complementary color
Monochromatic Colors of #CA1DD5
Black with #CA1DD5
Text Example
Text Example
White with #CA1DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DD5; }
p { color: rgb(202,29,213); }
H1.HeaderClassName
{
color: #CA1DD5;
}
.AnyTagClassName
{
color: #CA1DD5;
}
</style>
background-color css
<style>
a { background-color: #CA1DD5; }
a { background-color: rgb(202,29,213); }
div.DivClassName
{
background-color: #CA1DD5;
}
.BgClassName
{
background-color: #CA1DD5;
}
</style>
border-color css
<style>
span { border-color: #CA1DD5; }
span { border-color: rgb(202,29,213); }
td.TdClassName
{
border-color: #CA1DD5;
}
.TagClassName
{
border-color: #CA1DD5;
}
</style>