#CA39CA

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

Shades of Fuchsia #CA39CA

Tints of Fuchsia #CA39CA

Color information

#CA39CA (or 0xCA39CA) is unknown color: approx Fuchsia. HEX triplet: CA, 39 and CA. RGB value is (202,57,202). Sum of RGB (Red+Green+Blue) = 202+57+202=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA39CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39CA is #35C635. Grayscale: #747474. Windows color (decimal): -3524150 or 13253066. OLE color: 13253066.

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

Color convert

RGB20257202-
CMYK00.7200.21
HSL300º57.77%50.78%-
HSV(B)300º71.78%79.22%-
XYZ36.4819.7557.77-
YUV116.88176.04188.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 57 (22.66% from 255) = 12.36%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=43.82%
G=12.36%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025720200.7200.2130057.7750.78
HexCA39CA04801512c3a33
Octal3127131201100254547263
Binary110010101110011100101001001000010101100101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39CA; }

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

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

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

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

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

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

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

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