#C172BC

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

Shades of Fuchsia #C172BC

Tints of Fuchsia #C172BC

Color information

#C172BC (or 0xC172BC) is unknown color: approx Fuchsia. HEX triplet: C1, 72 and BC. RGB value is (193,114,188). Sum of RGB (Red+Green+Blue) = 193+114+188=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C172BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172BC is #3E8D43. Grayscale: #919191. Windows color (decimal): -4099396 or 12350145. OLE color: 12350145.

HSL color Cylindrical-coordinate representation of color #C172BC: hue angle of 303.8º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C172BC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB193114188-
CMYK00.410.030.24
HSL303.8º38.92%60.2%-
HSV(B)303.8º40.93%75.69%-
XYZ37.092750.83-
YUV146.06151.67161.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=38.99%
G=23.03%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311418800.410.030.24303.838.9260.2
HexC172BC029318130273c
Octal3011622740513304604774
Binary1100000111100101011110001010011111000100110000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172BC; }

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

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

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

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

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

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

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

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