#CA63BE

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

Shades of Fuchsia #CA63BE

Tints of Fuchsia #CA63BE

Color information

#CA63BE (or 0xCA63BE) is unknown color: approx Fuchsia. HEX triplet: CA, 63 and BE. RGB value is (202,99,190). Sum of RGB (Red+Green+Blue) = 202+99+190=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63BE is #359C41. Grayscale: #8B8B8B. Windows color (decimal): -3513410 or 12477386. OLE color: 12477386.

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

Color convert

RGB20299190-
CMYK00.510.060.21
HSL306.99º49.28%59.02%-
HSV(B)306.99º50.99%79.22%-
XYZ38.1125.251.57-
YUV140.17156.12172.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 99 (39.06% from 255) = 20.16%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=41.14%
G=20.16%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029919000.510.060.21306.9949.2859.02
HexCA63BE033615133313b
Octal3121432760636254636173
Binary11001010110001110111110011001111010101100110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63BE; }

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

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

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

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

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

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

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

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