#C131BB

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

Shades of Fuchsia #C131BB

Tints of Fuchsia #C131BB

Color information

#C131BB (or 0xC131BB) is unknown color: approx Fuchsia. HEX triplet: C1, 31 and BB. RGB value is (193,49,187). Sum of RGB (Red+Green+Blue) = 193+49+187=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C131BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131BB is #3ECE44. Grayscale: #6B6B6B. Windows color (decimal): -4116037 or 12267969. OLE color: 12267969.

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

Color convert

RGB19349187-
CMYK00.750.030.24
HSL302.5º59.5%47.45%-
HSV(B)302.5º74.61%75.69%-
XYZ32.0617.1248.63-
YUV107.79172.71188.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 49 (19.53% from 255) = 11.42%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=44.99%
G=11.42%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934918700.750.030.24302.559.547.45
HexC131BB04B31812e3c2f
Octal3016127301133304567457
Binary1100000111000110111011010010111111000100101110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C131BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C131BB; }

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

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

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

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

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

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

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

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