#C16BBF

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

Shades of Fuchsia #C16BBF

Tints of Fuchsia #C16BBF

Color information

#C16BBF (or 0xC16BBF) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and BF. RGB value is (193,107,191). Sum of RGB (Red+Green+Blue) = 193+107+191=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BBF is #3E9440. Grayscale: #8E8E8E. Windows color (decimal): -4101185 or 12544961. OLE color: 12544961.

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

Color convert

RGB193107191-
CMYK00.450.010.24
HSL301.4º40.95%58.82%-
HSV(B)301.4º44.56%75.69%-
XYZ36.6525.6152.3-
YUV142.29155.49164.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 191 (75% from 255) = 38.90%
R=39.31%
G=21.79%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310719100.450.010.24301.440.9558.82
HexC16BBF02D11812d293b
Octal3011532770551304555173
Binary110000011101011101111110101101111000100101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BBF; }

 p { color: rgb(193,107,191); }

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

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

 a { background-color: rgb(193,107,191); }

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

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

 span { border-color: rgb(193,107,191); }

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