#C167BE

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

Shades of Fuchsia #C167BE

Tints of Fuchsia #C167BE

Color information

#C167BE (or 0xC167BE) is unknown color: approx Fuchsia. HEX triplet: C1, 67 and BE. RGB value is (193,103,190). Sum of RGB (Red+Green+Blue) = 193+103+190=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C167BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167BE is #3E9841. Grayscale: #8B8B8B. Windows color (decimal): -4102210 or 12478401. OLE color: 12478401.

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

Color convert

RGB193103190-
CMYK00.470.020.24
HSL302º42.06%58.04%-
HSV(B)302º46.63%75.69%-
XYZ36.1424.7651.59-
YUV139.83156.32165.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=39.71%
G=21.19%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310319000.470.020.2430242.0658.04
HexC167BE02F21812e2a3a
Octal3011472760572304565272
Binary1100000111001111011111001011111011000100101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167BE; }

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

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

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

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

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

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

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

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