Shades of Fuchsia #CA51B1
Tints of Fuchsia #CA51B1
RGB
CMYK
RGB Variations
Color information
#CA51B1 (or 0xCA51B1) is known color: Fuchsia. HEX triplet: CA, 51 and B1. RGB value is (202,81,177). Sum of RGB (Red+Green+Blue) = 202+81+177=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51B1 is #35AE4E. Grayscale: #7F7F7F. Windows color (decimal): -3518031 or 11620810. OLE color: 11620810.
HSL color Cylindrical-coordinate representation of color #CA51B1: hue angle of 312.4º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51B1 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 177 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.21 |
| HSL | 312.4º | 0.53% | 0.55% | - |
| HSV(B) | 312.4º | 0.6% | 0.79% | - |
| XYZ | 35.24 | 21.62 | 43.91 | - |
| YUV | 128.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 177 | 0 | 0.60 | 0.12 | 0.21 | 312.4 | 0.53 | 0.55 |
| Hex | CA | 51 | B1 | 0 | 3C | C | 15 | 138 | 35 | 37 |
| Octal | 312 | 121 | 261 | 0 | 74 | 14 | 25 | 470 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10110001 | 0 | 111100 | 1100 | 10101 | 100111000 | 110101 | 110111 |
Color Harmonies of #CA51B1
Complementary color
Monochromatic Colors of #CA51B1
Black with #CA51B1
Text Example
Text Example
White with #CA51B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51B1; }
p { color: rgb(202,81,177); }
H1.HeaderClassName
{
color: #CA51B1;
}
.AnyTagClassName
{
color: #CA51B1;
}
</style>
background-color css
<style>
a { background-color: #CA51B1; }
a { background-color: rgb(202,81,177); }
div.DivClassName
{
background-color: #CA51B1;
}
.BgClassName
{
background-color: #CA51B1;
}
</style>
border-color css
<style>
span { border-color: #CA51B1; }
span { border-color: rgb(202,81,177); }
td.TdClassName
{
border-color: #CA51B1;
}
.TagClassName
{
border-color: #CA51B1;
}
</style>