Shades of Fuchsia #CA5BB1
Tints of Fuchsia #CA5BB1
RGB
CMYK
RGB Variations
Color information
#CA5BB1 (or 0xCA5BB1) is known color: Fuchsia. HEX triplet: CA, 5B and B1. RGB value is (202,91,177). Sum of RGB (Red+Green+Blue) = 202+91+177=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BB1 is #35A44E. Grayscale: #858585. Windows color (decimal): -3515471 or 11623370. OLE color: 11623370.
HSL color Cylindrical-coordinate representation of color #CA5BB1: hue angle of 313.51º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5BB1 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 177 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.21 |
| HSL | 313.51º | 0.51% | 0.57% | - |
| HSV(B) | 313.51º | 0.55% | 0.79% | - |
| XYZ | 36.03 | 23.21 | 44.18 | - |
| YUV | 133.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 177 | 0 | 0.55 | 0.12 | 0.21 | 313.51 | 0.51 | 0.57 |
| Hex | CA | 5B | B1 | 0 | 37 | C | 15 | 13A | 33 | 39 |
| Octal | 312 | 133 | 261 | 0 | 67 | 14 | 25 | 472 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10110001 | 0 | 110111 | 1100 | 10101 | 100111010 | 110011 | 111001 |
Color Harmonies of #CA5BB1
Complementary color
Monochromatic Colors of #CA5BB1
Black with #CA5BB1
Text Example
Text Example
White with #CA5BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BB1; }
p { color: rgb(202,91,177); }
H1.HeaderClassName
{
color: #CA5BB1;
}
.AnyTagClassName
{
color: #CA5BB1;
}
</style>
background-color css
<style>
a { background-color: #CA5BB1; }
a { background-color: rgb(202,91,177); }
div.DivClassName
{
background-color: #CA5BB1;
}
.BgClassName
{
background-color: #CA5BB1;
}
</style>
border-color css
<style>
span { border-color: #CA5BB1; }
span { border-color: rgb(202,91,177); }
td.TdClassName
{
border-color: #CA5BB1;
}
.TagClassName
{
border-color: #CA5BB1;
}
</style>