Shades of Fuchsia #CA31BA
Tints of Fuchsia #CA31BA
RGB
CMYK
RGB Variations
Color information
#CA31BA (or 0xCA31BA) is known color: Fuchsia. HEX triplet: CA, 31 and BA. RGB value is (202,49,186). Sum of RGB (Red+Green+Blue) = 202+49+186=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31BA is #35CE45. Grayscale: #6D6D6D. Windows color (decimal): -3526214 or 12202442. OLE color: 12202442.
HSL color Cylindrical-coordinate representation of color #CA31BA: hue angle of 306.27º 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 #CA31BA is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 186 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.21 |
| HSL | 306.27º | 0.61% | 0.49% | - |
| HSV(B) | 306.27º | 0.76% | 0.79% | - |
| XYZ | 34.32 | 18.3 | 48.18 | - |
| YUV | 110.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 186 | 0 | 0.76 | 0.08 | 0.21 | 306.27 | 0.61 | 0.49 |
| Hex | CA | 31 | BA | 0 | 4C | 8 | 15 | 132 | 3D | 31 |
| Octal | 312 | 61 | 272 | 0 | 114 | 10 | 25 | 462 | 75 | 61 |
| Binary | 11001010 | 110001 | 10111010 | 0 | 1001100 | 1000 | 10101 | 100110010 | 111101 | 110001 |
Color Harmonies of #CA31BA
Complementary color
Monochromatic Colors of #CA31BA
Black with #CA31BA
Text Example
Text Example
White with #CA31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31BA; }
p { color: rgb(202,49,186); }
H1.HeaderClassName
{
color: #CA31BA;
}
.AnyTagClassName
{
color: #CA31BA;
}
</style>
background-color css
<style>
a { background-color: #CA31BA; }
a { background-color: rgb(202,49,186); }
div.DivClassName
{
background-color: #CA31BA;
}
.BgClassName
{
background-color: #CA31BA;
}
</style>
border-color css
<style>
span { border-color: #CA31BA; }
span { border-color: rgb(202,49,186); }
td.TdClassName
{
border-color: #CA31BA;
}
.TagClassName
{
border-color: #CA31BA;
}
</style>