Shades of Deep Magenta #CA1FBC
Tints of Deep Magenta #CA1FBC
RGB
CMYK
RGB Variations
Color information
#CA1FBC (or 0xCA1FBC) is known color: Deep Magenta. HEX triplet: CA, 1F and BC. RGB value is (202,31,188). Sum of RGB (Red+Green+Blue) = 202+31+188=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FBC is #35E043. Grayscale: #636363. Windows color (decimal): -3530820 or 12328906. OLE color: 12328906.
HSL color Cylindrical-coordinate representation of color #CA1FBC: hue angle of 304.91º 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 #CA1FBC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 188 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.21 |
| HSL | 304.91º | 0.73% | 0.46% | - |
| HSV(B) | 304.91º | 0.85% | 0.79% | - |
| XYZ | 33.92 | 17.17 | 49.1 | - |
| YUV | 100.03 | 177.65 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 188 | 0 | 0.85 | 0.07 | 0.21 | 304.91 | 0.73 | 0.46 |
| Hex | CA | 1F | BC | 0 | 55 | 7 | 15 | 131 | 49 | 2E |
| Octal | 312 | 37 | 274 | 0 | 125 | 7 | 25 | 461 | 111 | 56 |
| Binary | 11001010 | 11111 | 10111100 | 0 | 1010101 | 111 | 10101 | 100110001 | 1001001 | 101110 |
Color Harmonies of #CA1FBC
Complementary color
Monochromatic Colors of #CA1FBC
Black with #CA1FBC
Text Example
Text Example
White with #CA1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FBC; }
p { color: rgb(202,31,188); }
H1.HeaderClassName
{
color: #CA1FBC;
}
.AnyTagClassName
{
color: #CA1FBC;
}
</style>
background-color css
<style>
a { background-color: #CA1FBC; }
a { background-color: rgb(202,31,188); }
div.DivClassName
{
background-color: #CA1FBC;
}
.BgClassName
{
background-color: #CA1FBC;
}
</style>
border-color css
<style>
span { border-color: #CA1FBC; }
span { border-color: rgb(202,31,188); }
td.TdClassName
{
border-color: #CA1FBC;
}
.TagClassName
{
border-color: #CA1FBC;
}
</style>