Shades of Fuchsia #CA5AB5
Tints of Fuchsia #CA5AB5
RGB
CMYK
RGB Variations
Color information
#CA5AB5 (or 0xCA5AB5) is known color: Fuchsia. HEX triplet: CA, 5A and B5. RGB value is (202,90,181). Sum of RGB (Red+Green+Blue) = 202+90+181=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AB5 is #35A54A. Grayscale: #858585. Windows color (decimal): -3515723 or 11885258. OLE color: 11885258.
HSL color Cylindrical-coordinate representation of color #CA5AB5: hue angle of 311.25º 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 #CA5AB5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 181 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.21 |
| HSL | 311.25º | 0.51% | 0.57% | - |
| HSV(B) | 311.25º | 0.55% | 0.79% | - |
| XYZ | 36.35 | 23.21 | 46.28 | - |
| YUV | 133.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 181 | 0 | 0.55 | 0.10 | 0.21 | 311.25 | 0.51 | 0.57 |
| Hex | CA | 5A | B5 | 0 | 37 | A | 15 | 137 | 33 | 39 |
| Octal | 312 | 132 | 265 | 0 | 67 | 12 | 25 | 467 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10110101 | 0 | 110111 | 1010 | 10101 | 100110111 | 110011 | 111001 |
Color Harmonies of #CA5AB5
Complementary color
Monochromatic Colors of #CA5AB5
Black with #CA5AB5
Text Example
Text Example
White with #CA5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AB5; }
p { color: rgb(202,90,181); }
H1.HeaderClassName
{
color: #CA5AB5;
}
.AnyTagClassName
{
color: #CA5AB5;
}
</style>
background-color css
<style>
a { background-color: #CA5AB5; }
a { background-color: rgb(202,90,181); }
div.DivClassName
{
background-color: #CA5AB5;
}
.BgClassName
{
background-color: #CA5AB5;
}
</style>
border-color css
<style>
span { border-color: #CA5AB5; }
span { border-color: rgb(202,90,181); }
td.TdClassName
{
border-color: #CA5AB5;
}
.TagClassName
{
border-color: #CA5AB5;
}
</style>