#C231BB

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

Shades of Fuchsia #C231BB

Tints of Fuchsia #C231BB

Color information

#C231BB (or 0xC231BB) is unknown color: approx Fuchsia. HEX triplet: C2, 31 and BB. RGB value is (194,49,187). Sum of RGB (Red+Green+Blue) = 194+49+187=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C231BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231BB is #3DCE44. Grayscale: #6B6B6B. Windows color (decimal): -4050501 or 12267970. OLE color: 12267970.

HSL color Cylindrical-coordinate representation of color #C231BB: hue angle of 302.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231BB is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19449187-
CMYK00.750.040.24
HSL302.9º59.67%47.65%-
HSV(B)302.9º74.74%76.08%-
XYZ32.3217.2548.64-
YUV108.09172.54189.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 49 (19.53% from 255) = 11.40%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=45.12%
G=11.40%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944918700.750.040.24302.959.6747.65
HexC231BB04B41812f3c30
Octal3026127301134304577460
Binary11000010110001101110110100101110011000100101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231BB; }

 p { color: rgb(194,49,187); }

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

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

 a { background-color: rgb(194,49,187); }

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

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

 span { border-color: rgb(194,49,187); }

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