#C16CBB

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

Shades of Fuchsia #C16CBB

Tints of Fuchsia #C16CBB

Color information

#C16CBB (or 0xC16CBB) is unknown color: approx Fuchsia. HEX triplet: C1, 6C and BB. RGB value is (193,108,187). Sum of RGB (Red+Green+Blue) = 193+108+187=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CBB is #3E9344. Grayscale: #8E8E8E. Windows color (decimal): -4100933 or 12283073. OLE color: 12283073.

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

Color convert

RGB193108187-
CMYK00.440.030.24
HSL304.24º40.67%59.02%-
HSV(B)304.24º44.04%75.69%-
XYZ36.3225.6550.05-
YUV142.42153.16164.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.55%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=39.55%
G=22.13%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310818700.440.030.24304.2440.6759.02
HexC16CBB02C318130293b
Octal3011542730543304605173
Binary1100000111011001011101101011001111000100110000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CBB; }

 p { color: rgb(193,108,187); }

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

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

 a { background-color: rgb(193,108,187); }

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

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

 span { border-color: rgb(193,108,187); }

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