Shades of Deep Magenta #CA1FB0
Tints of Deep Magenta #CA1FB0
RGB
CMYK
RGB Variations
Color information
#CA1FB0 (or 0xCA1FB0) is known color: Deep Magenta. HEX triplet: CA, 1F and B0. RGB value is (202,31,176). Sum of RGB (Red+Green+Blue) = 202+31+176=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1FB0 is #35E04F. Grayscale: #626262. Windows color (decimal): -3530832 or 11542474. OLE color: 11542474.
HSL color Cylindrical-coordinate representation of color #CA1FB0: hue angle of 309.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1FB0 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 176 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.21 |
| HSL | 309.12º | 0.73% | 0.46% | - |
| HSV(B) | 309.12º | 0.85% | 0.79% | - |
| XYZ | 32.68 | 16.67 | 42.57 | - |
| YUV | 98.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 176 | 0 | 0.85 | 0.13 | 0.21 | 309.12 | 0.73 | 0.46 |
| Hex | CA | 1F | B0 | 0 | 55 | D | 15 | 135 | 49 | 2E |
| Octal | 312 | 37 | 260 | 0 | 125 | 15 | 25 | 465 | 111 | 56 |
| Binary | 11001010 | 11111 | 10110000 | 0 | 1010101 | 1101 | 10101 | 100110101 | 1001001 | 101110 |
Color Harmonies of #CA1FB0
Complementary color
Monochromatic Colors of #CA1FB0
Black with #CA1FB0
Text Example
Text Example
White with #CA1FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FB0; }
p { color: rgb(202,31,176); }
H1.HeaderClassName
{
color: #CA1FB0;
}
.AnyTagClassName
{
color: #CA1FB0;
}
</style>
background-color css
<style>
a { background-color: #CA1FB0; }
a { background-color: rgb(202,31,176); }
div.DivClassName
{
background-color: #CA1FB0;
}
.BgClassName
{
background-color: #CA1FB0;
}
</style>
border-color css
<style>
span { border-color: #CA1FB0; }
span { border-color: rgb(202,31,176); }
td.TdClassName
{
border-color: #CA1FB0;
}
.TagClassName
{
border-color: #CA1FB0;
}
</style>