Shades of Fuchsia #CA2ECF
Tints of Fuchsia #CA2ECF
RGB
CMYK
RGB Variations
Color information
#CA2ECF (or 0xCA2ECF) is known color: Fuchsia. HEX triplet: CA, 2E and CF. RGB value is (202,46,207). Sum of RGB (Red+Green+Blue) = 202+46+207=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA2ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ECF is #35D130. Grayscale: #6E6E6E. Windows color (decimal): -3526961 or 13577930. OLE color: 13577930.
HSL color Cylindrical-coordinate representation of color #CA2ECF: hue angle of 298.14º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2ECF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 46 | 207 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.19 |
| HSL | 298.14º | 0.64% | 0.5% | - |
| HSV(B) | 298.14º | 0.78% | 0.81% | - |
| XYZ | 36.6 | 19.02 | 60.77 | - |
| YUV | 111 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 207 | 0.02 | 0.78 | 0 | 0.19 | 298.14 | 0.64 | 0.5 |
| Hex | CA | 2E | CF | 2 | 4E | 0 | 13 | 12A | 40 | 32 |
| Octal | 312 | 56 | 317 | 2 | 116 | 0 | 23 | 452 | 100 | 62 |
| Binary | 11001010 | 101110 | 11001111 | 10 | 1001110 | 0 | 10011 | 100101010 | 1000000 | 110010 |
Color Harmonies of #CA2ECF
Complementary color
Monochromatic Colors of #CA2ECF
Black with #CA2ECF
Text Example
Text Example
White with #CA2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ECF; }
p { color: rgb(202,46,207); }
H1.HeaderClassName
{
color: #CA2ECF;
}
.AnyTagClassName
{
color: #CA2ECF;
}
</style>
background-color css
<style>
a { background-color: #CA2ECF; }
a { background-color: rgb(202,46,207); }
div.DivClassName
{
background-color: #CA2ECF;
}
.BgClassName
{
background-color: #CA2ECF;
}
</style>
border-color css
<style>
span { border-color: #CA2ECF; }
span { border-color: rgb(202,46,207); }
td.TdClassName
{
border-color: #CA2ECF;
}
.TagClassName
{
border-color: #CA2ECF;
}
</style>