Shades of Fuchsia #CA5AB2
Tints of Fuchsia #CA5AB2
RGB
CMYK
RGB Variations
Color information
#CA5AB2 (or 0xCA5AB2) is known color: Fuchsia. HEX triplet: CA, 5A and B2. RGB value is (202,90,178). Sum of RGB (Red+Green+Blue) = 202+90+178=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AB2 is #35A54D. Grayscale: #858585. Windows color (decimal): -3515726 or 11688650. OLE color: 11688650.
HSL color Cylindrical-coordinate representation of color #CA5AB2: hue angle of 312.86º 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 #CA5AB2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 178 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.21 |
| HSL | 312.86º | 0.51% | 0.57% | - |
| HSV(B) | 312.86º | 0.55% | 0.79% | - |
| XYZ | 36.05 | 23.08 | 44.67 | - |
| YUV | 133.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 178 | 0 | 0.55 | 0.12 | 0.21 | 312.86 | 0.51 | 0.57 |
| Hex | CA | 5A | B2 | 0 | 37 | C | 15 | 139 | 33 | 39 |
| Octal | 312 | 132 | 262 | 0 | 67 | 14 | 25 | 471 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10110010 | 0 | 110111 | 1100 | 10101 | 100111001 | 110011 | 111001 |
Color Harmonies of #CA5AB2
Complementary color
Monochromatic Colors of #CA5AB2
Black with #CA5AB2
Text Example
Text Example
White with #CA5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AB2; }
p { color: rgb(202,90,178); }
H1.HeaderClassName
{
color: #CA5AB2;
}
.AnyTagClassName
{
color: #CA5AB2;
}
</style>
background-color css
<style>
a { background-color: #CA5AB2; }
a { background-color: rgb(202,90,178); }
div.DivClassName
{
background-color: #CA5AB2;
}
.BgClassName
{
background-color: #CA5AB2;
}
</style>
border-color css
<style>
span { border-color: #CA5AB2; }
span { border-color: rgb(202,90,178); }
td.TdClassName
{
border-color: #CA5AB2;
}
.TagClassName
{
border-color: #CA5AB2;
}
</style>