Shades of Fuchsia #CA31BC
Tints of Fuchsia #CA31BC
RGB
CMYK
RGB Variations
Color information
#CA31BC (or 0xCA31BC) is known color: Fuchsia. HEX triplet: CA, 31 and BC. RGB value is (202,49,188). Sum of RGB (Red+Green+Blue) = 202+49+188=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31BC is #35CE43. Grayscale: #6E6E6E. Windows color (decimal): -3526212 or 12333514. OLE color: 12333514.
HSL color Cylindrical-coordinate representation of color #CA31BC: hue angle of 305.49º 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 #CA31BC is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 188 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.21 |
| HSL | 305.49º | 0.61% | 0.49% | - |
| HSV(B) | 305.49º | 0.76% | 0.79% | - |
| XYZ | 34.53 | 18.38 | 49.31 | - |
| YUV | 110.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 188 | 0 | 0.76 | 0.07 | 0.21 | 305.49 | 0.61 | 0.49 |
| Hex | CA | 31 | BC | 0 | 4C | 7 | 15 | 131 | 3D | 31 |
| Octal | 312 | 61 | 274 | 0 | 114 | 7 | 25 | 461 | 75 | 61 |
| Binary | 11001010 | 110001 | 10111100 | 0 | 1001100 | 111 | 10101 | 100110001 | 111101 | 110001 |
Color Harmonies of #CA31BC
Complementary color
Monochromatic Colors of #CA31BC
Black with #CA31BC
Text Example
Text Example
White with #CA31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31BC; }
p { color: rgb(202,49,188); }
H1.HeaderClassName
{
color: #CA31BC;
}
.AnyTagClassName
{
color: #CA31BC;
}
</style>
background-color css
<style>
a { background-color: #CA31BC; }
a { background-color: rgb(202,49,188); }
div.DivClassName
{
background-color: #CA31BC;
}
.BgClassName
{
background-color: #CA31BC;
}
</style>
border-color css
<style>
span { border-color: #CA31BC; }
span { border-color: rgb(202,49,188); }
td.TdClassName
{
border-color: #CA31BC;
}
.TagClassName
{
border-color: #CA31BC;
}
</style>