Shades of Deep Magenta #CA1DBC
Tints of Deep Magenta #CA1DBC
RGB
CMYK
RGB Variations
Color information
#CA1DBC (or 0xCA1DBC) is known color: Deep Magenta. HEX triplet: CA, 1D and BC. RGB value is (202,29,188). Sum of RGB (Red+Green+Blue) = 202+29+188=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DBC is #35E243. Grayscale: #626262. Windows color (decimal): -3531332 or 12328394. OLE color: 12328394.
HSL color Cylindrical-coordinate representation of color #CA1DBC: hue angle of 304.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DBC is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 188 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.21 |
| HSL | 304.86º | 0.75% | 0.45% | - |
| HSV(B) | 304.86º | 0.86% | 0.79% | - |
| XYZ | 33.87 | 17.07 | 49.09 | - |
| YUV | 98.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 188 | 0 | 0.86 | 0.07 | 0.21 | 304.86 | 0.75 | 0.45 |
| Hex | CA | 1D | BC | 0 | 56 | 7 | 15 | 131 | 4B | 2D |
| Octal | 312 | 35 | 274 | 0 | 126 | 7 | 25 | 461 | 113 | 55 |
| Binary | 11001010 | 11101 | 10111100 | 0 | 1010110 | 111 | 10101 | 100110001 | 1001011 | 101101 |
Color Harmonies of #CA1DBC
Complementary color
Monochromatic Colors of #CA1DBC
Black with #CA1DBC
Text Example
Text Example
White with #CA1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DBC; }
p { color: rgb(202,29,188); }
H1.HeaderClassName
{
color: #CA1DBC;
}
.AnyTagClassName
{
color: #CA1DBC;
}
</style>
background-color css
<style>
a { background-color: #CA1DBC; }
a { background-color: rgb(202,29,188); }
div.DivClassName
{
background-color: #CA1DBC;
}
.BgClassName
{
background-color: #CA1DBC;
}
</style>
border-color css
<style>
span { border-color: #CA1DBC; }
span { border-color: rgb(202,29,188); }
td.TdClassName
{
border-color: #CA1DBC;
}
.TagClassName
{
border-color: #CA1DBC;
}
</style>