#C172BA

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

Shades of Fuchsia #C172BA

Tints of Fuchsia #C172BA

Color information

#C172BA (or 0xC172BA) is unknown color: approx Fuchsia. HEX triplet: C1, 72 and BA. RGB value is (193,114,186). Sum of RGB (Red+Green+Blue) = 193+114+186=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C172BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172BA is #3E8D45. Grayscale: #919191. Windows color (decimal): -4099398 or 12219073. OLE color: 12219073.

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

Color convert

RGB193114186-
CMYK00.410.040.24
HSL305.32º38.92%60.2%-
HSV(B)305.32º40.93%75.69%-
XYZ36.8726.9249.71-
YUV145.83150.67161.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=39.15%
G=23.12%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311418600.410.040.24305.3238.9260.2
HexC172BA029418131273c
Octal3011622720514304614774
Binary11000001111001010111010010100110011000100110001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172BA; }

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

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

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

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

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

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

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

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