#CA31C6

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

Shades of Fuchsia #CA31C6

Tints of Fuchsia #CA31C6

Color information

#CA31C6 (or 0xCA31C6) is unknown color: approx Fuchsia. HEX triplet: CA, 31 and C6. RGB value is (202,49,198). Sum of RGB (Red+Green+Blue) = 202+49+198=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31C6 is #35CE39. Grayscale: #6F6F6F. Windows color (decimal): -3526202 or 12988874. OLE color: 12988874.

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

Color convert

RGB20249198-
CMYK00.760.020.21
HSL301.57º60.96%49.22%-
HSV(B)301.57º75.74%79.22%-
XYZ35.6518.8355.18-
YUV111.73176.69192.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 49 (19.53% from 255) = 10.91%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=44.99%
G=10.91%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024919800.760.020.21301.5760.9649.22
HexCA31C604C21512e3d31
Octal3126130601142254567561
Binary1100101011000111000110010011001010101100101110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA31C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA31C6; }

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

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

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

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

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

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

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

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