#CA31B0

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

Shades of Fuchsia #CA31B0

Tints of Fuchsia #CA31B0

Color information

#CA31B0 (or 0xCA31B0) is unknown color: approx Fuchsia. HEX triplet: CA, 31 and B0. RGB value is (202,49,176). Sum of RGB (Red+Green+Blue) = 202+49+176=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA31B0 is #35CE4F. Grayscale: #6C6C6C. Windows color (decimal): -3526224 or 11547082. OLE color: 11547082.

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

Color convert

RGB20249176-
CMYK00.760.130.21
HSL310.2º60.96%49.22%-
HSV(B)310.2º75.74%79.22%-
XYZ33.2917.8942.77-
YUV109.22165.69194.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 49 (19.53% from 255) = 11.48%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=47.31%
G=11.48%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024917600.760.130.21310.260.9649.22
HexCA31B004CD151363d31
Octal31261260011415254667561
Binary110010101100011011000001001100110110101100110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA31B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA31B0; }

 p { color: rgb(202,49,176); }

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

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

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

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

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

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

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