#CA2ECF

Color #CA2ECF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA2ECF

Tints of Fuchsia #CA2ECF

Color information

#CA2ECF (or 0xCA2ECF) is unknown color: approx 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

RGB20246207-
CMYK0.020.7800.19
HSL298.14º63.64%49.61%-
HSV(B)298.14º77.78%81.18%-
XYZ36.619.0260.77-
YUV111182.18192.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 46 (18.36% from 255) = 10.11%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=44.40%
G=10.11%
B=45.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202462070.020.7800.19298.1463.6449.61
HexCA2ECF24E01312a4032
Octal31256317211602345210062
Binary11001010101110110011111010011100100111001010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>