#CA31B6

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

Shades of Fuchsia #CA31B6

Tints of Fuchsia #CA31B6

Color information

#CA31B6 (or 0xCA31B6) is unknown color: approx Fuchsia. HEX triplet: CA, 31 and B6. RGB value is (202,49,182). Sum of RGB (Red+Green+Blue) = 202+49+182=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31B6 is #35CE49. Grayscale: #6D6D6D. Windows color (decimal): -3526218 or 11940298. OLE color: 11940298.

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

Color convert

RGB20249182-
CMYK00.760.100.21
HSL307.84º60.96%49.22%-
HSV(B)307.84º75.74%79.22%-
XYZ33.918.1345.97-
YUV109.91168.69193.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 49 (19.53% from 255) = 11.32%
BLUE value IS 182 (71.48% from 255) = 42.03%
R=46.65%
G=11.32%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024918200.760.100.21307.8460.9649.22
HexCA31B604CA151343d31
Octal31261266011412254647561
Binary110010101100011011011001001100101010101100110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA31B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA31B6; }

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

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

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

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

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

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

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

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