#CA31B7

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

Shades of Fuchsia #CA31B7

Tints of Fuchsia #CA31B7

Color information

#CA31B7 (or 0xCA31B7) is unknown color: approx Fuchsia. HEX triplet: CA, 31 and B7. RGB value is (202,49,183). Sum of RGB (Red+Green+Blue) = 202+49+183=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31B7 is #35CE48. Grayscale: #6D6D6D. Windows color (decimal): -3526217 or 12005834. OLE color: 12005834.

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

Color convert

RGB20249183-
CMYK00.760.090.21
HSL307.45º60.96%49.22%-
HSV(B)307.45º75.74%79.22%-
XYZ3418.1746.52-
YUV110.02169.19193.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 49 (19.53% from 255) = 11.29%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=46.54%
G=11.29%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024918300.760.090.21307.4560.9649.22
HexCA31B704C9151333d31
Octal31261267011411254637561
Binary110010101100011011011101001100100110101100110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA31B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA31B7; }

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

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

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

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

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

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

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

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