#CA60CA

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

Shades of Fuchsia #CA60CA

Tints of Fuchsia #CA60CA

Color information

#CA60CA (or 0xCA60CA) is unknown color: approx Fuchsia. HEX triplet: CA, 60 and CA. RGB value is (202,96,202). Sum of RGB (Red+Green+Blue) = 202+96+202=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60CA is #359F35. Grayscale: #8B8B8B. Windows color (decimal): -3514166 or 13263050. OLE color: 13263050.

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

Color convert

RGB20296202-
CMYK00.5200.21
HSL300º50%58.43%-
HSV(B)300º52.48%79.22%-
XYZ39.225.1958.67-
YUV139.78163.12172.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 96 (37.89% from 255) = 19.2%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=40.4%
G=19.2%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029620200.5200.213005058.43
HexCA60CA03401512c323a
Octal3121403120640254546272
Binary110010101100000110010100110100010101100101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60CA; }

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

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

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

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

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

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

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

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