#C031CB

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

Shades of Fuchsia #C031CB

Tints of Fuchsia #C031CB

Color information

#C031CB (or 0xC031CB) is unknown color: approx Fuchsia. HEX triplet: C0, 31 and CB. RGB value is (192,49,203). Sum of RGB (Red+Green+Blue) = 192+49+203=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C031CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031CB is #3FCE34. Grayscale: #6C6C6C. Windows color (decimal): -4181557 or 13316544. OLE color: 13316544.

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

Color convert

RGB19249203-
CMYK0.050.7600.20
HSL295.71º61.11%49.41%-
HSV(B)295.71º75.86%79.61%-
XYZ33.6217.7158.15-
YUV109.31180.88186.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 49 (19.53% from 255) = 11.04%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=43.24%
G=11.04%
B=45.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192492030.050.7600.20295.7161.1149.41
HexC031CB54C0141283d31
Octal3006131351140244507561
Binary11000000110001110010111011001100010100100101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C031CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C031CB; }

 p { color: rgb(192,49,203); }

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

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

 a { background-color: rgb(192,49,203); }

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

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

 span { border-color: rgb(192,49,203); }

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