Shades of Deep Magenta #CA1FCB
Tints of Deep Magenta #CA1FCB
RGB
CMYK
RGB Variations
Color information
#CA1FCB (or 0xCA1FCB) is known color: Deep Magenta. HEX triplet: CA, 1F and CB. RGB value is (202,31,203). Sum of RGB (Red+Green+Blue) = 202+31+203=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FCB is #35E034. Grayscale: #656565. Windows color (decimal): -3530805 or 13311946. OLE color: 13311946.
HSL color Cylindrical-coordinate representation of color #CA1FCB: hue angle of 299.65º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1FCB is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 31 | 203 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.20 |
| HSL | 299.65º | 0.74% | 0.46% | - |
| HSV(B) | 299.65º | 0.85% | 0.8% | - |
| XYZ | 35.63 | 17.85 | 58.07 | - |
| YUV | 101.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 203 | 0.00 | 0.85 | 0 | 0.20 | 299.65 | 0.74 | 0.46 |
| Hex | CA | 1F | CB | 0 | 55 | 0 | 14 | 12C | 4A | 2E |
| Octal | 312 | 37 | 313 | 0 | 125 | 0 | 24 | 454 | 112 | 56 |
| Binary | 11001010 | 11111 | 11001011 | 0 | 1010101 | 0 | 10100 | 100101100 | 1001010 | 101110 |
Color Harmonies of #CA1FCB
Complementary color
Monochromatic Colors of #CA1FCB
Black with #CA1FCB
Text Example
Text Example
White with #CA1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FCB; }
p { color: rgb(202,31,203); }
H1.HeaderClassName
{
color: #CA1FCB;
}
.AnyTagClassName
{
color: #CA1FCB;
}
</style>
background-color css
<style>
a { background-color: #CA1FCB; }
a { background-color: rgb(202,31,203); }
div.DivClassName
{
background-color: #CA1FCB;
}
.BgClassName
{
background-color: #CA1FCB;
}
</style>
border-color css
<style>
span { border-color: #CA1FCB; }
span { border-color: rgb(202,31,203); }
td.TdClassName
{
border-color: #CA1FCB;
}
.TagClassName
{
border-color: #CA1FCB;
}
</style>