#CA58CA

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

Shades of Fuchsia #CA58CA

Tints of Fuchsia #CA58CA

Color information

#CA58CA (or 0xCA58CA) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and CA. RGB value is (202,88,202). Sum of RGB (Red+Green+Blue) = 202+88+202=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58CA is #35A735. Grayscale: #868686. Windows color (decimal): -3516214 or 13261002. OLE color: 13261002.

HSL color Cylindrical-coordinate representation of color #CA58CA: hue angle of 300º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA58CA is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20288202-
CMYK00.5600.21
HSL300º51.82%56.86%-
HSV(B)300º56.44%79.22%-
XYZ38.5123.858.44-
YUV135.08165.77175.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 88 (34.77% from 255) = 17.89%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=41.06%
G=17.89%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028820200.5600.2130051.8256.86
HexCA58CA03801512c3439
Octal3121303120700254546471
Binary110010101011000110010100111000010101100101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58CA; }

 p { color: rgb(202,88,202); }

 H1.HeaderClassName
 {
   color: #CA58CA;
 }
 .AnyTagClassName
 {
   color: #CA58CA;
 }
</style>
background-color css

<style>
 a { background-color: #CA58CA; }

 a { background-color: rgb(202,88,202); }

 div.DivClassName
 {
   background-color: #CA58CA;
 }
 .BgClassName
 {
   background-color: #CA58CA;
 }
</style>
border-color css

<style>
 span { border-color: #CA58CA; }

 span { border-color: rgb(202,88,202); }

 td.TdClassName
 {
   border-color: #CA58CA;
 }
 .TagClassName
 {
   border-color: #CA58CA;
 }
</style>