#C15BB1

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

Shades of Fuchsia #C15BB1

Tints of Fuchsia #C15BB1

Color information

#C15BB1 (or 0xC15BB1) is unknown color: approx Fuchsia. HEX triplet: C1, 5B and B1. RGB value is (193,91,177). Sum of RGB (Red+Green+Blue) = 193+91+177=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BB1 is #3EA44E. Grayscale: #838383. Windows color (decimal): -4105295 or 11623361. OLE color: 11623361.

HSL color Cylindrical-coordinate representation of color #C15BB1: hue angle of 309.41º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15BB1 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19391177-
CMYK00.530.080.24
HSL309.41º45.13%55.69%-
HSV(B)309.41º52.85%75.69%-
XYZ33.6721.9944.07-
YUV131.3153.79172.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 177 (69.53% from 255) = 38.39%
R=41.87%
G=19.74%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939117700.530.080.24309.4145.1355.69
HexC15BB10358181352d38
Octal30113326106510304655570
Binary110000011011011101100010110101100011000100110101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15BB1; }

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

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

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

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

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

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

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

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