#CA60BE

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

Shades of Fuchsia #CA60BE

Tints of Fuchsia #CA60BE

Color information

#CA60BE (or 0xCA60BE) is unknown color: approx Fuchsia. HEX triplet: CA, 60 and BE. RGB value is (202,96,190). Sum of RGB (Red+Green+Blue) = 202+96+190=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60BE is #359F41. Grayscale: #8A8A8A. Windows color (decimal): -3514178 or 12476618. OLE color: 12476618.

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

Color convert

RGB20296190-
CMYK00.520.060.21
HSL306.79º50%58.43%-
HSV(B)306.79º52.48%79.22%-
XYZ37.8324.6451.48-
YUV138.41157.12173.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=41.39%
G=19.67%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029619000.520.060.21306.795058.43
HexCA60BE034615133323a
Octal3121402760646254636272
Binary11001010110000010111110011010011010101100110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60BE; }

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

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

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

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

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

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

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

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