#C031B5

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

Shades of Fuchsia #C031B5

Tints of Fuchsia #C031B5

Color information

#C031B5 (or 0xC031B5) is unknown color: approx Fuchsia. HEX triplet: C0, 31 and B5. RGB value is (192,49,181). Sum of RGB (Red+Green+Blue) = 192+49+181=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C031B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031B5 is #3FCE4A. Grayscale: #6A6A6A. Windows color (decimal): -4181579 or 11874752. OLE color: 11874752.

HSL color Cylindrical-coordinate representation of color #C031B5: hue angle of 304.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031B5 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19249181-
CMYK00.740.060.25
HSL304.62º59.34%47.25%-
HSV(B)304.62º74.48%75.29%-
XYZ31.1816.7445.3-
YUV106.8169.88188.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 49 (19.53% from 255) = 11.61%
BLUE value IS 181 (71.09% from 255) = 42.89%
R=45.50%
G=11.61%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924918100.740.060.25304.6259.3447.25
HexC031B504A6191313b2f
Octal3006126501126314617357
Binary11000000110001101101010100101011011001100110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C031B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C031B5; }

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

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

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

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

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

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

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

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