#CA39C8

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

Shades of Fuchsia #CA39C8

Tints of Fuchsia #CA39C8

Color information

#CA39C8 (or 0xCA39C8) is unknown color: approx Fuchsia. HEX triplet: CA, 39 and C8. RGB value is (202,57,200). Sum of RGB (Red+Green+Blue) = 202+57+200=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA39C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39C8 is #35C637. Grayscale: #747474. Windows color (decimal): -3524152 or 13121994. OLE color: 13121994.

HSL color Cylindrical-coordinate representation of color #CA39C8: hue angle of 300.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA39C8 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20257200-
CMYK00.720.010.21
HSL300.83º57.77%50.78%-
HSV(B)300.83º71.78%79.22%-
XYZ36.2519.6556.53-
YUV116.66175.04188.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 57 (22.66% from 255) = 12.42%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=44.01%
G=12.42%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025720000.720.010.21300.8357.7750.78
HexCA39C804811512d3a33
Octal3127131001101254557263
Binary110010101110011100100001001000110101100101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39C8; }

 p { color: rgb(202,57,200); }

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

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

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

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

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

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

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