#CA63B4

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

Shades of Fuchsia #CA63B4

Tints of Fuchsia #CA63B4

Color information

#CA63B4 (or 0xCA63B4) is unknown color: approx Fuchsia. HEX triplet: CA, 63 and B4. RGB value is (202,99,180). Sum of RGB (Red+Green+Blue) = 202+99+180=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63B4 is #359C4B. Grayscale: #8A8A8A. Windows color (decimal): -3513420 or 11822026. OLE color: 11822026.

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

Color convert

RGB20299180-
CMYK00.510.110.21
HSL312.82º49.28%59.02%-
HSV(B)312.82º50.99%79.22%-
XYZ37.0624.7846.01-
YUV139.03151.12172.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=42.00%
G=20.58%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029918000.510.110.21312.8249.2859.02
HexCA63B4033B15139313b
Octal31214326406313254716173
Binary110010101100011101101000110011101110101100111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63B4; }

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

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

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

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

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

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

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

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