#C05BB1

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

Shades of Fuchsia #C05BB1

Tints of Fuchsia #C05BB1

Color information

#C05BB1 (or 0xC05BB1) is unknown color: approx Fuchsia. HEX triplet: C0, 5B and B1. RGB value is (192,91,177). Sum of RGB (Red+Green+Blue) = 192+91+177=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BB1 is #3FA44E. Grayscale: #828282. Windows color (decimal): -4170831 or 11623360. OLE color: 11623360.

HSL color Cylindrical-coordinate representation of color #C05BB1: hue angle of 308.91º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05BB1 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19291177-
CMYK00.530.080.25
HSL308.91º44.49%55.49%-
HSV(B)308.91º52.6%75.29%-
XYZ33.4221.8644.05-
YUV131153.96171.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=41.74%
G=19.78%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929117700.530.080.25308.9144.4955.49
HexC05BB10358191352c37
Octal30013326106510314655467
Binary110000001011011101100010110101100011001100110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05BB1; }

 p { color: rgb(192,91,177); }

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

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

 a { background-color: rgb(192,91,177); }

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

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

 span { border-color: rgb(192,91,177); }

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