#C152BC

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

Shades of Fuchsia #C152BC

Tints of Fuchsia #C152BC

Color information

#C152BC (or 0xC152BC) is unknown color: approx Fuchsia. HEX triplet: C1, 52 and BC. RGB value is (193,82,188). Sum of RGB (Red+Green+Blue) = 193+82+188=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C152BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152BC is #3EAD43. Grayscale: #7E7E7E. Windows color (decimal): -4107588 or 12341953. OLE color: 12341953.

HSL color Cylindrical-coordinate representation of color #C152BC: hue angle of 302.7º 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 #C152BC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19382188-
CMYK00.580.030.24
HSL302.7º47.23%53.92%-
HSV(B)302.7º57.51%75.69%-
XYZ34.092149.83-
YUV127.27162.27174.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=41.68%
G=17.71%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938218800.580.030.24302.747.2353.92
HexC152BC03A31812f2f36
Octal3011222740723304575766
Binary1100000110100101011110001110101111000100101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C152BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C152BC; }

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

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

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

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

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

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

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

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