Shades of Deep Magenta #CA1FB7
Tints of Deep Magenta #CA1FB7
RGB
CMYK
RGB Variations
Color information
#CA1FB7 (or 0xCA1FB7) is known color: Deep Magenta. HEX triplet: CA, 1F and B7. RGB value is (202,31,183). Sum of RGB (Red+Green+Blue) = 202+31+183=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FB7 is #35E048. Grayscale: #636363. Windows color (decimal): -3530825 or 12001226. OLE color: 12001226.
HSL color Cylindrical-coordinate representation of color #CA1FB7: hue angle of 306.67º 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 #CA1FB7 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 183 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.21 |
| HSL | 306.67º | 0.73% | 0.46% | - |
| HSV(B) | 306.67º | 0.85% | 0.79% | - |
| XYZ | 33.39 | 16.96 | 46.31 | - |
| YUV | 99.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 183 | 0 | 0.85 | 0.09 | 0.21 | 306.67 | 0.73 | 0.46 |
| Hex | CA | 1F | B7 | 0 | 55 | 9 | 15 | 133 | 49 | 2E |
| Octal | 312 | 37 | 267 | 0 | 125 | 11 | 25 | 463 | 111 | 56 |
| Binary | 11001010 | 11111 | 10110111 | 0 | 1010101 | 1001 | 10101 | 100110011 | 1001001 | 101110 |
Color Harmonies of #CA1FB7
Complementary color
Monochromatic Colors of #CA1FB7
Black with #CA1FB7
Text Example
Text Example
White with #CA1FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FB7; }
p { color: rgb(202,31,183); }
H1.HeaderClassName
{
color: #CA1FB7;
}
.AnyTagClassName
{
color: #CA1FB7;
}
</style>
background-color css
<style>
a { background-color: #CA1FB7; }
a { background-color: rgb(202,31,183); }
div.DivClassName
{
background-color: #CA1FB7;
}
.BgClassName
{
background-color: #CA1FB7;
}
</style>
border-color css
<style>
span { border-color: #CA1FB7; }
span { border-color: rgb(202,31,183); }
td.TdClassName
{
border-color: #CA1FB7;
}
.TagClassName
{
border-color: #CA1FB7;
}
</style>