Shades of Fuchsia #CA5EC3
Tints of Fuchsia #CA5EC3
RGB
CMYK
RGB Variations
Color information
#CA5EC3 (or 0xCA5EC3) is known color: Fuchsia. HEX triplet: CA, 5E and C3. RGB value is (202,94,195). Sum of RGB (Red+Green+Blue) = 202+94+195=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EC3 is #35A13C. Grayscale: #898989. Windows color (decimal): -3514685 or 12803786. OLE color: 12803786.
HSL color Cylindrical-coordinate representation of color #CA5EC3: hue angle of 303.89º 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 #CA5EC3 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 195 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.21 |
| HSL | 303.89º | 0.5% | 0.58% | - |
| HSV(B) | 303.89º | 0.53% | 0.79% | - |
| XYZ | 38.21 | 24.5 | 54.35 | - |
| YUV | 137.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 195 | 0 | 0.53 | 0.03 | 0.21 | 303.89 | 0.5 | 0.58 |
| Hex | CA | 5E | C3 | 0 | 35 | 3 | 15 | 130 | 32 | 3A |
| Octal | 312 | 136 | 303 | 0 | 65 | 3 | 25 | 460 | 62 | 72 |
| Binary | 11001010 | 1011110 | 11000011 | 0 | 110101 | 11 | 10101 | 100110000 | 110010 | 111010 |
Color Harmonies of #CA5EC3
Complementary color
Monochromatic Colors of #CA5EC3
Black with #CA5EC3
Text Example
Text Example
White with #CA5EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EC3; }
p { color: rgb(202,94,195); }
H1.HeaderClassName
{
color: #CA5EC3;
}
.AnyTagClassName
{
color: #CA5EC3;
}
</style>
background-color css
<style>
a { background-color: #CA5EC3; }
a { background-color: rgb(202,94,195); }
div.DivClassName
{
background-color: #CA5EC3;
}
.BgClassName
{
background-color: #CA5EC3;
}
</style>
border-color css
<style>
span { border-color: #CA5EC3; }
span { border-color: rgb(202,94,195); }
td.TdClassName
{
border-color: #CA5EC3;
}
.TagClassName
{
border-color: #CA5EC3;
}
</style>