Shades of Deep Magenta #CA1BD5
Tints of Deep Magenta #CA1BD5
RGB
CMYK
RGB Variations
Color information
#CA1BD5 (or 0xCA1BD5) is known color: Deep Magenta. HEX triplet: CA, 1B and D5. RGB value is (202,27,213). Sum of RGB (Red+Green+Blue) = 202+27+213=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA1BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1BD5 is #35E42A. Grayscale: #636363. Windows color (decimal): -3531819 or 13966282. OLE color: 13966282.
HSL color Cylindrical-coordinate representation of color #CA1BD5: hue angle of 296.45º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1BD5 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 27 | 213 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.16 |
| HSL | 296.45º | 0.78% | 0.47% | - |
| HSV(B) | 296.45º | 0.87% | 0.84% | - |
| XYZ | 36.76 | 18.14 | 64.52 | - |
| YUV | 100.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 213 | 0.05 | 0.87 | 0 | 0.16 | 296.45 | 0.78 | 0.47 |
| Hex | CA | 1B | D5 | 5 | 57 | 0 | 10 | 128 | 4E | 2F |
| Octal | 312 | 33 | 325 | 5 | 127 | 0 | 20 | 450 | 116 | 57 |
| Binary | 11001010 | 11011 | 11010101 | 101 | 1010111 | 0 | 10000 | 100101000 | 1001110 | 101111 |
Color Harmonies of #CA1BD5
Complementary color
Monochromatic Colors of #CA1BD5
Black with #CA1BD5
Text Example
Text Example
White with #CA1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BD5; }
p { color: rgb(202,27,213); }
H1.HeaderClassName
{
color: #CA1BD5;
}
.AnyTagClassName
{
color: #CA1BD5;
}
</style>
background-color css
<style>
a { background-color: #CA1BD5; }
a { background-color: rgb(202,27,213); }
div.DivClassName
{
background-color: #CA1BD5;
}
.BgClassName
{
background-color: #CA1BD5;
}
</style>
border-color css
<style>
span { border-color: #CA1BD5; }
span { border-color: rgb(202,27,213); }
td.TdClassName
{
border-color: #CA1BD5;
}
.TagClassName
{
border-color: #CA1BD5;
}
</style>