#CA58BC

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

Shades of Fuchsia #CA58BC

Tints of Fuchsia #CA58BC

Color information

#CA58BC (or 0xCA58BC) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and BC. RGB value is (202,88,188). Sum of RGB (Red+Green+Blue) = 202+88+188=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58BC is #35A743. Grayscale: #858585. Windows color (decimal): -3516228 or 12343498. OLE color: 12343498.

HSL color Cylindrical-coordinate representation of color #CA58BC: hue angle of 307.37º 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 #CA58BC is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20288188-
CMYK00.560.070.21
HSL307.37º51.82%56.86%-
HSV(B)307.37º56.44%79.22%-
XYZ36.9223.1750.1-
YUV133.49158.77176.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=42.26%
G=18.41%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028818800.560.070.21307.3751.8256.86
HexCA58BC0387151333439
Octal3121302740707254636471
Binary11001010101100010111100011100011110101100110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58BC; }

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

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

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

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

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

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

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

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