Shades of Deep Magenta #CA1DCB
Tints of Deep Magenta #CA1DCB
RGB
CMYK
RGB Variations
Color information
#CA1DCB (or 0xCA1DCB) is known color: Deep Magenta. HEX triplet: CA, 1D and CB. RGB value is (202,29,203). Sum of RGB (Red+Green+Blue) = 202+29+203=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA1DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DCB is #35E234. Grayscale: #646464. Windows color (decimal): -3531317 or 13311434. OLE color: 13311434.
HSL color Cylindrical-coordinate representation of color #CA1DCB: hue angle of 299.66º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DCB is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 29 | 203 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.20 |
| HSL | 299.66º | 0.75% | 0.45% | - |
| HSV(B) | 299.66º | 0.86% | 0.8% | - |
| XYZ | 35.58 | 17.75 | 58.05 | - |
| YUV | 100.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 203 | 0.00 | 0.86 | 0 | 0.20 | 299.66 | 0.75 | 0.45 |
| Hex | CA | 1D | CB | 0 | 56 | 0 | 14 | 12C | 4B | 2D |
| Octal | 312 | 35 | 313 | 0 | 126 | 0 | 24 | 454 | 113 | 55 |
| Binary | 11001010 | 11101 | 11001011 | 0 | 1010110 | 0 | 10100 | 100101100 | 1001011 | 101101 |
Color Harmonies of #CA1DCB
Complementary color
Monochromatic Colors of #CA1DCB
Black with #CA1DCB
Text Example
Text Example
White with #CA1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DCB; }
p { color: rgb(202,29,203); }
H1.HeaderClassName
{
color: #CA1DCB;
}
.AnyTagClassName
{
color: #CA1DCB;
}
</style>
background-color css
<style>
a { background-color: #CA1DCB; }
a { background-color: rgb(202,29,203); }
div.DivClassName
{
background-color: #CA1DCB;
}
.BgClassName
{
background-color: #CA1DCB;
}
</style>
border-color css
<style>
span { border-color: #CA1DCB; }
span { border-color: rgb(202,29,203); }
td.TdClassName
{
border-color: #CA1DCB;
}
.TagClassName
{
border-color: #CA1DCB;
}
</style>