#C167B5

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

Shades of Fuchsia #C167B5

Tints of Fuchsia #C167B5

Color information

#C167B5 (or 0xC167B5) is unknown color: approx Fuchsia. HEX triplet: C1, 67 and B5. RGB value is (193,103,181). Sum of RGB (Red+Green+Blue) = 193+103+181=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C167B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167B5 is #3E984A. Grayscale: #8A8A8A. Windows color (decimal): -4102219 or 11888577. OLE color: 11888577.

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

Color convert

RGB193103181-
CMYK00.470.060.24
HSL308º42.06%58.04%-
HSV(B)308º46.63%75.69%-
XYZ35.1824.3746.57-
YUV138.8151.82166.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=40.46%
G=21.59%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310318100.470.060.2430842.0658.04
HexC167B502F6181342a3a
Octal3011472650576304645272
Binary11000001110011110110101010111111011000100110100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167B5; }

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

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

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

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

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

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

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

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