Shades of Fuchsia #CA5ECC
Tints of Fuchsia #CA5ECC
RGB
CMYK
RGB Variations
Color information
#CA5ECC (or 0xCA5ECC) is known color: Fuchsia. HEX triplet: CA, 5E and CC. RGB value is (202,94,204). Sum of RGB (Red+Green+Blue) = 202+94+204=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ECC is #35A133. Grayscale: #8A8A8A. Windows color (decimal): -3514676 or 13393610. OLE color: 13393610.
HSL color Cylindrical-coordinate representation of color #CA5ECC: hue angle of 298.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5ECC is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 94 | 204 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.2 |
| HSL | 298.91º | 0.52% | 0.58% | - |
| HSV(B) | 298.91º | 0.54% | 0.8% | - |
| XYZ | 39.26 | 24.92 | 59.87 | - |
| YUV | 138.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 204 | 0.01 | 0.54 | 0 | 0.2 | 298.91 | 0.52 | 0.58 |
| Hex | CA | 5E | CC | 1 | 36 | 0 | 14 | 12B | 34 | 3A |
| Octal | 312 | 136 | 314 | 1 | 66 | 0 | 24 | 453 | 64 | 72 |
| Binary | 11001010 | 1011110 | 11001100 | 1 | 110110 | 0 | 10100 | 100101011 | 110100 | 111010 |
Color Harmonies of #CA5ECC
Complementary color
Monochromatic Colors of #CA5ECC
Black with #CA5ECC
Text Example
Text Example
White with #CA5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ECC; }
p { color: rgb(202,94,204); }
H1.HeaderClassName
{
color: #CA5ECC;
}
.AnyTagClassName
{
color: #CA5ECC;
}
</style>
background-color css
<style>
a { background-color: #CA5ECC; }
a { background-color: rgb(202,94,204); }
div.DivClassName
{
background-color: #CA5ECC;
}
.BgClassName
{
background-color: #CA5ECC;
}
</style>
border-color css
<style>
span { border-color: #CA5ECC; }
span { border-color: rgb(202,94,204); }
td.TdClassName
{
border-color: #CA5ECC;
}
.TagClassName
{
border-color: #CA5ECC;
}
</style>