#CA60B2

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

Shades of Fuchsia #CA60B2

Tints of Fuchsia #CA60B2

Color information

#CA60B2 (or 0xCA60B2) is unknown color: approx Fuchsia. HEX triplet: CA, 60 and B2. RGB value is (202,96,178). Sum of RGB (Red+Green+Blue) = 202+96+178=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60B2 is #359F4D. Grayscale: #888888. Windows color (decimal): -3514190 or 11690186. OLE color: 11690186.

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

Color convert

RGB20296178-
CMYK00.520.120.21
HSL313.58º50%58.43%-
HSV(B)313.58º52.48%79.22%-
XYZ36.5824.1444.85-
YUV137.04151.12174.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 178 (69.92% from 255) = 37.39%
R=42.44%
G=20.17%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029617800.520.120.21313.585058.43
HexCA60B2034C1513a323a
Octal31214026206414254726272
Binary110010101100000101100100110100110010101100111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60B2; }

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

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

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

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

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

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

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

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