#CA31B4

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

Shades of Fuchsia #CA31B4

Tints of Fuchsia #CA31B4

Color information

#CA31B4 (or 0xCA31B4) is unknown color: approx Fuchsia. HEX triplet: CA, 31 and B4. RGB value is (202,49,180). Sum of RGB (Red+Green+Blue) = 202+49+180=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31B4 is #35CE4B. Grayscale: #6D6D6D. Windows color (decimal): -3526220 or 11809226. OLE color: 11809226.

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

Color convert

RGB20249180-
CMYK00.760.110.21
HSL308.63º60.96%49.22%-
HSV(B)308.63º75.74%79.22%-
XYZ33.6918.0544.89-
YUV109.68167.69193.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 49 (19.53% from 255) = 11.37%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=46.87%
G=11.37%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024918000.760.110.21308.6360.9649.22
HexCA31B404CB151353d31
Octal31261264011413254657561
Binary110010101100011011010001001100101110101100110101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA31B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA31B4; }

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

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

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

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

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

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

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

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