Shades of Fuchsia #CA5EC1
Tints of Fuchsia #CA5EC1
RGB
CMYK
RGB Variations
Color information
#CA5EC1 (or 0xCA5EC1) is known color: Fuchsia. HEX triplet: CA, 5E and C1. RGB value is (202,94,193). Sum of RGB (Red+Green+Blue) = 202+94+193=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EC1 is #35A13E. Grayscale: #898989. Windows color (decimal): -3514687 or 12672714. OLE color: 12672714.
HSL color Cylindrical-coordinate representation of color #CA5EC1: hue angle of 305º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5EC1 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 193 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.21 |
| HSL | 305º | 0.5% | 0.58% | - |
| HSV(B) | 305º | 0.53% | 0.79% | - |
| XYZ | 37.99 | 24.41 | 53.16 | - |
| YUV | 137.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 193 | 0 | 0.53 | 0.04 | 0.21 | 305 | 0.5 | 0.58 |
| Hex | CA | 5E | C1 | 0 | 35 | 4 | 15 | 131 | 32 | 3A |
| Octal | 312 | 136 | 301 | 0 | 65 | 4 | 25 | 461 | 62 | 72 |
| Binary | 11001010 | 1011110 | 11000001 | 0 | 110101 | 100 | 10101 | 100110001 | 110010 | 111010 |
Color Harmonies of #CA5EC1
Complementary color
Monochromatic Colors of #CA5EC1
Black with #CA5EC1
Text Example
Text Example
White with #CA5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EC1; }
p { color: rgb(202,94,193); }
H1.HeaderClassName
{
color: #CA5EC1;
}
.AnyTagClassName
{
color: #CA5EC1;
}
</style>
background-color css
<style>
a { background-color: #CA5EC1; }
a { background-color: rgb(202,94,193); }
div.DivClassName
{
background-color: #CA5EC1;
}
.BgClassName
{
background-color: #CA5EC1;
}
</style>
border-color css
<style>
span { border-color: #CA5EC1; }
span { border-color: rgb(202,94,193); }
td.TdClassName
{
border-color: #CA5EC1;
}
.TagClassName
{
border-color: #CA5EC1;
}
</style>