#C152BA

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

Shades of Fuchsia #C152BA

Tints of Fuchsia #C152BA

Color information

#C152BA (or 0xC152BA) is unknown color: approx Fuchsia. HEX triplet: C1, 52 and BA. RGB value is (193,82,186). Sum of RGB (Red+Green+Blue) = 193+82+186=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C152BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152BA is #3EAD45. Grayscale: #7E7E7E. Windows color (decimal): -4107590 or 12210881. OLE color: 12210881.

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

Color convert

RGB19382186-
CMYK00.580.040.24
HSL303.78º47.23%53.92%-
HSV(B)303.78º57.51%75.69%-
XYZ33.8720.9248.71-
YUV127.05161.27175.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=41.87%
G=17.79%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938218600.580.040.24303.7847.2353.92
HexC152BA03A4181302f36
Octal3011222720724304605766
Binary11000001101001010111010011101010011000100110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C152BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C152BA; }

 p { color: rgb(193,82,186); }

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

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

 a { background-color: rgb(193,82,186); }

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

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

 span { border-color: rgb(193,82,186); }

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