Shades of Fuchsia #CA5ECF
Tints of Fuchsia #CA5ECF
RGB
CMYK
RGB Variations
Color information
#CA5ECF (or 0xCA5ECF) is known color: Fuchsia. HEX triplet: CA, 5E and CF. RGB value is (202,94,207). Sum of RGB (Red+Green+Blue) = 202+94+207=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ECF is #35A130. Grayscale: #8A8A8A. Windows color (decimal): -3514673 or 13590218. OLE color: 13590218.
HSL color Cylindrical-coordinate representation of color #CA5ECF: hue angle of 297.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5ECF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 94 | 207 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.19 |
| HSL | 297.35º | 0.54% | 0.59% | - |
| HSV(B) | 297.35º | 0.55% | 0.81% | - |
| XYZ | 39.62 | 25.07 | 61.78 | - |
| YUV | 139.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 207 | 0.02 | 0.55 | 0 | 0.19 | 297.35 | 0.54 | 0.59 |
| Hex | CA | 5E | CF | 2 | 37 | 0 | 13 | 129 | 36 | 3B |
| Octal | 312 | 136 | 317 | 2 | 67 | 0 | 23 | 451 | 66 | 73 |
| Binary | 11001010 | 1011110 | 11001111 | 10 | 110111 | 0 | 10011 | 100101001 | 110110 | 111011 |
Color Harmonies of #CA5ECF
Complementary color
Monochromatic Colors of #CA5ECF
Black with #CA5ECF
Text Example
Text Example
White with #CA5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ECF; }
p { color: rgb(202,94,207); }
H1.HeaderClassName
{
color: #CA5ECF;
}
.AnyTagClassName
{
color: #CA5ECF;
}
</style>
background-color css
<style>
a { background-color: #CA5ECF; }
a { background-color: rgb(202,94,207); }
div.DivClassName
{
background-color: #CA5ECF;
}
.BgClassName
{
background-color: #CA5ECF;
}
</style>
border-color css
<style>
span { border-color: #CA5ECF; }
span { border-color: rgb(202,94,207); }
td.TdClassName
{
border-color: #CA5ECF;
}
.TagClassName
{
border-color: #CA5ECF;
}
</style>