Shades of Fuchsia #CA31C0
Tints of Fuchsia #CA31C0
RGB
CMYK
RGB Variations
Color information
#CA31C0 (or 0xCA31C0) is known color: Fuchsia. HEX triplet: CA, 31 and C0. RGB value is (202,49,192). Sum of RGB (Red+Green+Blue) = 202+49+192=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31C0 is #35CE3F. Grayscale: #6E6E6E. Windows color (decimal): -3526208 or 12595658. OLE color: 12595658.
HSL color Cylindrical-coordinate representation of color #CA31C0: hue angle of 303.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA31C0 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 192 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.21 |
| HSL | 303.92º | 0.61% | 0.49% | - |
| HSV(B) | 303.92º | 0.76% | 0.79% | - |
| XYZ | 34.97 | 18.56 | 51.61 | - |
| YUV | 111.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 192 | 0 | 0.76 | 0.05 | 0.21 | 303.92 | 0.61 | 0.49 |
| Hex | CA | 31 | C0 | 0 | 4C | 5 | 15 | 130 | 3D | 31 |
| Octal | 312 | 61 | 300 | 0 | 114 | 5 | 25 | 460 | 75 | 61 |
| Binary | 11001010 | 110001 | 11000000 | 0 | 1001100 | 101 | 10101 | 100110000 | 111101 | 110001 |
Color Harmonies of #CA31C0
Complementary color
Monochromatic Colors of #CA31C0
Black with #CA31C0
Text Example
Text Example
White with #CA31C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31C0; }
p { color: rgb(202,49,192); }
H1.HeaderClassName
{
color: #CA31C0;
}
.AnyTagClassName
{
color: #CA31C0;
}
</style>
background-color css
<style>
a { background-color: #CA31C0; }
a { background-color: rgb(202,49,192); }
div.DivClassName
{
background-color: #CA31C0;
}
.BgClassName
{
background-color: #CA31C0;
}
</style>
border-color css
<style>
span { border-color: #CA31C0; }
span { border-color: rgb(202,49,192); }
td.TdClassName
{
border-color: #CA31C0;
}
.TagClassName
{
border-color: #CA31C0;
}
</style>