#C167B3

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

Shades of Fuchsia #C167B3

Tints of Fuchsia #C167B3

Color information

#C167B3 (or 0xC167B3) is unknown color: approx Fuchsia. HEX triplet: C1, 67 and B3. RGB value is (193,103,179). Sum of RGB (Red+Green+Blue) = 193+103+179=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C167B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167B3 is #3E984C. Grayscale: #8A8A8A. Windows color (decimal): -4102221 or 11757505. OLE color: 11757505.

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

Color convert

RGB193103179-
CMYK00.470.070.24
HSL309.33º42.06%58.04%-
HSV(B)309.33º46.63%75.69%-
XYZ34.9824.2945.49-
YUV138.57150.82166.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=40.63%
G=21.68%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310317900.470.070.24309.3342.0658.04
HexC167B302F7181352a3a
Octal3011472630577304655272
Binary11000001110011110110011010111111111000100110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167B3; }

 p { color: rgb(193,103,179); }

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

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

 a { background-color: rgb(193,103,179); }

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

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

 span { border-color: rgb(193,103,179); }

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